Package org.nineml.coffeegrinder.trees
Class GenericLeaf
- java.lang.Object
-
- org.nineml.coffeegrinder.trees.GenericTree
-
- org.nineml.coffeegrinder.trees.GenericLeaf
-
public class GenericLeaf extends GenericTree
A leaf (terminal) in a generic tree.
-
-
Field Summary
Fields Modifier and Type Field Description Tokentoken-
Fields inherited from class org.nineml.coffeegrinder.trees.GenericTree
attributes, leftExtent, rightExtent
-
-
Method Summary
-
Methods inherited from class org.nineml.coffeegrinder.trees.GenericTree
getAttribute, getAttributes, getChildren, getParent
-
-
-
-
Field Detail
-
token
public final Token token
-
-