Uses of Class
org.eclipse.epsilon.ecl.trace.Match
-
Packages that use Match Package Description org.eclipse.epsilon.ecl org.eclipse.epsilon.ecl.dom org.eclipse.epsilon.ecl.trace -
-
Uses of Match in org.eclipse.epsilon.ecl
Methods in org.eclipse.epsilon.ecl that return Match Modifier and Type Method Description default MatchIEclModule. match(Object left, Object right, boolean forcedMatch) -
Uses of Match in org.eclipse.epsilon.ecl.dom
Methods in org.eclipse.epsilon.ecl.dom that return Match Modifier and Type Method Description MatchMatchRule. match(Object left, Object right, IEclContext context, EolMap<?,?> matchInfo, boolean forcedMatch)Matches left against rightMatchMatchRule. matchPair(IEclContext context, boolean ofTypeOnly, Object leftInstance, Object rightInstance) -
Uses of Match in org.eclipse.epsilon.ecl.trace
Fields in org.eclipse.epsilon.ecl.trace with type parameters of type Match Modifier and Type Field Description protected Collection<Match>MatchTrace. matchesAll matches tried during the execution of an ECL moduleMethods in org.eclipse.epsilon.ecl.trace that return Match Modifier and Type Method Description MatchMatchTrace. add(Object left, Object right, boolean matching, MatchRule rule)MatchMatchTrace. getMatch(Object object)Returns the first match for the objectMatchMatchTrace. getMatch(Object left, Object right)MatchMatchTrace. getMatch(Object left, MatchRule rule)Methods in org.eclipse.epsilon.ecl.trace that return types with arguments of type Match Modifier and Type Method Description Collection<Match>MatchTrace. getMatches()Returns all matches, both successful and pairs that have been compared but do not matchCollection<Match>MatchTrace. getMatches(Object object)Returns all the matches for a given objectIterator<Match>MatchTrace. iterator()Stream<Match>MatchTrace. parallelStream()Stream<Match>MatchTrace. stream()Methods in org.eclipse.epsilon.ecl.trace with parameters of type Match Modifier and Type Method Description booleanMatchTrace. add(Match match)Method parameters in org.eclipse.epsilon.ecl.trace with type arguments of type Match Modifier and Type Method Description booleanMatchTrace. addAll(Collection<? extends Match> c)
-