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

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

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

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

Uses of ASTConditionalFactor in org.objectweb.jonas_ejb.lib
 

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



Copyright © 2007 OW2 Consortium. All Rights Reserved.