|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractMethodDeclaration
A representation of the model object 'Abstract Method Declaration'.
The following features are supported:
JavaPackage.getAbstractMethodDeclaration()
Method Summary | |
---|---|
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. |
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 |
---|
Block 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |