Uses of Interface
org.eclipse.gmt.modisco.java.ImportDeclaration
| 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 ImportDeclaration in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return types with arguments of type ImportDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<ImportDeclaration>CompilationUnit. getImports()Returns the value of the 'Imports' containment reference list.org.eclipse.emf.common.util.EList<ImportDeclaration>NamedElement. getUsagesInImports()Returns the value of the 'Usages In Imports' reference list. -
Uses of ImportDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ImportDeclaration Modifier and Type Class Description classImportDeclarationImplAn implementation of the model object 'Import Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ImportDeclaration Modifier and Type Method Description ImportDeclarationJavaFactoryImpl. createImportDeclaration()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type ImportDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<ImportDeclaration>CompilationUnitImpl. getImports()org.eclipse.emf.common.util.EList<ImportDeclaration>NamedElementImpl. getUsagesInImports() -
Uses of ImportDeclaration in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ImportDeclaration Modifier and Type Method Description ImportDeclarationJavaFactory. createImportDeclaration()Returns a new object of class 'Import Declaration'. -
Uses of ImportDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ImportDeclaration Modifier and Type Method Description TJavaSwitch. caseImportDeclaration(ImportDeclaration object)Returns the result of interpreting the object as an instance of 'Import Declaration'.