T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface WithFunctionsDeclaration<T extends BaseDeclaration>
BaseDeclaration in which
it's possible to add/get FunctionDeclaration objects| Modifier and Type | Method and Description |
|---|---|
T |
addFunction(FunctionDeclaration function)
Adds a
FunctionDeclaration |
List<FunctionDeclaration> |
getFunctions() |
T addFunction(FunctionDeclaration function)
FunctionDeclarationfunction - the provider's declarationthis declarationList<FunctionDeclaration> getFunctions()
List with the FunctionDeclaration which have been
added to this declarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.