Uses of Interface
org.xmloperator.lambda.net.model.ScopeBinder

Packages that use ScopeBinder
org.xmloperator.lambda.net.model   
 

Uses of ScopeBinder in org.xmloperator.lambda.net.model
 

Methods in org.xmloperator.lambda.net.model that return ScopeBinder
 ScopeBinder OperatorFactory.createScopeBinder()
          Creates a new ScopeBinder and returns it.
 ScopeBinder Delimiter.getScopeBinder()
          Returns the ScopeBinder attached to this Abstractor, if any.
 ScopeBinder Abstractor.getScopeBinder()
          Returns the ScopeBinder attached to this Abstractor.
 ScopeBinder Abstractor.attachScopeBinder()
          If this Abstractor is not already attached to a ScopeBinder then create a ScopeBinder and attach it to the Abstractor.
 

Methods in org.xmloperator.lambda.net.model with parameters of type ScopeBinder
 Delimiter OperatorFactory.createDelimiter(int mark, boolean isDirectionInversed, ScopeBinder scopeBinder)
          Creates and returns a new Delimiter.
 Abstractor OperatorFactory.createAbstractor(int mark, ScopeBinder scopeBinder)
          Creates and returns a new Abstractor.