Uses of Class
edu.wisc.ssec.mcidasv.jython.Interpreter
Packages that use Interpreter
-
Uses of Interpreter in edu.wisc.ssec.mcidasv.jython
Fields in edu.wisc.ssec.mcidasv.jython declared as InterpreterModifier and TypeFieldDescriptionprivate final 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 InterpreterModifier and TypeFieldDescriptionprivate final Map
<String, Interpreter> OutputStreamDemux.interpreterMap
Methods in edu.wisc.ssec.mcidasv.jython with parameters of type InterpreterModifier and TypeMethodDescriptionvoid
OutputStreamDemux.addStream
(Console console, Interpreter interpreter, OutputStreamDemux.OutputType type) void
BatchCommand.execute
(Interpreter interpreter) abstract void
Command.execute
(Interpreter interpreter) Hook to provide various implementations of command execution.void
EjectCommand.execute
(Interpreter interpreter) Attempts to remove whatever Jython knows asname
from the local namespace ofinterpreter
.void
InjectCommand.execute
(Interpreter interpreter) Attempts to inject a variable created in Java into the local namespace ofinterpreter
.void
LineCommand.execute
(Interpreter interpreter) Attempts to execute a line of Jython.void
LoadFileCommand.execute
(Interpreter interpreter) Tries to load the file specified bypath
usingmoduleName
for the__name__
attribute.void
RegisterCallbackCommand.execute
(Interpreter interpreter)