|
||||||||||
| 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.Pub
public class Pub
| Constructor Summary | |
|---|---|
Pub()
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<E> visitor)
|
|
boolean |
isTerminal()
Does this node kill the incoming token? |
|
void |
process(Token t)
The process method is the fundamental operation in the execution engine. |
|
| Methods inherited from class orc.runtime.nodes.Node |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Pub()
| Method Detail |
|---|
public void process(Token t)
Node
process in class Nodet - input token being processedpublic <E> E accept(Visitor<E> visitor)
accept in class Nodepublic boolean isTerminal()
Node
isTerminal in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||