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 theBaseOperator
interface.com.tangosol.coherence.dsltools.termtrees This package contains implementations of dsltools buildingTerm
s. -
-
Uses of TermWalker in com.tangosol.coherence.dslquery
Classes in com.tangosol.coherence.dslquery that implement TermWalker Modifier and Type Class Description class
FilterBuilder
FilterBuilder 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 class
com.tangosol.coherence.dslquery.internal.AbstractCoherenceQueryWalker
AbstractCoherenceTermWalker 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 ValueExtractor
BaseOperator. makeExtractor(Term termLeft, Term termRight, TermWalker walker)
F
BaseOperator. makeFilter(Term termLeft, Term termRight, TermWalker walker)
ComparisonFilter
ComparisonOperator. makeFilter(Term termLeft, Term termRight, TermWalker walker)
ComparisonFilter
EqualsOperator. 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 void
AtomicTerm. accept(TermWalker walker)
void
NodeTerm. accept(TermWalker walker)
void
Term. accept(TermWalker walker)
Do a dispatch back to the given walker.
-