Uses of Class
net.ssehub.easy.instantiation.core.model.common.ExecutionVisitor
-
Packages that use ExecutionVisitor Package Description 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.templateModel The template language model. -
-
Uses of ExecutionVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of ExecutionVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classBuildlangExecutionExecutes a build language project. -
Uses of ExecutionVisitor in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of ExecutionVisitor in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classTemplateLangExecutionImplements the execution of the template language.classTemplateSubstitutionExecutionA specific template language execution for replacting VTL expressions/variables.
-