Uses of Class
diva.sketch.parser2d.ConstituentSet

Uses of ConstituentSet in diva.sketch.parser2d
 

Methods in diva.sketch.parser2d that return ConstituentSet
 ConstituentSet ConstituentSet.reduce(Constituent lhs, Constituent[] rhs)
          Return a new constituent set that has been reduced by the given "production".
 

Methods in diva.sketch.parser2d with parameters of type ConstituentSet
 java.util.Iterator Rule.matchRule(ConstituentSet in)
          Return an iterator over the possible matches of this rule to the given constituent set.
 java.util.Iterator BasicRule.matchRule(ConstituentSet in)
          Return an iterator over the possible applications of this rule to the given constituent set.
 java.util.List Parser2D.parse(ConstituentSet in)
          Parse the given constituent set (initially terminals) into a coherent parse tree.
protected  java.util.List Parser2D.parseNoMemoize(ConstituentSet in)
          Parse the given constituent set (initially terminals) into a coherent parse tree.
static boolean Parser2D.isComplete(ConstituentSet cs)
          Return whether or not this parse is complete (has no loose ends).