public class BooleanLiteral extends LiteralValue
LiteralValue.LiteralType
Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
TRUE |
value, valueType
Constructor and Description |
---|
BooleanLiteral(boolean value) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTrue() |
equalsTo, getValue, getValueType, hashCode, toString
public static final String TRUE
public static final String FALSE
Copyright © 2014 Apache Software Foundation. All Rights Reserved.