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