Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.WithSuperRulesState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.SuperRulesState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.WithSuperRulesState
- Enclosing class:
- RuleImpl
RuleImpl.SuperRulesState
class for rules with Rule.getESuperRules()
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compileIterables
(ExecEnv env) Compiles a list or map of iterables for each input rule element.boolean
match
(StackFrame frame) Matches#getRule()
.boolean
matchOne
(StackFrame frame) Matches up to one match for#getRule()
.
-
Constructor Details
-
WithSuperRulesState
protected WithSuperRulesState()
-
-
Method Details
-
match
Matches#getRule()
.- Specified by:
match
in classRuleImpl.SuperRulesState
- Parameters:
frame
- the stack frame in which to execute the matcher- Returns:
true
iff the rule has any matches
-
matchOne
Matches up to one match for#getRule()
.- Specified by:
matchOne
in classRuleImpl.SuperRulesState
- Returns:
true
iff the rule has any matches
-
compileIterables
Compiles a list or map of iterables for each input rule element.- Specified by:
compileIterables
in classRuleImpl.SuperRulesState
- Parameters:
env
- the execution environment with models
-