Uses of Class
org.eclipse.epsilon.ecl.trace.MatchTrace
-
-
Uses of MatchTrace in org.eclipse.epsilon.ecl
Methods in org.eclipse.epsilon.ecl that return MatchTrace Modifier and Type Method Description MatchTraceEclModule. execute()MatchTraceIEclModule. execute()protected MatchTraceEclModule. processRules() -
Uses of MatchTrace in org.eclipse.epsilon.ecl.execute.context
Fields in org.eclipse.epsilon.ecl.execute.context declared as MatchTrace Modifier and Type Field Description protected MatchTraceEclContext. matchTraceprotected MatchTraceEclContext. tempMatchTraceMethods in org.eclipse.epsilon.ecl.execute.context that return MatchTrace Modifier and Type Method Description MatchTraceEclContext. getMatchTrace()MatchTraceIEclContext. getMatchTrace()MatchTraceEclContext. getTempMatchTrace()MatchTraceIEclContext. getTempMatchTrace()Methods in org.eclipse.epsilon.ecl.execute.context with parameters of type MatchTrace Modifier and Type Method Description voidEclContext. setMatchTrace(MatchTrace matchTrace)voidIEclContext. setMatchTrace(MatchTrace matchTrace) -
Uses of MatchTrace in org.eclipse.epsilon.ecl.execute.context.concurrent
Fields in org.eclipse.epsilon.ecl.execute.context.concurrent declared as MatchTrace Modifier and Type Field Description protected MatchTraceEclContextParallel. matchTraceprotected MatchTraceEclContextParallel. tempMatchTraceMethods in org.eclipse.epsilon.ecl.execute.context.concurrent that return MatchTrace Modifier and Type Method Description MatchTraceEclContextParallel. getMatchTrace()MatchTraceEclContextParallel. getTempMatchTrace()Methods in org.eclipse.epsilon.ecl.execute.context.concurrent with parameters of type MatchTrace Modifier and Type Method Description voidEclContextParallel. setMatchTrace(MatchTrace matchTrace) -
Uses of MatchTrace in org.eclipse.epsilon.ecl.launch
Methods in org.eclipse.epsilon.ecl.launch that return MatchTrace Modifier and Type Method Description protected MatchTraceEclRunConfiguration. execute()MatchTraceEclRunConfiguration. getResult() -
Uses of MatchTrace in org.eclipse.epsilon.ecl.trace
Methods in org.eclipse.epsilon.ecl.trace that return MatchTrace Modifier and Type Method Description MatchTraceMatchTrace. getReduced()Returns only successful matchesConstructors in org.eclipse.epsilon.ecl.trace with parameters of type MatchTrace Constructor Description MatchTrace(MatchTrace copy)
-