public class BooleanLiteral extends Literal
An expression representing a boolean literal value
Modifier and Type | Field | Description |
---|---|---|
static BooleanLiteral |
FALSE |
|
static BooleanLiteral |
TRUE |
Constructor | Description |
---|---|
BooleanLiteral(java.lang.String pToken) |
Constructor
|
Modifier and Type | Method | 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
Copyright (c) 2001-2002 - Apache Software Foundation