Uses of Interface
net.ssehub.easy.instantiation.core.model.common.ITypedefReceiver
-
Packages that use ITypedefReceiver 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 ITypedefReceiver in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type ITypedefReceiver Modifier and Type Method Description protected voidModelTranslator. processTypedefContents(java.util.List<org.eclipse.emf.ecore.EObject> elts, ITypedefReceiver receiver)Processes the typedefs inelts.protected voidModelTranslator. processTypedefs(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeDef> defs, ITypedefReceiver receiver)Processes the given typedefs.private voidModelTranslator. processTypedefs(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeDef> defs, ITypedefReceiver receiver, boolean force)Processes the given typedefs. -
Uses of ITypedefReceiver in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement ITypedefReceiver Modifier and Type Class Description classScriptCreates a project which is the top-level element of a build script VIL-model. -
Uses of ITypedefReceiver in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement ITypedefReceiver Modifier and Type Class Description classAbstractResolvableModel<V extends IMetaParameterDeclaration,M extends IModel>A basic implementation ofIResolvableModel. -
Uses of ITypedefReceiver in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement ITypedefReceiver Modifier and Type Class Description classTemplateRepresents a VIL template.
-