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