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

Packages that use TermReducer
org.xmloperator.lambda2   
org.xmloperator.lambda2.net.impl   
org.xmloperator.lambda2.term.util   
 

Uses of TermReducer in org.xmloperator.lambda2
 

Fields in org.xmloperator.lambda2 declared as TermReducer
static TermReducer MainTest.TERM_REDUCER
           
 

Uses of TermReducer in org.xmloperator.lambda2.net.impl
 

Classes in org.xmloperator.lambda2.net.impl that implement TermReducer
 class TermReducerImpl
          TermReducer implementation.
 

Uses of TermReducer in org.xmloperator.lambda2.term.util
 

Methods in org.xmloperator.lambda2.term.util with parameters of type TermReducer
static long Base2Numerals.longValue(TermReducer termReducer, Term term)
          Returns the long value modulo 2^63 of the given base 2 numeral term.