Uses of Interface
org.xmloperator.lambda2.term.model.TermBuilder

Packages that use TermBuilder
org.xmloperator.lambda2.term.model   
 

Uses of TermBuilder in org.xmloperator.lambda2.term.model
 

Methods in org.xmloperator.lambda2.term.model that return TermBuilder
 TermBuilder TermBuilder.cloneTermBuilder()
          Return a clone of this BuildingTerm.
 

Methods in org.xmloperator.lambda2.term.model with parameters of type TermBuilder
 void TermBuilder.buildApplication(TermBuilder argument)
          Builds an Application whose function is the current Term and whose the argument is given.