Uses of Interface
org.eclipse.gmt.modisco.java.Package
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement Package Modifier and Type Class Description classPackageImplAn implementation of the model object 'Package'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as Package Modifier and Type Field Description protected PackageClassFileImpl. package_The cached value of the 'Package' reference.protected PackageCompilationUnitImpl. package_The cached value of the 'Package' reference.protected PackagePackageAccessImpl. package_The cached value of the 'Package' reference.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type Package Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Package>ModelImpl. ownedElementsThe cached value of the 'Owned Elements' containment reference list.protected org.eclipse.emf.common.util.EList<Package>PackageImpl. ownedPackagesThe cached value of the 'Owned Packages' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return Package Modifier and Type Method Description PackageAbstractTypeDeclarationImpl. basicGetPackage()PackageClassFileImpl. basicGetPackage()PackageCompilationUnitImpl. basicGetPackage()PackagePackageAccessImpl. basicGetPackage()PackagePackageImpl. basicGetPackage()PackageJavaFactoryImpl. createPackage()PackageAbstractTypeDeclarationImpl. getPackage()PackageClassFileImpl. getPackage()PackageCompilationUnitImpl. getPackage()PackagePackageAccessImpl. getPackage()PackagePackageImpl. getPackage()Methods in org.eclipse.gmt.modisco.java.emf.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.emf.impl with parameters of type Package Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainAbstractTypeDeclarationImpl. basicSetPackage(Package newPackage, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPackageAccessImpl. basicSetPackage(Package newPackage, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPackageImpl. basicSetPackage(Package newPackage, org.eclipse.emf.common.notify.NotificationChain msgs)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.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.