public interface CdsFunction extends CdsDefinition
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CdsVisitor visitor)
Accepts a
CdsVisitor visiting the elements of this definition
(depth-first) |
CdsType |
getReturnType()
Returns the return type of this
CdsFunction. |
Stream<CdsParameter> |
parameters()
|
byNamespace, getName, getQualifiedName, getQualifierannotations, byAnnotation, findAnnotationStream<CdsParameter> parameters()
Stream over the CdsParameter(s)CdsType getReturnType()
CdsFunction.nulldefault void accept(CdsVisitor visitor)
CdsDefinitionCdsVisitor visiting the elements of this definition
(depth-first)accept in interface CdsDefinitionvisitor - the CdsVisitorCopyright © 2020 SAP. All rights reserved.