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

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

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

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

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

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTConditionalFactor
 Object EjbqlAbstractVisitor.visit(ASTConditionalFactor node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlVariableVisitor.visit(ASTConditionalFactor node, Object data)
          Visit child nodes and count the number of the unary operator NOT.
 Object EjbqlQueryFilterVisitor.visit(ASTConditionalFactor node, Object data)
          Push corresponding Expression to the stack.
conditional_factor ::= [ NOT ] conditional_test
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.