| Package | Description |
|---|---|
| bsh |
| Modifier and Type | Class and Description |
|---|---|
static class |
Interpreter.Console |
| Modifier and Type | Method and Description |
|---|---|
void |
Interpreter.setConsole(ConsoleAssignable console)
Attach an assignable console and initialize a new parser.
|
| Constructor and Description |
|---|
Interpreter(ConsoleAssignable console,
boolean interactive,
NameSpace namespace,
Interpreter parent,
java.lang.String sourceFileInfo)
The main constructor, all other constructors should pass through here.
|