Uses of Class
org.eclipse.epsilon.ecl.dom.MatchRule
Packages that use MatchRule
Package
Description
-
Uses of MatchRule in org.eclipse.epsilon.ecl
Fields in org.eclipse.epsilon.ecl with type parameters of type MatchRuleModifier and TypeFieldDescriptionprotected final NamedRuleList<MatchRule>EclModule.declaredMatchRulesprotected NamedRuleList<MatchRule>EclModule.matchRulesMethods in org.eclipse.epsilon.ecl that return types with arguments of type MatchRuleModifier and TypeMethodDescriptionEclModule.getDeclaredMatchRules()IEclModule.getDeclaredMatchRules()EclModule.getMatchRules()IEclModule.getMatchRules()IEclModule.getRulesFor(Object left, Object right, IEclContext context, boolean ofClassOnly) -
Uses of MatchRule in org.eclipse.epsilon.ecl.dom
Methods in org.eclipse.epsilon.ecl.dom with parameters of type MatchRule -
Uses of MatchRule in org.eclipse.epsilon.ecl.exceptions
Fields in org.eclipse.epsilon.ecl.exceptions declared as MatchRuleConstructors in org.eclipse.epsilon.ecl.exceptions with parameters of type MatchRuleModifierConstructorDescriptionEclNotApplicableSuperRuleException(Object left, Object right, MatchRule rule, IEclContext context) -
Uses of MatchRule in org.eclipse.epsilon.ecl.parse
Methods in org.eclipse.epsilon.ecl.parse with parameters of type MatchRule -
Uses of MatchRule in org.eclipse.epsilon.ecl.trace
Fields in org.eclipse.epsilon.ecl.trace declared as MatchRuleModifier and TypeFieldDescriptionprotected MatchRuleMatch.ruleThe ECL match rule that created the matchMethods in org.eclipse.epsilon.ecl.trace that return MatchRuleMethods in org.eclipse.epsilon.ecl.trace with parameters of type MatchRuleModifier and TypeMethodDescriptionReturns the first match which has a certain object on its left side and relates to a certain rule.voidConstructors in org.eclipse.epsilon.ecl.trace with parameters of type MatchRule