public class ASTQuery extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
ASTQuery(int id) |
ASTQuery(JCRSQLParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
jjtAccept(JCRSQLParserVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toStringpublic ASTQuery(int id)
public ASTQuery(JCRSQLParser p, int id)
public Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.