Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.WithApplierWithoutPostApplyCbState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.ApplierCbState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.WithApplierWithoutPostApplyCbState
- Enclosing class:
- RuleImpl
RuleImpl.ApplierCbState
class for rules that have a Rule.getApplier()
code block
and no Rule.getPostApply()
code block.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplyFor
(StackFrame frame, TraceLink trace) Applies this rule for the giventrace
.postApplyFor
(StackFrame frame, TraceLink trace) Post-applies this rule for the giventrace
.
-
Constructor Details
-
WithApplierWithoutPostApplyCbState
protected WithApplierWithoutPostApplyCbState()
-
-
Method Details
-
applyFor
Applies this rule for the giventrace
.- Specified by:
applyFor
in classRuleImpl.ApplierCbState
- Parameters:
frame
- the stack frame contexttrace
- the trace link to apply the rule for- Returns:
- the application result
-
postApplyFor
Post-applies this rule for the giventrace
.- Specified by:
postApplyFor
in classRuleImpl.ApplierCbState
- Parameters:
frame
- the stack frame contexttrace
- the trace link to postApply the rule for- Returns:
- the application result
-