Uses of Interface
net.ssehub.easy.instantiation.core.model.common.ICompoundReceiver
-
Packages that use ICompoundReceiver Package Description de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of ICompoundReceiver in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type ICompoundReceiver Modifier and Type Method Description protected voidModelTranslator. processCompoundContents(java.util.List<org.eclipse.emf.ecore.EObject> elts, ICompoundReceiver receiver)Processes the compounds inelts.protected voidModelTranslator. processCompounds(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Compound> cmps, ICompoundReceiver receiver)Processes the given compounds.private voidModelTranslator. processCompounds(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Compound> cmps, ICompoundReceiver receiver, boolean force)Processes the given typedefs. -
Uses of ICompoundReceiver in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement ICompoundReceiver Modifier and Type Class Description classScriptCreates a project which is the top-level element of a build script VIL-model. -
Uses of ICompoundReceiver in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement ICompoundReceiver Modifier and Type Class Description classAbstractResolvableModel<V extends IMetaParameterDeclaration,M extends IModel>A basic implementation ofIResolvableModel. -
Uses of ICompoundReceiver in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement ICompoundReceiver Modifier and Type Class Description classTemplateRepresents a VIL template.
-