public interface CqnExpression extends CqnValue
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CqnVisitor visitor) |
default CqnExpression |
asExpression()
Casts this value to
CqnExpression. |
default boolean |
isExpression()
Returns
true if this is a CqnExpression. |
default String |
toJson() |
as, asFunction, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isLiteral, isNullValue, isParameter, isPlain, isRef, typedefault boolean isExpression()
CqnValuetrue if this is a CqnExpression.isExpression in interface CqnValuetrue if this is an expression, otherwise falsedefault CqnExpression asExpression()
CqnValueCqnExpression.asExpression in interface CqnValuedefault String toJson()
toJson in interface JSONizabledefault void accept(CqnVisitor visitor)
Copyright © 2020 SAP. All rights reserved.