| Modifier and Type | Field and Description |
|---|---|
char |
character |
| Constructor and Description |
|---|
CharMatcher(char character) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(MatcherVisitor<R> visitor)
Accepts the given matcher visitor.
|
boolean |
match(MatcherContext context)
Tries a match on the given MatcherContext.
|
areMismatchesMemoed, areSubnodesSuppressed, getLabel, getSubContext, getTag, hasCustomLabel, isNodeSkipped, isNodeSuppressed, label, memoMismatches, setTag, skipNode, suppressNode, suppressSubnodes, toStringgetChildrenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrenpublic boolean match(MatcherContext context)
Matchercontext - the MatcherContextpublic <R> R accept(MatcherVisitor<R> visitor)
Matchervisitor - the visitor