Uses of Interface
com.tangosol.coherence.dsltools.termtrees.TermWalker
- 
Packages that use TermWalker Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.internal com.tangosol.coherence.dslquery.operator This package contains implementations of theBaseOperatorinterface.com.tangosol.coherence.dsltools.termtrees This package contains implementations of dsltools buildingTerms. - 
- 
Uses of TermWalker in com.tangosol.coherence.dslquery
Classes in com.tangosol.coherence.dslquery that implement TermWalker Modifier and Type Class Description classFilterBuilderFilterBuilder is a visitor class that converts a given Abstract Syntax Tree into a Filter. - 
Uses of TermWalker in com.tangosol.coherence.dslquery.internal
Classes in com.tangosol.coherence.dslquery.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw TermWalker Modifier and Type Class Description classcom.tangosol.coherence.dslquery.internal.AbstractCoherenceQueryWalkerAbstractCoherenceTermWalker is a visitor class that provides a framework for walking Term Trees by providing classification methods based on the Abstract Syntax Tree vocabulary for the Coherence Query expression Language. - 
Uses of TermWalker in com.tangosol.coherence.dslquery.operator
Methods in com.tangosol.coherence.dslquery.operator with parameters of type TermWalker Modifier and Type Method Description ValueExtractorBaseOperator. makeExtractor(Term termLeft, Term termRight, TermWalker walker)FBaseOperator. makeFilter(Term termLeft, Term termRight, TermWalker walker)ComparisonFilterComparisonOperator. makeFilter(Term termLeft, Term termRight, TermWalker walker)ComparisonFilterEqualsOperator. makeFilter(Term termLeft, Term termRight, TermWalker walker) - 
Uses of TermWalker in com.tangosol.coherence.dsltools.termtrees
Methods in com.tangosol.coherence.dsltools.termtrees with parameters of type TermWalker Modifier and Type Method Description voidAtomicTerm. accept(TermWalker walker)voidNodeTerm. accept(TermWalker walker)voidTerm. accept(TermWalker walker)Do a dispatch back to the given walker. 
 -