public class ASTBound extends ASTBooleanExpr
children, id, parent, parser
Constructor and Description |
---|
ASTBound() |
ASTBound(ASTValueExpr operand) |
ASTBound(int id) |
ASTBound(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTVar |
getOperand() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
void |
setOperand(ASTValueExpr operand) |
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTBound()
public ASTBound(ASTValueExpr operand)
public ASTBound(int id)
public ASTBound(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public ASTVar getOperand()
public void setOperand(ASTValueExpr operand)
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.