public interface CqnBooleanLiteral extends CqnLiteral<Boolean>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CqnVisitor visitor) |
default boolean |
isBoolean()
Returns
true if this is a CqnBooleanLiteral. |
asBoolean, asLiteral, asNumber, asString, asTemporal, isLiteral, isNumeric, isString, isTemporal, valueas, asExpression, asFunction, asNullValue, asParameter, asPlain, asRef, isExpression, isFunction, isNullValue, isParameter, isPlain, isRef, typetoJsondefault void accept(CqnVisitor visitor)
default boolean isBoolean()
CqnLiteraltrue if this is a CqnBooleanLiteral.isBoolean in interface CqnLiteral<Boolean>true if this is a boolean literal, otherwise falseCopyright © 2020 SAP. All rights reserved.