|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConstituent
A constituent of a parse represents a syntactic element.
Field Summary | |
(package private) Symbol |
category
Main syntactic category for this Constituent. |
Constructor Summary | |
Constituent(Symbol category)
Create a new Constituent with the given attributes. |
Method Summary | |
Symbol |
getCategory()
Returns the syntactic category of this Constituent. |
java.lang.String |
toString()
Returns the printable representation of this Constituent as a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Symbol category
Constructor Detail |
public Constituent(Symbol category)
Method Detail |
public Symbol getCategory()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |