Uses of Package
org.apache.jdo.impl.jdoql.jdoqlc

Packages that use org.apache.jdo.impl.jdoql.jdoqlc
org.apache.jdo.impl.jdoql.jdoqlc   
org.apache.jdo.impl.jdoql.scope   
org.apache.jdo.impl.jdoql.tree   
 

Classes in org.apache.jdo.impl.jdoql.jdoqlc used by org.apache.jdo.impl.jdoql.jdoqlc
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.
JDOQLParser
          This class defines the syntax analysis (parser) of the JDOQL compiler.
JDOQLTokenTypes
           
OptimizerTokenTypes
           
SemanticTokenTypes
           
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
 

Classes in org.apache.jdo.impl.jdoql.jdoqlc used by org.apache.jdo.impl.jdoql.scope
TypeSupport
          Provides query convenience methods to deal with Java/JDO metadata.
 

Classes in org.apache.jdo.impl.jdoql.jdoqlc used by org.apache.jdo.impl.jdoql.tree
JDOQLAST
          This class represents a node in the intermediate representation (AST) used by the query compiler.