Uses of Class
org.mozilla.javascript.NativeConsole.Level
-
Packages that use NativeConsole.Level Package Description org.mozilla.javascript -
-
Uses of NativeConsole.Level in org.mozilla.javascript
Methods in org.mozilla.javascript that return NativeConsole.Level Modifier and Type Method Description static NativeConsole.Level
NativeConsole.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NativeConsole.Level[]
NativeConsole.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mozilla.javascript with parameters of type NativeConsole.Level Modifier and Type Method Description void
NativeConsole.ConsolePrinter. print(Context cx, Scriptable scope, NativeConsole.Level level, java.lang.Object[] args, ScriptStackElement[] stack)
-