Uses of Class
org.eclipse.epsilon.ecl.dom.MatchRule
-
Packages that use MatchRule Package Description org.eclipse.epsilon.ecl org.eclipse.epsilon.ecl.exceptions org.eclipse.epsilon.ecl.trace -
-
Uses of MatchRule in org.eclipse.epsilon.ecl
Fields in org.eclipse.epsilon.ecl with type parameters of type MatchRule Modifier and Type Field Description protected NamedRuleList<MatchRule>EclModule. declaredMatchRulesprotected NamedRuleList<MatchRule>EclModule. matchRulesMethods in org.eclipse.epsilon.ecl that return types with arguments of type MatchRule Modifier and Type Method 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) -
Uses of MatchRule in org.eclipse.epsilon.ecl.exceptions
Fields in org.eclipse.epsilon.ecl.exceptions declared as MatchRule Modifier and Type Field Description protected MatchRuleEclNotApplicableSuperRuleException. ruleConstructors in org.eclipse.epsilon.ecl.exceptions with parameters of type MatchRule Constructor Description EclNotApplicableSuperRuleException(Object left, Object right, MatchRule rule, IEclContext context) -
Uses of MatchRule in org.eclipse.epsilon.ecl.trace
Fields in org.eclipse.epsilon.ecl.trace declared as MatchRule Modifier and Type Field Description protected MatchRuleMatch. ruleThe ECL match rule that created the matchMethods in org.eclipse.epsilon.ecl.trace that return MatchRule Modifier and Type Method Description MatchRuleMatch. getRule()Methods in org.eclipse.epsilon.ecl.trace with parameters of type MatchRule Modifier and Type Method Description MatchMatchTrace. add(Object left, Object right, boolean matching, MatchRule rule)MatchMatchTrace. getMatch(Object left, MatchRule rule)voidMatch. setRule(MatchRule rule)Constructors in org.eclipse.epsilon.ecl.trace with parameters of type MatchRule Constructor Description Match(Object left, Object right, boolean matching, MatchRule rule)
-