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

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

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

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

Uses of ASTEmptyCollectionComparisonExpression in org.objectweb.jonas_ejb.lib
 

Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTEmptyCollectionComparisonExpression
 Object EjbqlQueryFilterVisitor.visit(ASTEmptyCollectionComparisonExpression node, Object data)
          Nothing to do: Already taken into account in EjbqlVariableVisitor at the variables parsing, so, just push the OP_IGNORE in the stack empty_collection_comparison_expression ::= collection_valued_path_expression IS [ NOT ] EMPTY
 Object EjbqlVariableVisitor.visit(ASTEmptyCollectionComparisonExpression node, Object data)
          visit child nodes and see if it's IS EMPTY or IS NOT EMPTY
 Object EjbqlAbstractVisitor.visit(ASTEmptyCollectionComparisonExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.