Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.IsWithLeavesState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.LeafState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.IsWithLeavesState
- Enclosing class:
RuleImpl
RuleImpl.LeafState class for rules for which Rule.isLeaf() is false
and Rule.isWithLeaves() is true.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean[]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
applyFirst, matchSingle
-
Constructor Details
-
IsWithLeavesState
protected IsWithLeavesState()
-
-
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
-