Uses of Class
org.objectweb.jonas_ejb.deployment.ejbql.ASTCmpPathExpression

Packages that use ASTCmpPathExpression
org.objectweb.jonas_ejb.deployment.ejbql   
org.objectweb.jonas_ejb.lib   
 

Uses of ASTCmpPathExpression in org.objectweb.jonas_ejb.deployment.ejbql
 

Methods in org.objectweb.jonas_ejb.deployment.ejbql with parameters of type ASTCmpPathExpression
 Object EJBQLVisitor.visit(ASTCmpPathExpression node, Object data)
           
 

Uses of ASTCmpPathExpression in org.objectweb.jonas_ejb.lib
 

Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTCmpPathExpression
 Object EjbqlQueryFilterVisitor.visit(ASTCmpPathExpression node, Object data)
          Push corresponding MedorField to the stack.
cmp_path_expression ::= path was in initial BNF cmp_path_expression ::= identification_variable.
 Object EjbqlVariableVisitor.visit(ASTCmpPathExpression node, Object data)
          visit child nodes
 Object EjbqlSelectVisitor.visit(ASTCmpPathExpression node, Object data)
          Visit child node
 Object EjbqlAbstractVisitor.visit(ASTCmpPathExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlOrderByVisitor.visit(ASTCmpPathExpression node, Object data)
          Push corresponding MedorField to the stack.
cmp_path_expression ::= path was in initial BNF cmp_path_expression ::= {identification_variable | single_valued_cmr_path_expression}.cmp_field
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.