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