|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodDeclaration
A representation of the model object 'Method Declaration'.
The following features are supported:
JavaPackage.getMethodDeclaration()
Method Summary | |
---|---|
int |
getExtraArrayDimensions()
Returns the value of the 'Extra Array Dimensions' attribute. |
MethodDeclaration |
getRedefinedMethodDeclaration()
Returns the value of the 'Redefined Method Declaration' reference. |
|
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. |
Methods inherited from interface org.eclipse.gmt.modisco.java.AbstractMethodDeclaration |
---|
getBody, getParameters, getThrownExceptions, getTypeParameters, getUsages, getUsagesInDocComments, setBody |
Methods inherited from interface org.eclipse.gmt.modisco.java.BodyDeclaration |
---|
getAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifier |
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement |
---|
getName, getUsagesInImports, isProxy, setName, setProxy |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
int getExtraArrayDimensions()
If the meaning of the 'Extra Array Dimensions' attribute isn't clear, there really should be more of a description here...
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()
If the meaning of the 'Return Type' containment reference isn't clear, there really should be more of a description here...
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
'.
If the meaning of the 'Redefined Method Declaration' reference isn't clear, there really should be more of a description here...
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()
getRedefinitions()
MethodDeclaration
.
It is bidirectional and its opposite is 'Redefined Method Declaration
'.
If the meaning of the 'Redefinitions' reference list isn't clear, there really should be more of a description here...
JavaPackage.getMethodDeclaration_Redefinitions()
,
getRedefinedMethodDeclaration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |