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
|
public static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
public java.lang.String getExpressionString()
getExpressionString in class ExpressionCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.