Uses of Interface
net.ssehub.easy.instantiation.core.model.common.IVariableDeclarationReceiver
-
Packages that use IVariableDeclarationReceiver 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 IVariableDeclarationReceiver in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type IVariableDeclarationReceiver Modifier and Type Method Description protected voidModelTranslator. processVariableDeclarations(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration> decls, IVariableDeclarationReceiver<I> receiver)Processes all variable declarations considering dependencies and terminates with an error if not all can be resolved.protected voidModelTranslator. processVariableDeclarations(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration> decls, IVariableDeclarationReceiver<I> receiver, boolean addToResolver)Processes all variable declarations considering dependencies and terminates with an error if not all can be resolved.private voidModelTranslator. processVariableDeclarations(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration> decls, IVariableDeclarationReceiver<I> receiver, boolean force, boolean addToResolver)Processes a set of variable declarations and adds successfully processed ones to the current resolver level. -
Uses of IVariableDeclarationReceiver in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IVariableDeclarationReceiver Modifier and Type Class Description classScriptCreates a project which is the top-level element of a build script VIL-model. -
Uses of IVariableDeclarationReceiver in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement IVariableDeclarationReceiver Modifier and Type Class Description classListVariableDeclarationReceiver<I extends IResolvable>Implements a simple list variable declaration receiver. -
Uses of IVariableDeclarationReceiver in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement IVariableDeclarationReceiver Modifier and Type Class Description classTemplateRepresents a VIL template.
-