Class DefinedShapeMatcher<T extends ByteCodeElement.TypeDependant<S,​?>,​S extends ByteCodeElement.TypeDependant<?,​?>>

    • Constructor Detail

      • DefinedShapeMatcher

        public DefinedShapeMatcher​(ElementMatcher<? super S> matcher)
        Creates a new matcher for a byte code element's defined shape.
        Parameters:
        matcher - The matcher to apply onto the defined shape of the matched entity.
    • Method Detail

      • toString

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