|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.runtime.nodes.Node
public abstract class Node
Abstract base class for compile nodes
Constructor Summary | |
---|---|
Node()
|
Method Summary | |
---|---|
boolean |
isTerminal()
Does this node kill the incoming token? |
abstract void |
process(Token t)
The process method is the fundamental operation in the execution engine. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Node()
Method Detail |
---|
public abstract void process(Token t)
t
- input token being processedpublic java.lang.String toString()
toString
in class java.lang.Object
public boolean isTerminal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |