|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interpreter | |
---|---|
edu.wisc.ssec.mcidasv.jython |
Uses of Interpreter in edu.wisc.ssec.mcidasv.jython |
---|
Fields in edu.wisc.ssec.mcidasv.jython declared as Interpreter | |
---|---|
private Interpreter |
Runner.interpreter
The Jython interpreter that will actually run the queued commands. |
Fields in edu.wisc.ssec.mcidasv.jython with type parameters of type Interpreter | |
---|---|
private Map<String,Interpreter> |
OutputStreamDemux.interpreterMap
|
Methods in edu.wisc.ssec.mcidasv.jython with parameters of type Interpreter | |
---|---|
void |
OutputStreamDemux.addStream(Console console,
Interpreter interpreter,
OutputStreamDemux.OutputType type)
|
void |
RegisterCallbackCommand.execute(Interpreter interpreter)
|
void |
LoadFileCommand.execute(Interpreter interpreter)
Tries to load the file specified by path using moduleName
for the __name__ attribute. |
void |
LineCommand.execute(Interpreter interpreter)
Attempts to execute a line of Jython. |
void |
InjectCommand.execute(Interpreter interpreter)
Attempts to inject a variable created in Java into the local namespace of interpreter . |
void |
EjectCommand.execute(Interpreter interpreter)
Attempts to remove whatever Jython knows as name from the local
namespace of interpreter . |
abstract void |
Command.execute(Interpreter interpreter)
Hook to provide various implementations of command execution. |
void |
BatchCommand.execute(Interpreter interpreter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |