| Interface | Description |
|---|---|
| EJBQLTokenTypes | |
| JDOQLCodeGenerationTokenTypes | |
| SemanticTokenTypes |
| Class | Description |
|---|---|
| EJBQLAST |
An instance of this class represents a node of the intermediate
representation (AST) used by the query compiler.
|
| EJBQLASTFactory |
Factory to create and connect EJBQLAST nodes.
|
| EJBQLC |
This class is the driver of the EJBQL compiler.
|
| EJBQLLexer |
This class defines the lexical analysis for the EJBQL compiler.
|
| EJBQLParser |
This class defines the syntax analysis (parser) of the EJBQL compiler.
|
| ErrorMsg |
This is a helper class to report error messages from the EJBQL compiler.
|
| IdentificationVariable |
An instance of this class denotes an identification variable as declared
in the from clause of an EJBQL query string.
|
| JDOQLCodeGeneration |
This class defines the semantic analysis of the EJBQL compiler.
|
| JDOQLElements |
An JDOQLElements instance represents the result of the EJBQLC compile step.
|
| LogHelperQueryCompilerEJB | |
| ParameterSupport |
Helper class to handle EJBQL query parameters.
|
| Semantic |
This class defines the semantic analysis of the EJBQL compiler.
|
| SymbolTable |
The symbol table handling declared identifies.
|
| TypeSupport |
Helper class to support type info access.
|
| Exception | Description |
|---|---|
| EJBQLException |
This class represents errors reported by the EJBQL compiler.
|
Copyright © 2013. All Rights Reserved.