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