public class ASTWhere extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTWhere(int id) |
ASTWhere(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTBooleanExpr |
getCondition() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTWhere(int id)
public ASTWhere(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public ASTBooleanExpr getCondition()
Copyright © 2001-2016 Aduna. All Rights Reserved.