|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJet.Parser.Edge
an abstract class for both inactive edges (complete parse tree nodes) and active edges (partially matched productions).
Field Summary | |
java.lang.Object |
category
the category of this node: either a String (grammar symbol) or a Literal. |
ParseTreeNode[] |
children
for non-leaf nodes, the children of this node. |
int |
end
the last character (of the document) spanned by this node |
int |
start
the first character (of the document) spanned by this node |
Constructor Summary | |
Edge()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object category
public ParseTreeNode[] children
public int start
public int end
Constructor Detail |
public Edge()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |