Package com.sap.cds.reflect
Interface CdsAction
- All Superinterfaces:
CdsAnnotatable,CdsDefinition,CdsNamed,CdsOperation
- All Known Subinterfaces:
CdsBoundAction
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(CdsVisitor visitor) Accepts aCdsVisitorvisiting the elements of this definition (depth-first)default CdsKindgetKind()Returns the kind of this definition.Methods inherited from interface com.sap.cds.reflect.CdsAnnotatable
annotations, findAnnotation, getAnnotationValue, getDocMethods inherited from interface com.sap.cds.reflect.CdsDefinition
as, getKey, getName, getQualifiedName, getQualifierMethods inherited from interface com.sap.cds.reflect.CdsOperation
parameters, returnType
-
Method Details
-
getKind
Description copied from interface:CdsDefinitionReturns the kind of this definition.- Specified by:
getKindin interfaceCdsDefinition- Returns:
- the kind of this definition
-
accept
Description copied from interface:CdsDefinitionAccepts aCdsVisitorvisiting the elements of this definition (depth-first)- Specified by:
acceptin interfaceCdsDefinition- Parameters:
visitor- theCdsVisitor
-