public class BooleanLiteral extends Literal
| Modifier and Type | Field and Description |
|---|---|
static BooleanLiteral |
FALSE_LITERAL |
static BooleanLiteral |
TRUE_LITERAL |
| Constructor and Description |
|---|
BooleanLiteral(NodeLocation location,
String value) |
BooleanLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
boolean |
getValue() |
int |
hashCode() |
getChildrentoStringgetLocationpublic static final BooleanLiteral TRUE_LITERAL
public static final BooleanLiteral FALSE_LITERAL
public BooleanLiteral(String value)
public BooleanLiteral(NodeLocation location, String value)
public boolean getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
ExpressionAstVisitor, use AstVisitor.process(Node, Object) instead.Copyright © 2012–2023. All rights reserved.