|
||||||||||
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.Silent
public class Silent
The silent node. Tokens which move here are never reactivated or put into another data structure, so they are effectively destroyed, and collected by the Java garbage collector.
Constructor Summary | |
---|---|
Silent()
|
Method Summary | |
---|---|
void |
process(Token t)
The process method is the fundamental operation in the execution engine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Silent()
Method Detail |
---|
public void process(Token t)
Node
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 |