| Class | Description |
|---|---|
| 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.
|
| ConstructorQueryWalker |
This is a specialized query walker that walks an AST
representing a constructor statement in the form of
package.ClassName(args) and results in an Object array
where the last entry in the array is a
ReflectionExtractor. |
| PersistenceToolsHelper |
Various helper classes to support calling Persistence operations
from within CohQL.
|
| PropertyBuilder |
PropertyBuilder is a utility class that turns property Strings into
proper getter and setter names.
|
| SelectListMaker |
SelectListMaker is a visitor class that converts a given Abstract Syntax
Tree into implementation Objects for a select query.
|
| UpdateSetListMaker |
UpdateSetListMaker is a visitor class that converts a given Abstract Syntax
Tree into implementation Objects for a Update query.
|