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

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

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

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

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

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTComparisonExpression
 Object EjbqlAbstractVisitor.visit(ASTComparisonExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlVariableVisitor.visit(ASTComparisonExpression node, Object data)
          visit child nodes
 Object EjbqlQueryFilterVisitor.visit(ASTComparisonExpression node, Object data)
          Push corresponding Expression to the stack.
comparison_expression ::= string_value { = | > | >= | < | <= | <> } string_expression | boolean_value { = | <>} boolean_expression | datetime_value { = | > | >= | < | <= | <> } datetime_expression | entity_bean_value { = | <> } entity_bean_expression | arithmetic_value { = | > | >= | < | <= | <> } single_value_designator
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.