| Package | Description |
|---|---|
| org.eclipse.epsilon.ecl | |
| org.eclipse.epsilon.ecl.exceptions | |
| org.eclipse.epsilon.ecl.trace |
| Modifier and Type | Field and Description |
|---|---|
protected NamedRuleList<MatchRule> |
EclModule.declaredMatchRules |
protected NamedRuleList<MatchRule> |
EclModule.matchRules |
| Modifier and Type | Method and Description |
|---|---|
List<MatchRule> |
EclModule.getDeclaredMatchRules() |
List<MatchRule> |
IEclModule.getDeclaredMatchRules() |
List<MatchRule> |
EclModule.getMatchRules() |
List<MatchRule> |
IEclModule.getMatchRules() |
default List<MatchRule> |
IEclModule.getRulesFor(Object left,
Object right,
IEclContext context,
boolean ofClassOnly) |
| Modifier and Type | Field and Description |
|---|---|
protected MatchRule |
EclNotApplicableSuperRuleException.rule |
| Constructor and Description |
|---|
EclNotApplicableSuperRuleException(Object left,
Object right,
MatchRule rule,
IEclContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MatchRule |
Match.rule
The ECL match rule that created the match
|
| Modifier and Type | Method and Description |
|---|---|
MatchRule |
Match.getRule() |
| Modifier and Type | Method and Description |
|---|---|
Match |
MatchTrace.add(Object left,
Object right,
boolean matching,
MatchRule rule) |
Match |
MatchTrace.getMatch(Object left,
MatchRule rule) |
void |
Match.setRule(MatchRule rule) |
| Constructor and Description |
|---|
Match(Object left,
Object right,
boolean matching,
MatchRule rule) |
Copyright © 2020. All rights reserved.