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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
applyFirst
(StackFrame frame) Applies and post-applies this rule for the first recorded match.boolean[]
matchRecursive
(StackFrame frame) Matchesinvalid reference
#getRule()
Methods inherited from class org.eclipse.m2m.atl.emftvm.impl.RuleImpl.LeafState
matchSingle
-
Constructor Details
-
IsLeafState
protected IsLeafState()
-
-
Method Details
-
matchRecursive
Matchesinvalid reference
#getRule()
- 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
-