| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
| Modifier and Type | Method and Description |
|---|---|
Package |
CompilationUnit.getPackage()
Returns the value of the 'Package' reference.
|
Package |
PackageAccess.getPackage()
Returns the value of the 'Package' reference.
|
Package |
Package.getPackage()
Returns the value of the 'Package' container reference.
|
Package |
ClassFile.getPackage()
Returns the value of the 'Package' reference.
|
Package |
AbstractTypeDeclaration.getPackage()
Returns the value of the 'Package' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Package> |
Model.getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list.
|
org.eclipse.emf.common.util.EList<Package> |
Package.getOwnedPackages()
Returns the value of the 'Owned Packages' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompilationUnit.setPackage(Package value)
Sets the value of the '
Package' reference. |
void |
PackageAccess.setPackage(Package value)
Sets the value of the '
Package' reference. |
void |
Package.setPackage(Package value)
Sets the value of the '
Package' container reference. |
void |
ClassFile.setPackage(Package value)
Sets the value of the '
Package' reference. |
void |
AbstractTypeDeclaration.setPackage(Package value)
Sets the value of the '
Package' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
PackageImpl
An implementation of the model object 'Package'.
|
| Modifier and Type | Method and Description |
|---|---|
Package |
JavaFactoryImpl.createPackage() |
Package |
PackageImpl.getPackage() |
Package |
ClassFileImpl.getPackage() |
Package |
AbstractTypeDeclarationImpl.getPackage() |
Package |
CompilationUnitImpl.getPackage() |
Package |
PackageAccessImpl.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Package> |
ModelImpl.getOwnedElements() |
org.eclipse.emf.common.util.EList<Package> |
PackageImpl.getOwnedPackages() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageImpl.setPackage(Package newPackage) |
void |
ClassFileImpl.setPackage(Package newPackage) |
void |
AbstractTypeDeclarationImpl.setPackage(Package newPackage) |
void |
CompilationUnitImpl.setPackage(Package newPackage) |
void |
PackageAccessImpl.setPackage(Package newPackage) |
| Modifier and Type | Method and Description |
|---|---|
Package |
JavaFactory.createPackage()
Returns a new object of class 'Package'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.casePackage(Package object)
Returns the result of interpreting the object as an instance of 'Package'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.