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