public class BooleanLiteral extends Literal
An expression representing a boolean literal value
Modifier and Type | Field and Description |
---|---|
static BooleanLiteral |
FALSE |
static BooleanLiteral |
TRUE |
Constructor and Description |
---|
BooleanLiteral(java.lang.String pToken)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax
|
(package private) static java.lang.Object |
getValueFromToken(java.lang.String pToken)
Parses the given token into the literal value
|
public static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
static java.lang.Object getValueFromToken(java.lang.String pToken)
public java.lang.String getExpressionString()
getExpressionString
in class Expression