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 MatchTrace
EclModule.processRules()
-
Uses of MatchTrace in org.eclipse.epsilon.ecl.execute.context
Fields in org.eclipse.epsilon.ecl.execute.context declared as MatchTraceModifier and TypeFieldDescriptionprotected MatchTrace
EclContext.matchTrace
protected MatchTrace
EclContext.tempMatchTrace
Methods 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 TypeMethodDescriptionvoid
EclContext.setMatchTrace
(MatchTrace matchTrace) void
IEclContext.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 MatchTrace
EclContextParallel.matchTrace
protected MatchTrace
EclContextParallel.tempMatchTrace
Methods 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 MatchTrace
EclRunConfiguration.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 void
CompositeModel.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 TypeMethodDescriptionvoid
EmlContext.setMatchTrace
(MatchTrace matchTrace) void
IEmlContext.setMatchTrace
(MatchTrace matchTrace)