Uses of Enum
org.htmlunit.corejs.javascript.NativeConsole.Level
Packages that use NativeConsole.Level
-
Uses of NativeConsole.Level in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return NativeConsole.LevelModifier and TypeMethodDescriptionstatic NativeConsole.Level
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.LevelModifier and TypeMethodDescriptionvoid
NativeConsole.ConsolePrinter.print
(Context cx, Scriptable scope, NativeConsole.Level level, Object[] args, ScriptStackElement[] stack) private void
NativeConsole.print
(Context cx, Scriptable scope, NativeConsole.Level level, 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.LevelModifier and TypeMethodDescriptionvoid
ShellConsolePrinter.print
(Context cx, Scriptable scope, NativeConsole.Level level, Object[] args, ScriptStackElement[] stack)