Package org.eclipse.epsilon.epl.execute
Class PatternMatcherTool
- java.lang.Object
-
- org.eclipse.epsilon.eol.tools.AbstractTool
-
- org.eclipse.epsilon.epl.execute.PatternMatcherTool
-
- All Implemented Interfaces:
ITool
public class PatternMatcherTool extends AbstractTool
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.tools.AbstractTool
context
-
-
Constructor Summary
Constructors Constructor Description PatternMatcherTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
match(String epl, String name)
void
match(String epl, String name, Collection<IModel> models)
void
match(String epl, String name, Map<String,IModel> modelMap)
-
Methods inherited from class org.eclipse.epsilon.eol.tools.AbstractTool
getContext, initialize, setContext
-
-