Package com.tangosol.coherence.dsltools.termtrees
This package contains implementations of dsltools building
Term
s.-
Interface Summary Interface Description TermWalker TermWalker is a visitor class that provides a framework for walking Term Trees -
Class Summary Class Description AtomicTerm AtomicTerms is the class used to represent literal Terms such as String and Numbers.NodeTerm NodeTerm is the class used to represent trees of Terms that can have children.Term Term is the abstract class used to represent trees of Terms (term-trees).Terms Terms is a utility class that provides static convenience methods for the construction of Terms.