|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.speedo.runtime.query.parser.SimpleNode | +--org.objectweb.speedo.runtime.query.parser.ASTSpeedoQL
Fields inherited from class org.objectweb.speedo.runtime.query.parser.SimpleNode |
children, id, ops, parent, parser, value |
Constructor Summary | |
ASTSpeedoQL(int id)
|
|
ASTSpeedoQL(SpeedoQL p,
int id)
|
Method Summary | |
java.lang.Object |
jjtAccept(SpeedoQLVisitor visitor,
java.lang.Object data)
Accept the visitor. |
Methods inherited from class org.objectweb.speedo.runtime.query.parser.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 ASTSpeedoQL(int id)
public ASTSpeedoQL(SpeedoQL p, int id)
Method Detail |
public java.lang.Object jjtAccept(SpeedoQLVisitor 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 |