public interface BodyDeclaration extends NamedElement
The following features are supported:
JavaPackage.getBodyDeclaration()| Modifier and Type | Method and Description |
|---|---|
AbstractTypeDeclaration |
getAbstractTypeDeclaration()
Returns the value of the 'Abstract Type Declaration' container reference.
|
|
getAnnotations()
Returns the value of the 'Annotations' containment reference list.
|
AnonymousClassDeclaration |
getAnonymousClassDeclarationOwner()
Returns the value of the 'Anonymous Class Declaration Owner' container reference.
|
Modifier |
getModifier()
Returns the value of the 'Modifier' containment reference.
|
void |
setAbstractTypeDeclaration(AbstractTypeDeclaration value)
Sets the value of the '
Abstract Type Declaration' container reference. |
void |
setAnonymousClassDeclarationOwner(AnonymousClassDeclaration value)
Sets the value of the '
Anonymous Class Declaration Owner' container reference. |
void |
setModifier(Modifier value)
Sets the value of the '
Modifier' containment reference. |
getName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitAbstractTypeDeclaration getAbstractTypeDeclaration()
Body Declarations'.
If the meaning of the 'Abstract Type Declaration' container reference isn't clear, there really should be more of a description here...
setAbstractTypeDeclaration(AbstractTypeDeclaration),
JavaPackage.getBodyDeclaration_AbstractTypeDeclaration(),
AbstractTypeDeclaration.getBodyDeclarations()void setAbstractTypeDeclaration(AbstractTypeDeclaration value)
Abstract Type Declaration' container reference.
value - the new value of the 'Abstract Type Declaration' container reference.getAbstractTypeDeclaration()getAnnotations()
Annotation.
If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getBodyDeclaration_Annotations()AnonymousClassDeclaration getAnonymousClassDeclarationOwner()
Body Declarations'.
If the meaning of the 'Anonymous Class Declaration Owner' container reference isn't clear, there really should be more of a description here...
setAnonymousClassDeclarationOwner(AnonymousClassDeclaration),
JavaPackage.getBodyDeclaration_AnonymousClassDeclarationOwner(),
AnonymousClassDeclaration.getBodyDeclarations()void setAnonymousClassDeclarationOwner(AnonymousClassDeclaration value)
Anonymous Class Declaration Owner' container reference.
value - the new value of the 'Anonymous Class Declaration Owner' container reference.getAnonymousClassDeclarationOwner()Modifier getModifier()
Body Declaration'.
If the meaning of the 'Modifier' containment reference isn't clear, there really should be more of a description here...
setModifier(Modifier),
JavaPackage.getBodyDeclaration_Modifier(),
Modifier.getBodyDeclaration()void setModifier(Modifier value)
Modifier' containment reference.
value - the new value of the 'Modifier' containment reference.getModifier()