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.LevelReturns 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 TypeMethodDescriptionvoidNativeConsole.ConsolePrinter.print(Context cx, Scriptable scope, NativeConsole.Level level, Object[] args, ScriptStackElement[] stack) private voidNativeConsole.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 TypeMethodDescriptionvoidShellConsolePrinter.print(Context cx, Scriptable scope, NativeConsole.Level level, Object[] args, ScriptStackElement[] stack)