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

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

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

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

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

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTCollectionMemberExpression
 Object EjbqlAbstractVisitor.visit(ASTCollectionMemberExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlVariableVisitor.visit(ASTCollectionMemberExpression node, Object data)
          visit child nodes
 Object EjbqlQueryFilterVisitor.visit(ASTCollectionMemberExpression node, Object data)
          Push corresponding Expression to the stack.
collection_member_expression ::= {single_valued_cmr_path_expression | identification_variable | input_parameter} [ NOT ] MEMBER [ OF ] collection_valued_path_expression
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.