Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.IsNotAbstractState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.AbstractState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.IsNotAbstractState
- Enclosing class:
RuleImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(StackFrame frame) Applies this rule for the created traces.voidcreateTraces(StackFrame frame) Creates trace elements for the recorded matches for this rule.voidpostApply(StackFrame frame) Runs post-applier for this rule for the created traces.
-
Constructor Details
-
IsNotAbstractState
protected IsNotAbstractState()
-
-
Method Details
-
createTraces
Creates trace elements for the recorded matches for this rule.- Specified by:
createTracesin classRuleImpl.AbstractState- Parameters:
frame- the stack frame context
-
apply
Applies this rule for the created traces.- Specified by:
applyin 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:
postApplyin classRuleImpl.AbstractState- Parameters:
frame- the stack frame in which to execute the post-applier
-