public class ASTAndExpression extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
ASTAndExpression(int id) |
ASTAndExpression(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 ASTAndExpression(int id)
public ASTAndExpression(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.