org.objectweb.jonas_ejb.deployment.ejbql
Class ASTFunctionsReturningNumerics

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.ejbql.SimpleNode
        |
        +--org.objectweb.jonas_ejb.deployment.ejbql.ASTFunctionsReturningNumerics
All Implemented Interfaces:
Node

public class ASTFunctionsReturningNumerics
extends SimpleNode


Fields inherited from class org.objectweb.jonas_ejb.deployment.ejbql.SimpleNode
children, distinct, id, not, ops, parent, parser, third, value
 
Constructor Summary
ASTFunctionsReturningNumerics(EJBQL p, int id)
           
ASTFunctionsReturningNumerics(int id)
           
 
Method Summary
 java.lang.Object jjtAccept(EJBQLVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.ejbql.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTFunctionsReturningNumerics

public ASTFunctionsReturningNumerics(int id)

ASTFunctionsReturningNumerics

public ASTFunctionsReturningNumerics(EJBQL p,
                                     int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(EJBQLVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode