public class ASTNotExpression extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
ASTNotExpression(int id) |
ASTNotExpression(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 ASTNotExpression(int id)
public ASTNotExpression(JCRSQLParser p, int id)
public Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.