|
||||||||||
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.Let
public class Let
Field Summary | |
---|---|
Arg |
arg
|
Node |
next
|
Constructor Summary | |
---|---|
Let(Arg arg,
Node next)
|
Method Summary | |
---|---|
void |
process(Token t)
The process method is the fundamental operation in the execution engine. |
java.lang.String |
toString()
|
Methods inherited from class orc.runtime.nodes.Node |
---|
isTerminal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Arg arg
public Node next
Constructor Detail |
---|
public Let(Arg arg, Node next)
Method Detail |
---|
public void process(Token t)
Node
process
in class Node
t
- input token being processedpublic java.lang.String toString()
toString
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |