Uses of Class
org.ow2.jonas.deployment.ejb.ejbql.ASTCmpPathExpression

Packages that use ASTCmpPathExpression
org.ow2.jonas.deployment.ejb.ejbql   
org.ow2.jonas.lib.ejb21.sql   
 

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

Methods in org.ow2.jonas.deployment.ejb.ejbql with parameters of type ASTCmpPathExpression
 Object EJBQLVisitor.visit(ASTCmpPathExpression node, Object data)
           
 

Uses of ASTCmpPathExpression in org.ow2.jonas.lib.ejb21.sql
 

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTCmpPathExpression
 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 EjbqlVariableVisitor.visit(ASTCmpPathExpression node, Object data)
          visit child nodes
 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 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 © 2010 OW2 Consortium. All Rights Reserved.