Uses of Class
org.objectweb.speedo.query.ejb.parser.SimpleNode

Packages that use SimpleNode
org.objectweb.speedo.query.ejb.parser   
 

Uses of SimpleNode in org.objectweb.speedo.query.ejb.parser
 

Subclasses of SimpleNode in org.objectweb.speedo.query.ejb.parser
 class ASTAbstractSchemaName
           
 class ASTAggregateSelectExpression
           
 class ASTAllOrAnyExpression
           
 class ASTArithmeticExpression
           
 class ASTArithmeticFactor
           
 class ASTArithmeticPrimary
           
 class ASTArithmeticTerm
           
 class ASTBetweenExpression
           
 class ASTBooleanExpression
           
 class ASTBooleanLiteral
           
 class ASTBooleanPrimary
           
 class ASTCollectionMemberDeclaration
           
 class ASTCollectionMemberExpression
           
 class ASTComparisonExpression
           
 class ASTComparisonOperator
           
 class ASTConditionalExpression
           
 class ASTConditionalFactor
           
 class ASTConditionalPrimary
           
 class ASTConditionalTerm
           
 class ASTConstructorExpression
           
 class ASTConstructorItem
           
 class ASTConstructorName
           
 class ASTDatetimeExpression
           
 class ASTDatetimePrimary
           
 class ASTDeleteClause
           
 class ASTDeleteStatement
           
 class ASTEJBQL
           
 class ASTEmbeddedClassStateField
           
 class ASTEmptyCollectionComparisonExpression
           
 class ASTEntityExpression
           
 class ASTEscapeCharacter
           
 class ASTExistsExpression
           
 class ASTFetchJoin
           
 class ASTFloatingPointLiteral
           
 class ASTFromClause
           
 class ASTFunctionsReturningDateTime
           
 class ASTFunctionsReturningNumerics
           
 class ASTFunctionsReturningStrings
           
 class ASTGroupByClause
           
 class ASTGroupByItem
           
 class ASTHavingClause
           
 class ASTIdentificationVariable
           
 class ASTIdentificationVariableDeclaration
           
 class ASTInExpression
           
 class ASTInItem
           
 class ASTInputParameter
           
 class ASTIntegerLiteral
           
 class ASTJoin
           
 class ASTJoinSpec
           
 class ASTLikeExpression
           
 class ASTLiteral
           
 class ASTNamedParameter
           
 class ASTNewValue
           
 class ASTNullComparisonExpression
           
 class ASTNumericLiteral
           
 class ASTOrderByClause
           
 class ASTOrderByItem
           
 class ASTPathExpression
           
 class ASTPatternValue
           
 class ASTPositionalParameter
           
 class ASTRangeVariableDeclaration
           
 class ASTSelectClause
           
 class ASTSelectExpression
           
 class ASTSelectStatement
           
 class ASTSimpleArithmeticExpression
           
 class ASTSimpleCondExpression
           
 class ASTSimpleSelectClause
           
 class ASTSimpleSelectExpression
           
 class ASTSimpleStateField
           
 class ASTStateField
           
 class ASTStringExpression
           
 class ASTStringLiteral
           
 class ASTStringPrimary
           
 class ASTSubQuery
           
 class ASTSubqueryFromClause
           
 class ASTSubselectIdentificationVariableDeclaration
           
 class ASTTrimCharacter
           
 class ASTTrimSpecification
           
 class ASTUpdateClause
           
 class ASTUpdateItem
           
 class ASTUpdateStatement
           
 class ASTWhereClause
           
 

Methods in org.objectweb.speedo.query.ejb.parser that return SimpleNode
 SimpleNode EJBQL.EJBQL()
           
 

Methods in org.objectweb.speedo.query.ejb.parser with parameters of type SimpleNode
 java.lang.Object EJBQLAbstractVisitor.visit(SimpleNode node)
          Visit method to call from constructor.
 java.lang.Object EJBQLAbstractVisitor.visit(SimpleNode node, java.lang.Object data)
          Generic visit method that traverses all child nodes
 java.lang.Object EJBQLVisitor.visit(SimpleNode node, java.lang.Object data)
           
 

Constructors in org.objectweb.speedo.query.ejb.parser with parameters of type SimpleNode
EJBQLVariableVisitor(SimpleNode ejbql)