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

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

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

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

Uses of ASTLikeExpression in org.objectweb.jonas_ejb.lib
 

Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTLikeExpression
 Object EjbqlQueryFilterVisitor.visit(ASTLikeExpression node, Object data)
          Push corresponding Expression to the stack.
like_expression ::= cmp_path_expression [ NOT ] LIKE pattern_value [ ESCAPE escape_character ]
 Object EjbqlVariableVisitor.visit(ASTLikeExpression node, Object data)
          visit child nodes
 Object EjbqlAbstractVisitor.visit(ASTLikeExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.