Package org.nineml.coffeegrinder.gll
Class BinarySubtreeNode
- java.lang.Object
-
- org.nineml.coffeegrinder.gll.BinarySubtreeNode
-
- Direct Known Subclasses:
BinarySubtreePrefix,BinarySubtreeSlot
public abstract class BinarySubtreeNode extends java.lang.ObjectA node in aBinarySubtree.
-
-
Field Summary
Fields Modifier and Type Field Description intleftExtentThe left extent.intpivotThe pivot.intrightExtentThe right extent.StateslotThe slot.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
slot
public final State slot
The slot.
-
leftExtent
public final int leftExtent
The left extent.
-
rightExtent
public final int rightExtent
The right extent.
-
pivot
public final int pivot
The pivot.
-
-