public interface AbstractTypeDeclaration extends BodyDeclaration, Type
The following features are supported:
JavaPackage.getAbstractTypeDeclaration()| Modifier and Type | Method and Description |
|---|---|
|
getBodyDeclarations()
Returns the value of the 'Body Declarations' containment reference list.
|
|
getCommentsAfterBody()
Returns the value of the 'Comments After Body' containment reference list.
|
|
getCommentsBeforeBody()
Returns the value of the 'Comments Before Body' containment reference list.
|
Package |
getPackage()
Returns the value of the 'Package' container reference.
|
|
getSuperInterfaces()
Returns the value of the 'Super Interfaces' containment reference list.
|
void |
setPackage(Package value)
Sets the value of the '
Package' container reference. |
getAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetUsagesInTypeAccessgetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitgetBodyDeclarations()
BodyDeclaration.
It is bidirectional and its opposite is 'Abstract Type Declaration'.
If the meaning of the 'Body Declarations' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractTypeDeclaration_BodyDeclarations(),
BodyDeclaration.getAbstractTypeDeclaration()getCommentsBeforeBody()
Comment.
If the meaning of the 'Comments Before Body' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractTypeDeclaration_CommentsBeforeBody()getCommentsAfterBody()
Comment.
If the meaning of the 'Comments After Body' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractTypeDeclaration_CommentsAfterBody()Package getPackage()
Owned Elements'.
If the meaning of the 'Package' container reference isn't clear, there really should be more of a description here...
setPackage(org.eclipse.gmt.modisco.java.Package),
JavaPackage.getAbstractTypeDeclaration_Package(),
Package.getOwnedElements()void setPackage(Package value)
Package' container reference.
value - the new value of the 'Package' container reference.getPackage()getSuperInterfaces()
TypeAccess.
If the meaning of the 'Super Interfaces' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractTypeDeclaration_SuperInterfaces()