public static final class Matcher.OutputMember extends Matcher<PathMatcher>
Matcher.ErrorTypeMember, Matcher.InputOutputMember, Matcher.OutputMember, Matcher.SuccessMember, Matcher.UnknownMember, Matcher.Visitor<T>| Constructor and Description |
|---|
OutputMember(PathMatcher value) |
| Modifier and Type | Method and Description |
|---|---|
<U> U |
accept(Matcher.Visitor<U> visitor)
Visits the Matcher union type.
|
public OutputMember(PathMatcher value)
public <U> U accept(Matcher.Visitor<U> visitor)
Matcheraccept in class Matcher<PathMatcher>U - The type returned by the visitor.visitor - Visitor to apply.