Uses of Class
org.mozilla.javascript.tools.shell.ShellConsole
-
Packages that use ShellConsole Package Description org.mozilla.javascript.tools.shell -
-
Uses of ShellConsole in org.mozilla.javascript.tools.shell
Methods in org.mozilla.javascript.tools.shell that return ShellConsole Modifier and Type Method Description ShellConsoleGlobal. getConsole(java.nio.charset.Charset cs)static ShellConsoleShellConsole. getConsole(java.io.InputStream in, java.io.PrintStream ps, java.nio.charset.Charset cs)static ShellConsoleShellConsole. getConsole(Scriptable scope, java.nio.charset.Charset cs)Provides a specializedShellConsoleto handle line editing, history and completion.
-