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