Package com.tangosol.coherence.dsltools.termtrees


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