Package | Description |
---|---|
edu.wisc.ssec.mcidasv.jython |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BatchCommand |
(package private) class |
EjectCommand
This class represents a
Command that removes an object from the
local namespace of an Interpreter . |
(package private) class |
InjectCommand
This class represents a
Command that injects a standard Java
variable into the local namespace of an Interpreter . |
(package private) class |
LineCommand
This class is a type of
Command that represents a line of Jython. |
(package private) class |
LoadFileCommand
This class is a type of
Command that represents a request to use
Jython to run a file containing Jython statements. |
(package private) class |
RegisterCallbackCommand |
Modifier and Type | Field and Description |
---|---|
private BlockingQueue<Command> |
Runner.queue
Queue of
Commands awaiting execution. |
Modifier and Type | Method and Description |
---|---|
private void |
Runner.queueCommand(Command command)
Queues up a command for execution.
|