public final class BooleanLiteralExpr extends LiteralExpr
| Constructor and Description |
|---|
BooleanLiteralExpr() |
BooleanLiteralExpr(boolean value) |
BooleanLiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
boolean |
getValue() |
void |
setValue(boolean value) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic BooleanLiteralExpr()
public BooleanLiteralExpr(boolean value)
public BooleanLiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
boolean value)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic boolean getValue()
public void setValue(boolean value)