Uses of Class
org.htmlunit.corejs.javascript.NativeConsole.Level
-
Packages that use NativeConsole.Level Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.tools.shell -
-
Uses of NativeConsole.Level in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return NativeConsole.Level Modifier and Type Method Description static NativeConsole.LevelNativeConsole.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.htmlunit.corejs.javascript with parameters of type NativeConsole.Level Modifier and Type Method Description voidNativeConsole.ConsolePrinter. print(Context cx, Scriptable scope, NativeConsole.Level level, java.lang.Object[] args, ScriptStackElement[] stack)private voidNativeConsole. print(Context cx, Scriptable scope, NativeConsole.Level level, java.lang.String msg) -
Uses of NativeConsole.Level in org.htmlunit.corejs.javascript.tools.shell
Methods in org.htmlunit.corejs.javascript.tools.shell with parameters of type NativeConsole.Level Modifier and Type Method Description voidShellConsolePrinter. print(Context cx, Scriptable scope, NativeConsole.Level level, java.lang.Object[] args, ScriptStackElement[] stack)
-