|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.model.implement.RunEnv
public class RunEnv
Encapsulates the stack, heap, input stream, and output stream; keeps track of the nextStatement to be evaluated, and controlStack needed for visualization.
Constructor Summary | |
---|---|
RunEnv()
|
Method Summary | |
---|---|
java.util.Stack |
getControlStack()
Returns a reference to the control stack |
HeapModel |
getHeap()
Returns reference to the heap |
InputStream |
getInputStream()
Returns reference to the input stream |
OutputStream |
getOutputStream()
Returns reference to the output stream |
StackModel |
getStack()
Returns reference to the stack |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunEnv()
Method Detail |
---|
public java.util.Stack getControlStack()
public StackModel getStack()
public HeapModel getHeap()
public InputStream getInputStream()
public OutputStream getOutputStream()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |