| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
| 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 |
|---|---|
org.eclipse.emf.common.util.EList<AbstractTypeDeclaration> |
Package.getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list.
|
org.eclipse.emf.common.util.EList<AbstractTypeDeclaration> |
CompilationUnit.getTypes()
Returns the value of the 'Types' reference list.
|
| 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 | Class and Description |
|---|---|
class |
AbstractTypeDeclarationImpl
An implementation of the model object 'Abstract Type Declaration'.
|
class |
AnnotationTypeDeclarationImpl
An implementation of the model object 'Annotation Type Declaration'.
|
class |
ClassDeclarationImpl
An implementation of the model object 'Class Declaration'.
|
class |
EnumDeclarationImpl
An implementation of the model object 'Enum Declaration'.
|
class |
InterfaceDeclarationImpl
An implementation of the model object 'Interface Declaration'.
|
class |
TypeDeclarationImpl
An implementation of the model object 'Type Declaration'.
|
class |
UnresolvedAnnotationDeclarationImpl
An implementation of the model object 'Unresolved Annotation Declaration'.
|
class |
UnresolvedClassDeclarationImpl
An implementation of the model object 'Unresolved Class Declaration'.
|
class |
UnresolvedEnumDeclarationImpl
An implementation of the model object 'Unresolved Enum Declaration'.
|
class |
UnresolvedInterfaceDeclarationImpl
An implementation of the model object 'Unresolved Interface Declaration'.
|
class |
UnresolvedTypeDeclarationImpl
An implementation of the model object 'Unresolved Type Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTypeDeclaration |
BodyDeclarationImpl.getAbstractTypeDeclaration() |
AbstractTypeDeclaration |
TypeDeclarationStatementImpl.getDeclaration() |
AbstractTypeDeclaration |
ClassFileImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractTypeDeclaration> |
PackageImpl.getOwnedElements() |
org.eclipse.emf.common.util.EList<AbstractTypeDeclaration> |
CompilationUnitImpl.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyDeclarationImpl.setAbstractTypeDeclaration(AbstractTypeDeclaration newAbstractTypeDeclaration) |
void |
TypeDeclarationStatementImpl.setDeclaration(AbstractTypeDeclaration newDeclaration) |
void |
ClassFileImpl.setType(AbstractTypeDeclaration newType) |
| 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'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.