Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.SuperRulesState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.SuperRulesState
- Direct Known Subclasses:
RuleImpl.WithoutSuperRulesState
,RuleImpl.WithSuperRulesState
- Enclosing class:
- RuleImpl
Base class for code that depends on whether the rule has any
Rule.getESuperRules()
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
compileIterables
(ExecEnv env) Compiles a list or map of iterables for each input rule element.abstract boolean
match
(StackFrame frame) Matches#getRule()
.abstract boolean
matchOne
(StackFrame frame) Matches up to one match for#getRule()
.
-
Constructor Details
-
SuperRulesState
protected SuperRulesState()
-
-
Method Details
-
match
Matches#getRule()
.- 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()
.- Returns:
true
iff the rule has any matches
-
compileIterables
Compiles a list or map of iterables for each input rule element.- Parameters:
env
- the execution environment with models
-