Class Matcher.InputOutputMember

    • Constructor Detail

      • InputOutputMember

        public InputOutputMember​(PathMatcher value)
    • Method Detail

      • accept

        public <U> U accept​(Matcher.Visitor<U> visitor)
        Description copied from class: Matcher
        Visits the Matcher union type.
        Specified by:
        accept in class Matcher<PathMatcher>
        Type Parameters:
        U - The type returned by the visitor.
        Parameters:
        visitor - Visitor to apply.
        Returns:
        Returns the return value of the visitor.