public class FirstOfMatcher extends CustomDefaultLabelMatcher<FirstOfMatcher>
Matcher trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.| Constructor and Description |
|---|
FirstOfMatcher(Rule[] subRules) |
| 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, hasCustomLabelgetSubContext, label, toStringgetChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrenpublic FirstOfMatcher(Rule[] subRules)
public MatcherType getType()
MatcherMatcherTypepublic <V> boolean match(MatcherContext<V> context)
Matchercontext - the MatcherContext