Uses of Enum Class
org.mozilla.javascript.NativeConsole.Level
Packages that use NativeConsole.Level
-
Uses of NativeConsole.Level in org.mozilla.javascript
Methods in org.mozilla.javascript that return NativeConsole.LevelModifier and TypeMethodDescriptionstatic NativeConsole.Level
Returns the enum constant of this class with the specified name.static NativeConsole.Level[]
NativeConsole.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.javascript with parameters of type NativeConsole.LevelModifier and TypeMethodDescriptionvoid
NativeConsole.ConsolePrinter.print
(Context cx, Scriptable scope, NativeConsole.Level level, Object[] args, ScriptStackElement[] stack)