org.jboss.ejb.plugins.cmp.ejbql
Class ASTArithmeticParenthetical

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.ejbql.SimpleNode (src) 
      extended byorg.jboss.ejb.plugins.cmp.ejbql.ASTArithmeticParenthetical

public final class ASTArithmeticParenthetical
extends SimpleNode (src)

This abstract syntax node represents an arithmetic parenthetical.


Field Summary
 
Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode (src)
children, id, parent
 
Constructor Summary
ASTArithmeticParenthetical(int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JBossQLParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode (src)
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

ASTArithmeticParenthetical

public ASTArithmeticParenthetical(int id)
Method Detail

jjtAccept

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

Overrides:
jjtAccept in class SimpleNode (src)