Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.LanguageUnit
Packages that use LanguageUnit
Package
Description
-
Uses of LanguageUnit in de.uni_hildesheim.sse.buildLanguageTranslation
Classes in de.uni_hildesheim.sse.buildLanguageTranslation with type parameters of type LanguageUnitModifier and TypeClassDescriptionclassAbstractModelTranslator<M extends net.ssehub.easy.instantiation.core.model.buildlangModel.Script,L extends LanguageUnit> Implements the translation from the DSL to the build model in the instantiator core.Method parameters in de.uni_hildesheim.sse.buildLanguageTranslation with type arguments of type LanguageUnitModifier and TypeMethodDescriptionprotected MAbstractModelTranslator.createScript(L script, URI uri, boolean registerSuccessful, List<LanguageUnit> inProgress, net.ssehub.easy.instantiation.core.model.buildlangModel.Imports<M> imports, net.ssehub.easy.basics.modelManagement.ImportResolver<M> impResolver) Creates a script instance from an EMF instance. -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type LanguageUnitModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_LanguageUnit(org.eclipse.xtext.serializer.ISerializationContext context, LanguageUnit semanticObject) Contexts: LanguageUnit returns LanguageUnit Constraint: ( advices+=Advice* name=Identifier param=ParameterList? parent=ScriptParentDecl? version=VersionStmt? loadProperties+=LoadProperties* contents=ScriptContents ) -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return LanguageUnitModifier and TypeMethodDescriptionVilBuildLanguageFactory.createLanguageUnit()Returns a new object of class 'Language Unit'.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return types with arguments of type LanguageUnitModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LanguageUnit> ImplementationUnit.getScripts()Returns the value of the 'Scripts' containment reference list. -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement LanguageUnitModifier and TypeClassDescriptionclassAn implementation of the model object 'Language Unit'.Fields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with type parameters of type LanguageUnitModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<LanguageUnit> ImplementationUnitImpl.scriptsThe cached value of the 'Scripts' containment reference list.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return LanguageUnitMethods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return types with arguments of type LanguageUnitModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LanguageUnit> ImplementationUnitImpl.getScripts() -
Uses of LanguageUnit in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type LanguageUnitModifier and TypeMethodDescriptionVilBuildLanguageSwitch.caseLanguageUnit(LanguageUnit object) Returns the result of interpreting the object as an instance of 'Language Unit'.