|
||||||||||
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.Unwind
public class Unwind
Compiled node for leaving the scope of a variable binding.
Constructor Summary | |
---|---|
Unwind(Node next)
|
|
Unwind(Node next,
int width)
|
Method Summary | |
---|---|
void |
process(Token t)
When executed, pops the env stack to remove the most recent binding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Unwind(Node next)
public Unwind(Node next, int width)
Method Detail |
---|
public void process(Token t)
process
in class Node
t
- input token being processedNode.process(orc.runtime.Token)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |