public class RegexpDefinitionPatternMatcherFactory extends java.lang.Object implements DefinitionPatternMatcherFactory
RegexpDefinitionPatternMatcher.| Constructor and Description |
|---|
RegexpDefinitionPatternMatcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
DefinitionPatternMatcher |
createDefinitionPatternMatcher(java.lang.String pattern,
Definition definition)
Creates a new definition pattern matcher.
|
public RegexpDefinitionPatternMatcherFactory()
public DefinitionPatternMatcher createDefinitionPatternMatcher(java.lang.String pattern, Definition definition)
createDefinitionPatternMatcher in interface DefinitionPatternMatcherFactorypattern - The pattern to be matched.definition - The base definition. Created definitions by
DefinitionPatternMatcher.createDefinition(String) will created
with this one as a basis.