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(String pToken)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Returns the expression in the expression language syntax
|
bindFunctions, evaluate, getValue, setValuepublic static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
public BooleanLiteral(String pToken)
public String getExpressionString()
getExpressionString in class ExpressionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.