Package edu.wpi.cs.dsrg.xmldb.xat.common.bindingtree

Interface Summary
FunctionNode This class defines the FunctionNode Interface, which is used to represent a Function.
StepNode This class defines the StepNode Interface, which is used to represent a navigationstep.
UnnestNode This class defines the UnnestNode Interface, which is used to represent a Unnest.
 

Class Summary
BindingTree This Class defines a tree representing a value in the Binding Table It is composed of following type of nodes:
FunctionNodeImp This class implements the FunctionNode Interface, which is used to represent a Function.
StepNodeImp This class implements the StepNode Interface, which is used to represent a navigationstep.
UnnestNodeImp This class implements the UnnestNode Interface, which is used to represent a Unnest.