Uses of Class
up.Backpointer

Uses of Backpointer in up
 

Methods in up that return Backpointer
 Backpointer BackpointerChart.get(int cat, int min, int max)
          Returns the backpointer for the specified span in this chart.
 Backpointer Backpointer.getPointerL()
          Returns the backpointer for the left subtree.
 Backpointer Backpointer.getPointerR()
          Returns the backpointer for the right subtree.
 

Methods in up with parameters of type Backpointer
 void BackpointerChart.set(int cat, int min, int max, Backpointer bp)
          Replaces the backpointer for the specified span in this chart with the specified value.
 

Constructors in up with parameters of type Backpointer
Backpointer(BinaryRule rule, Backpointer pointerL, Backpointer pointerR)
          Create a new backpointer based on a binary rule.
Backpointer(UnaryRule rule, Backpointer pointer)
          Create a new backpointer based on a unary rule.