|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleInterface | |
---|---|
org.gjt.sp.jedit.bsh |
Uses of ConsoleInterface in org.gjt.sp.jedit.bsh |
---|
Classes in org.gjt.sp.jedit.bsh that implement ConsoleInterface | |
---|---|
class |
Interpreter
The BeanShell script interpreter. |
Methods in org.gjt.sp.jedit.bsh with parameters of type ConsoleInterface | |
---|---|
void |
Interpreter.setConsole(ConsoleInterface console)
Attach a console Note: this method is incomplete. |
Constructors in org.gjt.sp.jedit.bsh with parameters of type ConsoleInterface | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |