public interface MethodLevelSourceCodeLink extends FileLevelSourceCodeLink
The following features are supported:
SourceCodeDecoratorPackage.getMethodLevelSourceCodeLink()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.gmt.modisco.java.AbstractMethodDeclaration |
getFunction()
Returns the value of the 'Function' reference.
|
org.palladiosimulator.pcm.repository.Signature |
getOperation()
Returns the value of the 'Operation' reference.
|
void |
setFunction(org.eclipse.gmt.modisco.java.AbstractMethodDeclaration value)
Sets the value of the '
Function
' reference. |
void |
setOperation(org.palladiosimulator.pcm.repository.Signature value)
Sets the value of the '
Operation' reference. |
getFile, getRepositoryComponent, setFile, setRepositoryComponenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverorg.palladiosimulator.pcm.repository.Signature getOperation()
If the meaning of the 'Operation' reference isn't clear, there really should be more of a description here...
setOperation(Signature),
SourceCodeDecoratorPackage.getMethodLevelSourceCodeLink_Operation()void setOperation(org.palladiosimulator.pcm.repository.Signature value)
Operation' reference. value - the new value of the 'Operation' reference.getOperation()org.eclipse.gmt.modisco.java.AbstractMethodDeclaration getFunction()
If the meaning of the 'Function' reference isn't clear, there really should be more of a description here...
setFunction(AbstractMethodDeclaration),
SourceCodeDecoratorPackage.getMethodLevelSourceCodeLink_Function()void setFunction(org.eclipse.gmt.modisco.java.AbstractMethodDeclaration value)
Function
' reference. value - the new value of the 'Function' reference.getFunction()