Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.Imports
-
Packages that use Imports Package Description de.uni_hildesheim.sse.buildLanguageTranslation net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of Imports in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return Imports Modifier and Type Method Description protected Imports<M>AbstractModelTranslator. processImports(org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Import> imports, org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vilBuildLanguage.Require> requires)Processes the imports and returns an summarizing instance.Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type Imports Modifier and Type Method Description protected MAbstractModelTranslator. createScript(L script, java.net.URI uri, boolean registerSuccessful, java.util.List<de.uni_hildesheim.sse.vilBuildLanguage.LanguageUnit> inProgress, Imports<M> imports, ImportResolver<M> impResolver)Creates a script instance from an EMF instance. -
Uses of Imports in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel declared as Imports Modifier and Type Field Description private Imports<S>Script.ScriptDescriptor. importsMethods in net.ssehub.easy.instantiation.core.model.buildlangModel that return Imports Modifier and Type Method Description protected Imports<Script>Script. getImports()Returns the imports instance.Imports<S>Script.ScriptDescriptor. getImports()Returns the imports.Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type Imports Constructor Description ScriptDescriptor(VariableDeclaration[] parameters, Advice[] advices, Imports<S> imports)Creates a script descriptor.
-