org.objectweb.jonas_ejb.deployment.ejbql
Class ASTAggregateSelectExpression

java.lang.Object
  extended byorg.objectweb.jonas_ejb.deployment.ejbql.SimpleNode
      extended byorg.objectweb.jonas_ejb.deployment.ejbql.ASTAggregateSelectExpression
All Implemented Interfaces:
Node

public class ASTAggregateSelectExpression
extends SimpleNode


Field Summary
 
Fields inherited from class org.objectweb.jonas_ejb.deployment.ejbql.SimpleNode
asc, children, distinct, eltnum, id, not, ops, parent, parser, third, value
 
Constructor Summary
ASTAggregateSelectExpression(EJBQL p, int id)
           
ASTAggregateSelectExpression(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

ASTAggregateSelectExpression

public ASTAggregateSelectExpression(int id)

ASTAggregateSelectExpression

public ASTAggregateSelectExpression(EJBQL p,
                                    int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(EJBQLVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode