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


package com.sun.jdo.spi.persistence.support.ejb.ejbqlc
  • Class
    Description
    An instance of this class represents a node of the intermediate representation (AST) used by the query compiler.
    Factory to create and connect EJBQLAST nodes.
    This class is the driver of the EJBQL compiler.
    This class represents errors reported by the EJBQL compiler.
    This class defines the lexical analysis for the EJBQL compiler.
    This class defines the syntax analysis (parser) of the EJBQL compiler.
     
    This is a helper class to report error messages from the EJBQL compiler.
    An instance of this class denotes an identification variable as declared in the from clause of an EJBQL query string.
    This class defines the semantic analysis of the EJBQL compiler.
     
    An JDOQLElements instance represents the result of the EJBQLC compile step.
     
    Helper class to handle EJBQL query parameters.
    This class defines the semantic analysis of the EJBQL compiler.
     
    The symbol table handling declared identifies.
    Helper class to support type info access.