|
Class Summary |
| ErrorMsg |
|
| JDOQLAST |
This class represents a node in the intermediate representation (AST)
used by the query compiler. |
| JDOQLASTFactory |
Factory to create and connect JDOQLAST nodes. |
| JDOQLC |
This class controls the JDOQL compiler passes. |
| JDOQLLexer |
This class defines the lexical analysis for the JDOQL compiler. |
| JDOQLParser |
This class defines the syntax analysis (parser) of the JDOQL compiler. |
| Optimizer |
This class defines the optimizer pass of the JDOQL compiler. |
| Semantic |
This class defines the semantic analysis of the JDOQL compiler. |
| SimpleFieldManager |
This is the means by which a StateManager implementation's setXXXField()
method (where XXX is e.g. |
| TypeSupport |
Provides query convenience methods to deal with Java/JDO metadata. |
| VariableChecker |
Checks variable declarations/application. |
| VariableChecker.VarInfo |
A VarInfo consists of two info fields:
- constraint: the variable is constraint with the specified expr
- used: the variable is used |