|
||||||||||
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.Assign
public class Assign
Compiled node for assignment.
Field Summary | |
---|---|
Node |
next
|
Constructor Summary | |
---|---|
Assign(Node next)
|
Method Summary | |
---|---|
void |
process(Token t)
When executed, extends the environment with a new binding. |
Methods inherited from class orc.runtime.nodes.Node |
---|
isTerminal, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Node next
Constructor Detail |
---|
public Assign(Node next)
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 |