public final class StringMatcher extends AbstractMatcher
SequenceMatcher specialization for sequences of CharMatchers. Performs fast string matching if the
current context has it enabled.| Constructor and Description |
|---|
StringMatcher(String input) |
| Modifier and Type | Method and Description |
|---|---|
MatcherType |
getType()
Returns the type of this matcher
|
<V> boolean |
match(MatcherContext<V> context)
Tries a match on the given MatcherContext.
|
getLabel, getSubContext, hasCustomLabel, label, toStringgetChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrenpublic StringMatcher(String input)
public MatcherType getType()
MatcherMatcherTypepublic <V> boolean match(MatcherContext<V> context)
Matchercontext - the MatcherContext