Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.IsAbstractState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.AbstractState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.IsAbstractState
- Enclosing class:
- RuleImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(StackFrame frame) Applies this rule for the created traces.void
createTraces
(StackFrame frame) Creates trace elements for the recorded matches for this rule.void
postApply
(StackFrame frame) Runs post-applier for this rule for the created traces.
-
Constructor Details
-
IsAbstractState
protected IsAbstractState()
-
-
Method Details
-
createTraces
Creates trace elements for the recorded matches for this rule.- Specified by:
createTraces
in classRuleImpl.AbstractState
- Parameters:
frame
- the stack frame context
-
apply
Applies this rule for the created traces.- Specified by:
apply
in classRuleImpl.AbstractState
- Parameters:
frame
- the stack frame in which to execute the applier
-
postApply
Runs post-applier for this rule for the created traces.- Specified by:
postApply
in classRuleImpl.AbstractState
- Parameters:
frame
- the stack frame in which to execute the post-applier
-