|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simkin.ParseNode
ParseNode - this class is the base class for nodes in the parse tree
The classes derived this interface within Simkin are opaque to other packages.
Constructor Summary | |
protected |
ParseNode(int line_num)
|
Method Summary | |
int |
getLineNumber()
this method returns an integer indicating the line number in the source at which the item starts |
abstract int |
getType()
this method returns an integer indicating the type of the node |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ParseNode(int line_num)
Method Detail |
public abstract int getType()
public int getLineNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |