|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ejb.plugins.cmp.ejbql.SimpleNode org.jboss.ejb.plugins.cmp.ejbql.ASTArithmeticParenthetical
public final class ASTArithmeticParenthetical
This abstract syntax node represents an arithmetic parenthetical.
Field Summary |
---|
Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode |
---|
children, id, parent |
Constructor Summary | |
---|---|
ASTArithmeticParenthetical(int id)
|
Method Summary | |
---|---|
Object |
jjtAccept(JBossQLParserVisitor visitor,
Object data)
Accept the visitor. |
Methods inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode |
---|
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 |
---|
public ASTArithmeticParenthetical(int id)
Method Detail |
---|
public Object jjtAccept(JBossQLParserVisitor visitor, Object data)
jjtAccept
in class SimpleNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |