| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationTypeDeclaration
A representation of the model object 'Annotation Type Declaration'.
|
interface |
ClassDeclaration
A representation of the model object 'Class Declaration'.
|
interface |
EnumDeclaration
A representation of the model object 'Enum Declaration'.
|
interface |
InterfaceDeclaration
A representation of the model object 'Interface Declaration'.
|
interface |
TypeDeclaration
A representation of the model object 'Type Declaration'.
|
interface |
UnresolvedAnnotationDeclaration
A representation of the model object 'Unresolved Annotation Declaration'.
|
interface |
UnresolvedClassDeclaration
A representation of the model object 'Unresolved Class Declaration'.
|
interface |
UnresolvedEnumDeclaration
A representation of the model object 'Unresolved Enum Declaration'.
|
interface |
UnresolvedInterfaceDeclaration
A representation of the model object 'Unresolved Interface Declaration'.
|
interface |
UnresolvedTypeDeclaration
A representation of the model object 'Unresolved Type Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTypeDeclaration |
BodyDeclaration.getAbstractTypeDeclaration()
Returns the value of the 'Abstract Type Declaration' container reference.
|
AbstractTypeDeclaration |
TypeDeclarationStatement.getDeclaration()
Returns the value of the 'Declaration' containment reference.
|
AbstractTypeDeclaration |
ClassFile.getType()
Returns the value of the 'Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BodyDeclaration.setAbstractTypeDeclaration(AbstractTypeDeclaration value)
Sets the value of the '
Abstract Type Declaration' container reference. |
void |
TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration value)
Sets the value of the '
Declaration' containment reference. |
void |
ClassFile.setType(AbstractTypeDeclaration value)
Sets the value of the '
Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseAbstractTypeDeclaration(AbstractTypeDeclaration object)
Returns the result of interpreting the object as an instance of 'Abstract Type Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseAbstractTypeDeclaration(AbstractTypeDeclaration object)
Returns the result of interpreting the object as an instance of 'Abstract Type Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseAbstractTypeDeclaration(AbstractTypeDeclaration object)
Returns the result of interpreting the object as an instance of 'Abstract Type Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseAbstractTypeDeclaration(AbstractTypeDeclaration object)
Returns the result of interpreting the object as an instance of 'Abstract Type Declaration'.
|