Uses of Class
org.eclipse.epsilon.ecl.trace.MatchTrace
Packages that use MatchTrace
Package
Description
-
Uses of MatchTrace in org.eclipse.epsilon.ecl
Methods in org.eclipse.epsilon.ecl that return MatchTraceModifier and TypeMethodDescriptionEclModule.execute()IEclModule.execute()protected MatchTraceEclModule.processRules() -
Uses of MatchTrace in org.eclipse.epsilon.ecl.execute.context
Fields in org.eclipse.epsilon.ecl.execute.context declared as MatchTraceModifier and TypeFieldDescriptionprotected MatchTraceEclContext.matchTraceprotected MatchTraceEclContext.tempMatchTraceMethods in org.eclipse.epsilon.ecl.execute.context that return MatchTraceModifier and TypeMethodDescriptionEclContext.getMatchTrace()IEclContext.getMatchTrace()EclContext.getTempMatchTrace()IEclContext.getTempMatchTrace()Methods in org.eclipse.epsilon.ecl.execute.context with parameters of type MatchTraceModifier and TypeMethodDescriptionvoidEclContext.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 MatchTraceModifier and TypeFieldDescriptionprotected MatchTraceEclContextParallel.matchTraceprotected MatchTraceEclContextParallel.tempMatchTraceMethods in org.eclipse.epsilon.ecl.execute.context.concurrent that return MatchTraceModifier and TypeMethodDescriptionEclContextParallel.getMatchTrace()EclContextParallel.getTempMatchTrace()Methods in org.eclipse.epsilon.ecl.execute.context.concurrent with parameters of type MatchTrace -
Uses of MatchTrace in org.eclipse.epsilon.ecl.launch
Methods in org.eclipse.epsilon.ecl.launch that return MatchTraceModifier and TypeMethodDescriptionprotected MatchTraceEclRunConfiguration.execute()EclRunConfiguration.getResult() -
Uses of MatchTrace in org.eclipse.epsilon.ecl.trace
Methods in org.eclipse.epsilon.ecl.trace that return MatchTraceModifier and TypeMethodDescriptionMatchTrace.getReduced()Returns a trace with only the successful matches.Constructors in org.eclipse.epsilon.ecl.trace with parameters of type MatchTrace -
Uses of MatchTrace in org.eclipse.epsilon.emc.composite
Methods in org.eclipse.epsilon.emc.composite with parameters of type MatchTraceModifier and TypeMethodDescriptionprotected voidCompositeModel.findEquivalents(MatchTrace matchTrace) Constructors in org.eclipse.epsilon.emc.composite with parameters of type MatchTrace -
Uses of MatchTrace in org.eclipse.epsilon.eml.execute.context
Fields in org.eclipse.epsilon.eml.execute.context declared as MatchTraceMethods in org.eclipse.epsilon.eml.execute.context that return MatchTraceMethods in org.eclipse.epsilon.eml.execute.context with parameters of type MatchTraceModifier and TypeMethodDescriptionvoidEmlContext.setMatchTrace(MatchTrace matchTrace) voidIEmlContext.setMatchTrace(MatchTrace matchTrace)