Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.IsLeafState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.LeafState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.IsLeafState
- Enclosing class:
- RuleImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
applyFirst
(StackFrame frame) Applies and post-applies this rule for the first recorded match.boolean[]
matchRecursive
(StackFrame frame) Matches#getRule()
for the automatic recursive stage, if applicable.Methods inherited from class org.eclipse.m2m.atl.emftvm.impl.RuleImpl.LeafState
matchSingle
-
Constructor Details
-
IsLeafState
protected IsLeafState()
-
-
Method Details
-
matchRecursive
Matches#getRule()
for the automatic recursive stage, if applicable.- Specified by:
matchRecursive
in classRuleImpl.LeafState
- Parameters:
frame
- the stack frame in which to execute the matcher- Returns:
true
iff the rule has any matches
-
applyFirst
Applies and post-applies this rule for the first recorded match.- Overrides:
applyFirst
in classRuleImpl.LeafState
- Parameters:
frame
- the stack frame in which to execute the applier and post-applier- Returns:
true
iff this rule was applied
-