Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.BuildlangExecution
-
Packages that use BuildlangExecution 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.execution High level execution support. -
-
Uses of BuildlangExecution in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type BuildlangExecution Modifier and Type Method Description java.lang.ObjectExecutableRules. buildContributing(AbstractRuleMatchExpression expression, BuildlangExecution visitor)Aims at building contributing match expressions if the given expression fails. -
Uses of BuildlangExecution in net.ssehub.easy.instantiation.core.model.execution
Fields in net.ssehub.easy.instantiation.core.model.execution declared as BuildlangExecution Modifier and Type Field Description private BuildlangExecutionExecutor. executorMethods in net.ssehub.easy.instantiation.core.model.execution that return BuildlangExecution Modifier and Type Method Description protected BuildlangExecutionExecutor. createExecutionEnvironment(ITracer tracer, java.io.File base, java.lang.String startRuleName, java.util.Map<java.lang.String,java.lang.Object> parameter)Creates a new execution environment.BuildlangExecutionExecutor. getActualExecutor()The actual executor, valid only withinExecutor.execute(ProgressObserver, boolean, IExecutable).Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type BuildlangExecution Modifier and Type Method Description protected voidExecutor. handleExecutionResult(RuleExecutionResult result, ITracer tracer, BuildlangExecution executor)Handles an execution result returned fromexecutor.
-