|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.runtime.nodes.Node
orc.runtime.nodes.Return
public class Return
Compiled node marking the end of a procedure
Constructor Summary | |
---|---|
Return()
|
Method Summary | |
---|---|
void |
process(Token t)
To execute a return, the caller token and the result of the current execution are identified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Return()
Method Detail |
---|
public void process(Token t)
process
in class Node
t
- input token being processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |