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, value
as, asExpression, asFunction, asNullValue, asParameter, asPlain, asRef, isExpression, isFunction, isNullValue, isParameter, isPlain, isRef, type
toJson
default void accept(CqnVisitor visitor)
default boolean isString()
CqnLiteral
true
if this is a CqnStringLiteral
.isString
in interface CqnLiteral<String>
true
if this is a string literal, otherwise false
Copyright © 2020 SAP. All rights reserved.