| Package | Description | 
|---|---|
| org.gjt.sp.jedit.bsh |  Lightweight Scripting for Java. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InterpreterThe BeanShell script interpreter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Interpreter. setConsole(ConsoleInterface console)Attach a console
                Note: this method is incomplete. | 
| Constructor and Description | 
|---|
| Interpreter(ConsoleInterface console)Construct a new interactive interpreter attached to the specified
                console. | 
| Interpreter(ConsoleInterface console,
           NameSpace globalNameSpace)Construct a new interactive interpreter attached to the specified
                console using the specified parent namespace. |