Uses of Class
org.mozilla.javascript.tools.shell.ShellConsole
Packages that use ShellConsole
-
Uses of ShellConsole in org.mozilla.javascript.tools.shell
Methods in org.mozilla.javascript.tools.shell that return ShellConsoleModifier and TypeMethodDescriptionGlobal.getConsole
(Charset cs) static ShellConsole
ShellConsole.getConsole
(InputStream in, PrintStream ps, Charset cs) static ShellConsole
ShellConsole.getConsole
(Scriptable scope, Charset cs) Provides a specializedShellConsole
to handle line editing, history and completion.