Class DescriptorMatcher<T extends NamedElement.WithDescriptor>

    • Field Detail

      • matcher

        private final ElementMatcher<java.lang.String> matcher
        A matcher to apply to the descriptor.
    • Constructor Detail

      • DescriptorMatcher

        public DescriptorMatcher​(ElementMatcher<java.lang.String> matcher)
        Creates a new matcher for an element's descriptor.
        Parameters:
        matcher - A matcher to apply to the descriptor.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object