public interface CqnInline extends CqnSelectList
Modifier and Type | Method and Description |
---|---|
default void |
accept(CqnVisitor visitor)
Dispatches the handling of this
CqnInline inline specification to a
given visitor. |
default CqnInline |
asInline() |
default boolean |
isInline() |
alias, asExpand, asSelectList, displayName, isExpand, isSelectList, items, prefix, ref
asRef, asValue, isRef, isStar, isValue, ofRef, ofValue, token, unfold
toJson
default boolean isInline()
isInline
in interface CqnSelectList
default CqnInline asInline()
asInline
in interface CqnSelectList
default void accept(CqnVisitor visitor)
CqnInline inline specification
to a
given visitor.
Neither the ref
nor the items
of this
inline specification are traversed.accept
in interface CqnToken
visitor
- the CqnVisitor
Copyright © 2023 SAP. All rights reserved.