Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.Map
Packages that use Map
Package
Description
-
Uses of Map in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type MapModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.buildlangModel.MapExpressionExpressionTranslator.processMap(Map map, net.ssehub.easy.instantiation.core.model.buildlangModel.Resolver resolver) Processes a "map" expression. -
Uses of Map in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type MapModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_Map(org.eclipse.xtext.serializer.ISerializationContext context, Map semanticObject) Contexts: Map returns Map Constraint: (var+=LoopVariable var+=LoopVariable* (separator='=' | separator=':') expr=Expression block=RuleElementBlock) -
Uses of Map in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return MapModifier and TypeMethodDescriptionVilBuildLanguageFactory.createMap()Returns a new object of class 'Map'.PrimaryExpression.getMap()Returns the value of the 'Map' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage with parameters of type Map -
Uses of Map in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement MapFields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl declared as MapModifier and TypeFieldDescriptionprotected MapPrimaryExpressionImpl.mapThe cached value of the 'Map' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return MapModifier and TypeMethodDescriptionVilBuildLanguageFactoryImpl.createMap()PrimaryExpressionImpl.getMap()Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with parameters of type MapModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainPrimaryExpressionImpl.basicSetMap(Map newMap, org.eclipse.emf.common.notify.NotificationChain msgs) void -
Uses of Map in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type Map