Uses of Interface
org.ow2.jonas.deployment.ejb.ejbql.Node

Packages that use Node
org.ow2.jonas.deployment.ejb.ejbql   
 

Uses of Node in org.ow2.jonas.deployment.ejb.ejbql
 

Classes in org.ow2.jonas.deployment.ejb.ejbql that implement Node
 class ASTAbstractSchemaName
           
 class ASTAggregateSelectExpression
           
 class ASTArithmeticExpression
           
 class ASTArithmeticFactor
           
 class ASTArithmeticLiteral
           
 class ASTArithmeticTerm
           
 class ASTBetweenExpression
           
 class ASTBooleanExpression
           
 class ASTBooleanLiteral
           
 class ASTCmpPathExpression
           
 class ASTCollectionMemberDeclaration
           
 class ASTCollectionMemberExpression
           
 class ASTCollectionValuedPathExpression
           
 class ASTComparisonExpression
           
 class ASTConditionalExpression
           
 class ASTConditionalFactor
           
 class ASTConditionalTerm
           
 class ASTDatetimeExpression
           
 class ASTEJBQL
           
 class ASTEmptyCollectionComparisonExpression
           
 class ASTEntityBeanExpression
           
 class ASTFloatingPointLiteral
           
 class ASTFromClause
           
 class ASTFunctionsReturningNumerics
           
 class ASTFunctionsReturningStrings
           
 class ASTIdentificationVariable
           
 class ASTIdentifier
           
 class ASTInExpression
           
 class ASTInputParameter
           
 class ASTIntegerLiteral
           
 class ASTLikeExpression
           
 class ASTLimitClause
           
 class ASTLimitExpression
           
 class ASTLiteral
           
 class ASTNullComparisonExpression
           
 class ASTOrderByClause
           
 class ASTOrderByItem
           
 class ASTPath
           
 class ASTRangeVariableDeclaration
           
 class ASTSelectClause
           
 class ASTSelectExpression
           
 class ASTSingleValuedCmrPathExpression
           
 class ASTSingleValuedPathExpression
           
 class ASTStringExpression
           
 class ASTStringLiteral
           
 class ASTWhereClause
           
 class SimpleNode
          Initialy generated by JJTree, this class was modified to hold specific fields used by Visitors
 

Fields in org.ow2.jonas.deployment.ejb.ejbql declared as Node
protected  Node[] SimpleNode.children
           
protected  Node SimpleNode.parent
           
 

Methods in org.ow2.jonas.deployment.ejb.ejbql that return Node
 Node SimpleNode.jjtGetChild(int i)
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 Node SimpleNode.jjtGetParent()
           
 Node Node.jjtGetParent()
           
 

Methods in org.ow2.jonas.deployment.ejb.ejbql with parameters of type Node
 void SimpleNode.jjtAddChild(Node n, int i)
           
 void Node.jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
 void SimpleNode.jjtSetParent(Node n)
           
 void Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.