Uses of Class
org.eclipse.epsilon.ecl.trace.Match
Packages that use Match
Package
Description
-
Uses of Match in org.eclipse.epsilon.ecl
Methods in org.eclipse.epsilon.ecl that return Match -
Uses of Match in org.eclipse.epsilon.ecl.dom
Methods in org.eclipse.epsilon.ecl.dom that return Match -
Uses of Match in org.eclipse.epsilon.ecl.trace
Fields in org.eclipse.epsilon.ecl.trace with type parameters of type MatchMethods in org.eclipse.epsilon.ecl.trace that return MatchModifier and TypeMethodDescriptionReturns the first match for the objectReturns the first match with a certainleftandrightobject.Returns the first match which has a certain object on its left side and relates to a certain rule.Methods in org.eclipse.epsilon.ecl.trace that return types with arguments of type MatchModifier and TypeMethodDescriptionMatchTrace.getMatches()Returns all matches, both successful and pairs that have been compared but do not matchMatchTrace.getMatches(Object object) Returns all the matches for a given objectMatchTrace.iterator()MatchTrace.parallelStream()MatchTrace.stream()Methods in org.eclipse.epsilon.ecl.trace with parameters of type MatchMethod parameters in org.eclipse.epsilon.ecl.trace with type arguments of type Match -
Uses of Match in org.eclipse.epsilon.eml.dom
Methods in org.eclipse.epsilon.eml.dom with parameters of type MatchModifier and TypeMethodDescriptionbooleanMergeRule.appliesTo(Match match, IEmlContext context) voidMergeRule.executeSuperRulesAndBody(Match match, Collection<Object> targets, IEmlContext context) booleanCollection<?>MergeRule.merge(Match match, Collection<Object> targets, IEmlContext context) Collection<?>MergeRule.merge(Match match, IEmlContext context) -
Uses of Match in org.eclipse.epsilon.eml.strategy
Methods in org.eclipse.epsilon.eml.strategy with parameters of type MatchModifier and TypeMethodDescriptionDefaultMergingStrategy.getRulesFor(Match match, IEmlContext context) -
Uses of Match in org.eclipse.epsilon.eml.trace
Fields in org.eclipse.epsilon.eml.trace declared as MatchMethods in org.eclipse.epsilon.eml.trace that return MatchMethods in org.eclipse.epsilon.eml.trace with parameters of type MatchModifier and TypeMethodDescriptionvoidMergeTrace.add(Match match, Collection<Object> targets, MergeRule rule) voidConstructors in org.eclipse.epsilon.eml.trace with parameters of type Match