Parsing Engine

Uses of Class
danbikel.parser.constraints.PartialTreeConstraint

Packages that use PartialTreeConstraint
danbikel.parser.constraints Provides interfaces and classes to allow constrain-parsing. 
 

Uses of PartialTreeConstraint in danbikel.parser.constraints
 

Fields in danbikel.parser.constraints declared as PartialTreeConstraint
protected  PartialTreeConstraint PartialTreeConstraint.parent
          The parent constraint of this constraint.
protected  PartialTreeConstraint PartialTreeConstraintSet.root
          The root of this tree of constraints.
 

Methods in danbikel.parser.constraints with parameters of type PartialTreeConstraint
protected  void PartialTreeConstraintSet.collectNodes(PartialTreeConstraint tree)
          Collects the constraints in the specified tree of constraint objects.
 

Constructors in danbikel.parser.constraints with parameters of type PartialTreeConstraint
PartialTreeConstraint(PartialTreeConstraint parent, Sexp tree, IntCounter currWordIdx)
          A helper constructor for constructing a tree of constraints rooted at the specified subtree with the specified parent.
 


Parsing Engine

Author: Dan Bikel.