Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Import
Packages that use Import
Package
Description
-
Uses of Import in org.eclipse.emf.mwe2.language.mwe2
Methods in org.eclipse.emf.mwe2.language.mwe2 that return ImportModifier and TypeMethodDescriptionMwe2Factory.createImport()
Returns a new object of class 'Import'.Methods in org.eclipse.emf.mwe2.language.mwe2 that return types with arguments of type ImportModifier and TypeMethodDescriptionorg.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 ImportModifier and TypeClassDescriptionclass
An implementation of the model object 'Import'.Fields in org.eclipse.emf.mwe2.language.mwe2.impl with type parameters of type ImportModifier and TypeFieldDescriptionprotected 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 ImportMethods in org.eclipse.emf.mwe2.language.mwe2.impl that return types with arguments of type ImportModifier and TypeMethodDescriptionorg.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 ImportModifier and TypeMethodDescriptionMwe2Switch.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 ImportModifier and TypeMethodDescriptionprotected void
AbstractMwe2SemanticSequencer.sequence_Import
(org.eclipse.xtext.serializer.ISerializationContext context, Import semanticObject) Contexts: Import returns Import 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