BooleanLiteral
instead.@Deprecated public class BooleanLiteralImpl extends BooleanLiteral
Modifier and Type | Field and Description |
---|---|
static BooleanLiteralImpl |
FALSE
Deprecated.
since 2.0. Use
BooleanLiteral.FALSE instead. |
static BooleanLiteralImpl |
TRUE
Deprecated.
since 2.0. Use
BooleanLiteral.TRUE instead. |
Modifier | Constructor and Description |
---|---|
protected |
BooleanLiteralImpl(boolean b)
Deprecated.
|
booleanValue, valueOf
byteValue, 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.