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, asList, asLiteral, asParameter, asPlain, asRef, isExpression, isFunction, isList, isLiteral, isParameter, isPlain, isRef, type
toJson
default boolean isNullValue()
CqnValue
true
if this is a CqnNullValue
.isNullValue
in interface CqnValue
true
if this is a null value, otherwise false
default CqnNullValue asNullValue()
CqnValue
CqnNullValue
.asNullValue
in interface CqnValue
void accept(CqnVisitor visitor)
Copyright © 2021 SAP. All rights reserved.