public interface AbstractMethodDeclaration extends BodyDeclaration
The following features are supported:
JavaPackage.getAbstractMethodDeclaration()| Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference.
|
|
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
|
getThrownExceptions()
Returns the value of the 'Thrown Exceptions' containment reference list.
|
|
getTypeParameters()
Returns the value of the 'Type Parameters' containment reference list.
|
|
getUsages()
Returns the value of the 'Usages' reference list.
|
|
getUsagesInDocComments()
Returns the value of the 'Usages In Doc Comments' reference list.
|
void |
setBody(Block value)
Sets the value of the '
Body' containment reference. |
getAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitBlock getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Block),
JavaPackage.getAbstractMethodDeclaration_Body()void setBody(Block value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()getParameters()
SingleVariableDeclaration.
It is bidirectional and its opposite is 'Method Declaration'.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodDeclaration_Parameters(),
SingleVariableDeclaration.getMethodDeclaration()getThrownExceptions()
TypeAccess.
If the meaning of the 'Thrown Exceptions' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodDeclaration_ThrownExceptions()getTypeParameters()
TypeParameter.
If the meaning of the 'Type Parameters' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodDeclaration_TypeParameters()getUsagesInDocComments()
MethodRef.
It is bidirectional and its opposite is 'Method'.
If the meaning of the 'Usages In Doc Comments' reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodDeclaration_UsagesInDocComments(),
MethodRef.getMethod()getUsages()
AbstractMethodInvocation.
It is bidirectional and its opposite is 'Method'.
If the meaning of the 'Usages' reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodDeclaration_Usages(),
AbstractMethodInvocation.getMethod()