public class ASTNot extends ASTBooleanExpr
children, id, parent, parser
Constructor and Description |
---|
ASTNot() |
ASTNot(ASTBooleanExpr operand) |
ASTNot(int id) |
ASTNot(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTBooleanExpr |
getOperand() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
void |
setOperand(ASTBooleanExpr operand) |
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTNot()
public ASTNot(ASTBooleanExpr operand)
public ASTNot(int id)
public ASTNot(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 getOperand()
public void setOperand(ASTBooleanExpr operand)
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.