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