Uses of Interface
net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop.RuleBodyExecutor
-
Packages that use RuleBodyExecutor 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.buildlangModel.matchLoop Implements the LHS/RHS match loop and related applicators. -
-
Uses of RuleBodyExecutor in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement RuleBodyExecutor Modifier and Type Class Description classBuildlangExecutionExecutes a build language project. -
Uses of RuleBodyExecutor in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop declared as RuleBodyExecutor Modifier and Type Field Description private RuleBodyExecutorBuildExecutionApplicator. executorConstructors in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop with parameters of type RuleBodyExecutor Constructor Description BuildExecutionApplicator(RuntimeEnvironment environment, RuleExecutionContext context, RuleBodyExecutor executor)Creates the applicator.
-