Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Import
Packages that use Import
Package
Description
Translation functionality for expressions.
-
Uses of Import in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return ImportModifier and TypeMethodDescriptionExpressionDslFactory.createImport()Returns a new object of class 'Import'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type ImportModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Import> LanguageUnit.getImports()Returns the value of the 'Imports' containment reference list. -
Uses of Import in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement ImportModifier and TypeClassDescriptionclassAn implementation of the model object 'Import'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type ImportModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Import> LanguageUnitImpl.importsThe cached value of the 'Imports' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return ImportMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type ImportModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Import> LanguageUnitImpl.getImports() -
Uses of Import in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type ImportModifier and TypeMethodDescriptionExpressionDslSwitch.caseImport(Import object) Returns the result of interpreting the object as an instance of 'Import'. -
Uses of Import in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type ImportModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Import(org.eclipse.xtext.serializer.ISerializationContext context, Import semanticObject) Contexts: Import returns Import Constraint: (insert='insert'? name=Identifier wildcard='*'? versionSpec=VersionSpec?) -
Uses of Import in de.uni_hildesheim.sse.vil.expressions.translation
Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type ImportModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.common.Imports<M> ModelTranslator.processImports(org.eclipse.emf.common.util.EList<Import> imports) Processes the imports and returns an summarizing instance.