Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop.Applicator
-
Packages that use Applicator Package Description net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop Implements the LHS/RHS match loop and related applicators. -
-
Uses of Applicator in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop
Subclasses of Applicator in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop Modifier and Type Class Description classBuildCollectionApplicatorAn applicator which collects the RHS values which need a build and pushes the related match variable values into the given runtime environment.classBuildEnablingApplicatorAn applicator which may enable the execution of a loop body.classBuildExecutionApplicatorAn applicator which actually executes a rule body if build is required for a LHS/RHS match.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop with parameters of type Applicator Modifier and Type Method Description static voidLhsRhsMatchLoop. matchLoop(Rule rule, java.lang.Object[] rhsValues, Applicator applicator, ITracer tracer)Loops over the LHS/RHS matches and calls theapplicatorfor each match.
-