|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.deployment.ejbql.SimpleNode | +--org.objectweb.jonas_ejb.deployment.ejbql.ASTArithmeticTerm
Fields inherited from class org.objectweb.jonas_ejb.deployment.ejbql.SimpleNode |
children, distinct, id, not, ops, parent, parser, third, value |
Constructor Summary | |
ASTArithmeticTerm(EJBQL p,
int id)
|
|
ASTArithmeticTerm(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 |
public ASTArithmeticTerm(int id)
public ASTArithmeticTerm(EJBQL p, int id)
Method Detail |
public java.lang.Object jjtAccept(EJBQLVisitor visitor, java.lang.Object data)
jjtAccept
in class SimpleNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |