|
||||||||||
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.Semi
public class Semi
A compile node that runs its left side to completion, then initiates the right side if the left side did not publish anything. Implemented using regions.
Field Summary | |
---|---|
Node |
left
|
Node |
right
|
Constructor Summary | |
---|---|
Semi(Node left,
Node right)
|
Method Summary | |
---|---|
void |
process(Token t)
The token is forked. |
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 left
public Node right
Constructor Detail |
---|
public Semi(Node left, Node right)
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 |