Close the interpreter and set the var to null.
Provides a list of available commands.
Provides a list of available commands.
The list of commands
Constructs a new interpreter.
Constructs a new interpreter.
Get response of interpreter
Get response of interpreter
The context class loader at the time this object was created
The context class loader at the time this object was created
Print a welcome message
Print a welcome message
Redirected printed output comming from commands written in the interpreter
Redirected printed output comming from commands written in the interpreter
process command-line arguments and do as they request
Represents the current prompt string used by the REPL.
Represents the current prompt string used by the REPL.
The current prompt string
Run bunch of code in a string
Run bunch of code in a string
Sets the prompt string used by the REPL.
Sets the prompt string used by the REPL.
The new prompt string
The Scala interactive shell. It provides a read-eval-print loop around the Interpreter class. After instantiation, clients should call the main() method.
If no in0 is specified, then input will come from the console, and the class will attempt to provide input editing feature such as input history.
1.2