Package com.sun.jdo.spi.persistence.support.ejb.ejbqlc

Interface Summary
EJBQLTokenTypes  
JDOQLCodeGenerationTokenTypes  
SemanticTokenTypes  
 

Class Summary
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 Summary
EJBQLException This class represents errors reported by the EJBQL compiler.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.