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

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

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

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

Uses of ASTFunctionsReturningNumerics in org.objectweb.jonas_ejb.lib
 

Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTFunctionsReturningNumerics
 Object EjbqlQueryFilterVisitor.visit(ASTFunctionsReturningNumerics node, Object data)
          visit child nodes Push corresponding Expression to the stack.
functions_returning_numerics ::= LENGTH (string_expression) | LOCATE (string_expression, string_expression [ , arithmetic_expression ] ) | ABS (arithmetic_expression) | SQRT (arithmetic_expression) | MOD (arithmetic_expression , arithmetic_expression)
 Object EjbqlVariableVisitor.visit(ASTFunctionsReturningNumerics node, Object data)
          visit child nodes
 Object EjbqlAbstractVisitor.visit(ASTFunctionsReturningNumerics node, Object data)
          null implementation of the visit method for the corresponding parameter type
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.