Package org.objectweb.speedo.query.ejb.parser

Interface Summary
EJBQLConstants  
EJBQLTreeConstants  
EJBQLVisitor  
Node  
 

Class Summary
ASTAbstractSchemaName  
ASTAggregateSelectExpression  
ASTAllOrAnyExpression  
ASTArithmeticExpression  
ASTArithmeticFactor  
ASTArithmeticPrimary  
ASTArithmeticTerm  
ASTBetweenExpression  
ASTBooleanExpression  
ASTBooleanLiteral  
ASTBooleanPrimary  
ASTCollectionMemberDeclaration  
ASTCollectionMemberExpression  
ASTComparisonExpression  
ASTComparisonOperator  
ASTConditionalExpression  
ASTConditionalFactor  
ASTConditionalPrimary  
ASTConditionalTerm  
ASTConstructorExpression  
ASTConstructorItem  
ASTConstructorName  
ASTDatetimeExpression  
ASTDatetimePrimary  
ASTDeleteClause  
ASTDeleteStatement  
ASTEJBQL  
ASTEmbeddedClassStateField  
ASTEmptyCollectionComparisonExpression  
ASTEntityExpression  
ASTEscapeCharacter  
ASTExistsExpression  
ASTFetchJoin  
ASTFloatingPointLiteral  
ASTFromClause  
ASTFunctionsReturningDateTime  
ASTFunctionsReturningNumerics  
ASTFunctionsReturningStrings  
ASTGroupByClause  
ASTGroupByItem  
ASTHavingClause  
ASTIdentificationVariable  
ASTIdentificationVariableDeclaration  
ASTInExpression  
ASTInItem  
ASTInputParameter  
ASTIntegerLiteral  
ASTJoin  
ASTJoinSpec  
ASTLikeExpression  
ASTLiteral  
ASTNamedParameter  
ASTNewValue  
ASTNullComparisonExpression  
ASTNumericLiteral  
ASTOrderByClause  
ASTOrderByItem  
ASTPathExpression  
ASTPatternValue  
ASTPositionalParameter  
ASTRangeVariableDeclaration  
ASTSelectClause  
ASTSelectExpression  
ASTSelectStatement  
ASTSimpleArithmeticExpression  
ASTSimpleCondExpression  
ASTSimpleSelectClause  
ASTSimpleSelectExpression  
ASTSimpleStateField  
ASTStateField  
ASTStringExpression  
ASTStringLiteral  
ASTStringPrimary  
ASTSubQuery  
ASTSubqueryFromClause  
ASTSubselectIdentificationVariableDeclaration  
ASTTrimCharacter  
ASTTrimSpecification  
ASTUpdateClause  
ASTUpdateItem  
ASTUpdateStatement  
ASTWhereClause  
EJBQL  
EJBQLAbstractVisitor  
EJBQLTokenManager  
EJBQLVariableVisitor  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError