Uses of Interface
org.eclipse.gmt.modisco.java.Package
| 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 |
-
Uses of Package in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return Package Modifier and Type Method Description PackageAbstractTypeDeclaration. getPackage()Returns the value of the 'Package' container reference.PackageClassFile. getPackage()Returns the value of the 'Package' reference.PackageCompilationUnit. getPackage()Returns the value of the 'Package' reference.PackagePackage. getPackage()Returns the value of the 'Package' container reference.PackagePackageAccess. getPackage()Returns the value of the 'Package' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type Package Modifier and Type Method 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.Methods in org.eclipse.gmt.modisco.java with parameters of type Package Modifier and Type Method Description voidAbstractTypeDeclaration. setPackage(Package value)Sets the value of the 'Package' container reference.voidClassFile. setPackage(Package value)Sets the value of the 'Package' reference.voidCompilationUnit. setPackage(Package value)Sets the value of the 'Package' reference.voidPackage. setPackage(Package value)Sets the value of the 'Package' container reference.voidPackageAccess. setPackage(Package value)Sets the value of the 'Package' reference. -
Uses of Package in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Package Modifier and Type Class Description classPackageImplAn implementation of the model object 'Package'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return Package Modifier and Type Method Description PackageJavaFactoryImpl. createPackage()PackageAbstractTypeDeclarationImpl. getPackage()PackageClassFileImpl. getPackage()PackageCompilationUnitImpl. getPackage()PackagePackageAccessImpl. getPackage()PackagePackageImpl. getPackage()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type Package Modifier and Type Method Description org.eclipse.emf.common.util.EList<Package>ModelImpl. getOwnedElements()org.eclipse.emf.common.util.EList<Package>PackageImpl. getOwnedPackages()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type Package Modifier and Type Method Description voidAbstractTypeDeclarationImpl. setPackage(Package newPackage)voidClassFileImpl. setPackage(Package newPackage)voidCompilationUnitImpl. setPackage(Package newPackage)voidPackageAccessImpl. setPackage(Package newPackage)voidPackageImpl. setPackage(Package newPackage) -
Uses of Package in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return Package Modifier and Type Method Description PackageJavaFactory. createPackage()Returns a new object of class 'Package'. -
Uses of Package in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Package Modifier and Type Method Description TJavaSwitch. casePackage(Package object)Returns the result of interpreting the object as an instance of 'Package'.