Uses of Class
org.eclipse.epsilon.epl.execute.model.PatternMatchModel
Packages that use PatternMatchModel
Package
Description
-
Uses of PatternMatchModel in org.eclipse.epsilon.epl
Methods in org.eclipse.epsilon.epl that return PatternMatchModelModifier and TypeMethodDescriptionprotected PatternMatchModelAbstractEplModule.createModel()PatternMatchModel factory method.final PatternMatchModelAbstractEplModule.matchPatterns()IEplModule.matchPatterns()Methods in org.eclipse.epsilon.epl with parameters of type PatternMatchModelModifier and TypeMethodDescriptionprotected Set<PatternMatch>AbstractEplModule.matchPatterns(int level, PatternMatchModel model) Adds all matches returned byIEplModule#match()to the match model for all patterns at the specified level.protected voidAbstractEplModule.preMatch(PatternMatchModel model) Pre-processes the model. -
Uses of PatternMatchModel in org.eclipse.epsilon.epl.concurrent
Methods in org.eclipse.epsilon.epl.concurrent with parameters of type PatternMatchModelModifier and TypeMethodDescriptionprotected Set<PatternMatch>EplModuleParallelPatterns.matchPatterns(int level, PatternMatchModel model) -
Uses of PatternMatchModel in org.eclipse.epsilon.epl.execute.context
Fields in org.eclipse.epsilon.epl.execute.context declared as PatternMatchModelMethods in org.eclipse.epsilon.epl.execute.context that return PatternMatchModelModifier and TypeMethodDescriptionEplContext.getPatternMatchTrace()IEplContext.getPatternMatchTrace()Methods in org.eclipse.epsilon.epl.execute.context with parameters of type PatternMatchModelModifier and TypeMethodDescriptionvoidEplContext.setPatternMatchTrace(PatternMatchModel model) voidIEplContext.setPatternMatchTrace(PatternMatchModel model) -
Uses of PatternMatchModel in org.eclipse.epsilon.epl.execute.context.concurrent
Fields in org.eclipse.epsilon.epl.execute.context.concurrent declared as PatternMatchModelMethods in org.eclipse.epsilon.epl.execute.context.concurrent that return PatternMatchModelMethods in org.eclipse.epsilon.epl.execute.context.concurrent with parameters of type PatternMatchModelModifier and TypeMethodDescriptionvoidEplContextParallel.setPatternMatchTrace(PatternMatchModel model) -
Uses of PatternMatchModel in org.eclipse.epsilon.epl.launch
Methods in org.eclipse.epsilon.epl.launch that return PatternMatchModelModifier and TypeMethodDescriptionprotected PatternMatchModelEplRunConfiguration.execute()EplRunConfiguration.getResult()