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

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

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

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

Uses of ASTCollectionMemberExpression in org.objectweb.jonas_ejb.lib
 

Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTCollectionMemberExpression
 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
 Object EjbqlVariableVisitor.visit(ASTCollectionMemberExpression node, Object data)
          visit child nodes
 Object EjbqlAbstractVisitor.visit(ASTCollectionMemberExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.