Package com.sap.cds.ql.cqn
Interface CqnInline
- All Superinterfaces:
CqnSelectList,CqnSelectListItem,CqnToken,JSONizable,Selectable
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(CqnVisitor visitor) Dispatches the handling of thisCqnInline inline specificationto a given visitor.default CqnInlineasInline()default booleanisInline()Methods inherited from interface com.sap.cds.ql.cqn.CqnSelectList
asExpand, asSelectList, isExpand, isSelectList, items, refMethods inherited from interface com.sap.cds.ql.cqn.CqnSelectListItem
asRef, asValue, isRef, isStar, isValue, ofRef, ofValue, token, unfoldMethods inherited from interface com.sap.cds.JSONizable
toJson
-
Method Details
-
isInline
default boolean isInline()- Specified by:
isInlinein interfaceCqnSelectList
-
asInline
- Specified by:
asInlinein interfaceCqnSelectList
-
accept
Dispatches the handling of thisCqnInline inline specificationto a given visitor. Neither therefnor theitemsof this inline specification are traversed.- Specified by:
acceptin interfaceCqnToken- Parameters:
visitor- theCqnVisitor
-