Interface | Description |
---|---|
TermWalker |
TermWalker is a visitor class that provides a framework for walking
Term Trees
|
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.
|