Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Import

Packages that use Import
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
org.eclipse.emf.mwe2.language.mwe2.util   
org.eclipse.emf.mwe2.language.serializer   
org.eclipse.emf.mwe2.language.ui.labeling   
 

Uses of Import in org.eclipse.emf.mwe2.language.mwe2
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return Import
 Import Mwe2Factory.createImport()
          Returns a new object of class 'Import'.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return types with arguments of type Import
 org.eclipse.emf.common.util.EList<Import> Module.getImports()
          Returns the value of the 'Imports' containment reference list.
 

Uses of Import in org.eclipse.emf.mwe2.language.mwe2.impl
 

Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement Import
 class ImportImpl
          An implementation of the model object 'Import'.
 

Fields in org.eclipse.emf.mwe2.language.mwe2.impl with type parameters of type Import
protected  org.eclipse.emf.common.util.EList<Import> ModuleImpl.imports
          The cached value of the 'Imports' containment reference list.
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return Import
 Import Mwe2FactoryImpl.createImport()
           
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return types with arguments of type Import
 org.eclipse.emf.common.util.EList<Import> ModuleImpl.getImports()
           
 

Uses of Import in org.eclipse.emf.mwe2.language.mwe2.util
 

Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type Import
 T Mwe2Switch.caseImport(Import object)
          Returns the result of interpreting the object as an instance of 'Import'.
 

Uses of Import in org.eclipse.emf.mwe2.language.serializer
 

Methods in org.eclipse.emf.mwe2.language.serializer with parameters of type Import
protected  void AbstractMwe2SemanticSequencer.sequence_Import(org.eclipse.emf.ecore.EObject context, Import semanticObject)
          Constraint: importedNamespace=ImportedFQN
 

Uses of Import in org.eclipse.emf.mwe2.language.ui.labeling
 

Methods in org.eclipse.emf.mwe2.language.ui.labeling with parameters of type Import
 java.lang.String Mwe2LabelProvider.image(Import imp)