public interface MethodDeclaration extends AbstractMethodDeclaration
The following features are supported:
JavaPackage.getMethodDeclaration()| Modifier and Type | Method and Description |
|---|---|
int |
getExtraArrayDimensions()
Returns the value of the 'Extra Array Dimensions' attribute.
|
MethodDeclaration |
getRedefinedMethodDeclaration()
Returns the value of the 'Redefined Method Declaration' reference.
|
org.eclipse.emf.common.util.EList<MethodDeclaration> |
getRedefinitions()
Returns the value of the 'Redefinitions' reference list.
|
TypeAccess |
getReturnType()
Returns the value of the 'Return Type' containment reference.
|
void |
setExtraArrayDimensions(int value)
Sets the value of the '
Extra Array Dimensions' attribute. |
void |
setRedefinedMethodDeclaration(MethodDeclaration value)
Sets the value of the '
Redefined Method Declaration' reference. |
void |
setReturnType(TypeAccess value)
Sets the value of the '
Return Type' containment reference. |
getBody, getParameters, getThrownExceptions, getTypeParameters, getUsages, getUsagesInDocComments, setBodygetAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUniteInternalContainer, from, id, id, iterator, resource, resourceeBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliteratorint getExtraArrayDimensions()
setExtraArrayDimensions(int),
JavaPackage.getMethodDeclaration_ExtraArrayDimensions()void setExtraArrayDimensions(int value)
Extra Array Dimensions' attribute.
value - the new value of the 'Extra Array Dimensions' attribute.getExtraArrayDimensions()TypeAccess getReturnType()
setReturnType(TypeAccess),
JavaPackage.getMethodDeclaration_ReturnType()void setReturnType(TypeAccess value)
Return Type' containment reference.
value - the new value of the 'Return Type' containment reference.getReturnType()MethodDeclaration getRedefinedMethodDeclaration()
Redefinitions'.
setRedefinedMethodDeclaration(MethodDeclaration),
JavaPackage.getMethodDeclaration_RedefinedMethodDeclaration(),
getRedefinitions()void setRedefinedMethodDeclaration(MethodDeclaration value)
Redefined Method Declaration' reference.
value - the new value of the 'Redefined Method Declaration' reference.getRedefinedMethodDeclaration()org.eclipse.emf.common.util.EList<MethodDeclaration> getRedefinitions()
MethodDeclaration.
It is bidirectional and its opposite is 'Redefined Method Declaration'.
JavaPackage.getMethodDeclaration_Redefinitions(),
getRedefinedMethodDeclaration()Copyright © 2018–2020 Atlanmod. All rights reserved.