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

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

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

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

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

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTIntegerLiteral
 Object EjbqlAbstractVisitor.visit(ASTIntegerLiteral node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlQueryFilterVisitor.visit(ASTIntegerLiteral node, Object data)
          Node with value set to integer litteral arithmetic.
 Object EjbqlLimitVisitor.visit(ASTIntegerLiteral node, Object data)
          Visit child nodes literal ::= integer_literal Push the corresponding EjbqlLimiterRange to the stack
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.