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

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

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

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

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

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTEmptyCollectionComparisonExpression
 Object EjbqlAbstractVisitor.visit(ASTEmptyCollectionComparisonExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlVariableVisitor.visit(ASTEmptyCollectionComparisonExpression node, Object data)
          visit child nodes and see if it's IS EMPTY or IS NOT EMPTY
 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
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.