BooleanLiteral instead.@Deprecated public class BooleanLiteralImpl extends BooleanLiteral
| Modifier and Type | Field and Description | 
|---|---|
| static BooleanLiteralImpl | FALSEDeprecated. 
 since 2.0. Use  BooleanLiteral.FALSEinstead. | 
| static BooleanLiteralImpl | TRUEDeprecated. 
 since 2.0. Use  BooleanLiteral.TRUEinstead. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | BooleanLiteralImpl(boolean b)Deprecated.  | 
booleanValue, valueOfbyteValue, calendarValue, decimalValue, doubleValue, equals, floatValue, getDatatype, getLabel, getLanguage, hashCode, integerValue, intValue, longValue, setDatatype, setLabel, setLanguage, shortValue, stringValue, toString@Deprecated public static final BooleanLiteralImpl TRUE
BooleanLiteral.TRUE instead.@Deprecated public static final BooleanLiteralImpl FALSE
BooleanLiteral.FALSE instead.@Deprecated protected BooleanLiteralImpl(boolean b)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.