|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpsengines.ExecutionEngine
It describes the Execution Engine component of PS-View.
Execution engine is responsible for taking a PSObject and depending on what it is it puts in the the stack or it execute it(if it is command).
| Constructor Summary | |
ExecutionEngine()
Creates an instance of the Execution Engine. |
|
| Method Summary | |
static PSObject |
execExecutableArray(PSStack s,
PSExecArray execArray)
Retrieves a PSobject from the executable array. |
java.lang.String |
getString()
Returns a copy of the text that it's going to be written on the main window. |
void |
retrievePSObject(PSObject o)
Retrieves a PSobject from program loader and if it is a command it executes it. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExecutionEngine()
| Method Detail |
public void retrievePSObject(PSObject o)
o - The PSObject retrieved by program loader.
public static PSObject execExecutableArray(PSStack s,
PSExecArray execArray)
s - The stack where the data are pushed.execArray - The executable array that was retrieved.
public java.lang.String getString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||