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 TypeMethodDescriptionbooleanapplyFirst(StackFrame frame) Applies and post-applies this rule for the first recorded match.boolean[]matchRecursive(StackFrame frame) Matchesfor the automatic recursive stage, if applicable.invalid reference
#getRule()Methods inherited from class org.eclipse.m2m.atl.emftvm.impl.RuleImpl.LeafState
matchSingle
-
Constructor Details
-
IsLeafState
protected IsLeafState()
-
-
Method Details
-
matchRecursive
Matchesfor the automatic recursive stage, if applicable.invalid reference
#getRule()- Specified by:
matchRecursivein classRuleImpl.LeafState- Parameters:
frame- the stack frame in which to execute the matcher- Returns:
trueiff the rule has any matches
-
applyFirst
Applies and post-applies this rule for the first recorded match.- Overrides:
applyFirstin classRuleImpl.LeafState- Parameters:
frame- the stack frame in which to execute the applier and post-applier- Returns:
trueiff this rule was applied
-