Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.EvaluationVisitor
-
Packages that use EvaluationVisitor 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.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of EvaluationVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of EvaluationVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classBuildlangExecutionExecutes a build language project. -
Uses of EvaluationVisitor in net.ssehub.easy.instantiation.core.model.common
Subclasses of EvaluationVisitor in net.ssehub.easy.instantiation.core.model.common Modifier and Type Class Description classExecutionVisitor<M extends IResolvableModel<V,M>,O extends IResolvableOperation<V>,V extends VariableDeclaration,R extends Resolver<M,O,?,V>>Extends the basic expression evaluation visitor for the execution of those classes being defined in this package. -
Uses of EvaluationVisitor in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as EvaluationVisitor Modifier and Type Field Description private EvaluationVisitorExpressionEvaluator. evaluationVisitorMethods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type EvaluationVisitor Modifier and Type Method Description voidExpressionEvaluator. bind(EvaluationVisitor evaluationVisitor)Binds the evaluation visitor. -
Uses of EvaluationVisitor in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of EvaluationVisitor 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.
-