public class BooleanLiteralExpression extends Expression
ExpressionTypes.BOOLEAN_LITERAL.| Modifier and Type | Field and Description |
|---|---|
static BooleanLiteralExpression |
FALSE
False boolean literal expression.
|
static BooleanLiteralExpression |
TRUE
True boolean literal expression.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Returns the type of this expression.
|
boolean |
getValue()
Returns the value of this expression.
|
public static final BooleanLiteralExpression TRUE
public static final BooleanLiteralExpression FALSE
public boolean getValue()
public int getType()
ExpressiongetType in class ExpressionExpressionTypes).