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 InterpreterRunner.interpreterThe 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.interpreterMapMethods in edu.wisc.ssec.mcidasv.jython with parameters of type InterpreterModifier and TypeMethodDescriptionvoidOutputStreamDemux.addStream(Console console, Interpreter interpreter, OutputStreamDemux.OutputType type) voidBatchCommand.execute(Interpreter interpreter) abstract voidCommand.execute(Interpreter interpreter) Hook to provide various implementations of command execution.voidEjectCommand.execute(Interpreter interpreter) Attempts to remove whatever Jython knows asnamefrom the local namespace ofinterpreter.voidInjectCommand.execute(Interpreter interpreter) Attempts to inject a variable created in Java into the local namespace ofinterpreter.voidLineCommand.execute(Interpreter interpreter) Attempts to execute a line of Jython.voidLoadFileCommand.execute(Interpreter interpreter) Tries to load the file specified bypathusingmoduleNamefor the__name__attribute.voidRegisterCallbackCommand.execute(Interpreter interpreter)