public class BooleanLiteral extends Literal
Modifier and Type | Field and Description |
---|---|
static BooleanLiteral |
FALSE_LITERAL |
static BooleanLiteral |
TRUE_LITERAL |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object obj) |
boolean |
getValue() |
int |
hashCode() |
fromObject
toString
public static final BooleanLiteral TRUE_LITERAL
public static final BooleanLiteral FALSE_LITERAL
public boolean getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)