public class net.bytebuddy.matcher.CollectionErasureMatcher<T extends java.lang.Iterable<? extends net.bytebuddy.description.type.TypeDefinition>> extends net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.CollectionErasureMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final net.bytebuddy.matcher.ElementMatcher<? super java.lang.Iterable<? extends net.bytebuddy.description.type.TypeDescription>> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/Iterable<+Lnet/bytebuddy/description/type/TypeDescription;>;>;

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super java.lang.Iterable<? extends net.bytebuddy.description.type.TypeDescription>>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.CollectionErasureMatcher this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 43
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.matcher.CollectionErasureMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 45
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.matcher.CollectionErasureMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/matcher/CollectionErasureMatcher<TT;>;
            0    3     1  matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/Iterable<+Lnet/bytebuddy/description/type/TypeDescription;>;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/Iterable<+Lnet/bytebuddy/description/type/TypeDescription;>;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public boolean matches();
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // net.bytebuddy.matcher.CollectionErasureMatcher this
        start local 1 // java.lang.Iterable target
         0: .line 51
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* typeDescriptions */
        start local 2 // java.util.List typeDescriptions
         1: .line 52
            aload 1 /* target */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: net.bytebuddy.matcher.CollectionErasureMatcher java.lang.Iterable java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 3 /* typeDefinition */
        start local 3 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         3: .line 53
            aload 2 /* typeDescriptions */
            aload 3 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         4: .line 52
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 55
            aload 0 /* this */
            getfield net.bytebuddy.matcher.CollectionErasureMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 2 /* typeDescriptions */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.util.List typeDescriptions
        end local 1 // java.lang.Iterable target
        end local 0 // net.bytebuddy.matcher.CollectionErasureMatcher this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lnet/bytebuddy/matcher/CollectionErasureMatcher<TT;>;
            0    6     1            target  TT;
            1    6     2  typeDescriptions  Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;
            3    4     3    typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      target  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.matcher.CollectionErasureMatcher this
         0: .line 60
            new java.lang.StringBuilder
            dup
            ldc "erasures("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.matcher.CollectionErasureMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.matcher.CollectionErasureMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/CollectionErasureMatcher<TT;>;

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual net.bytebuddy.matcher.CollectionErasureMatcher.matches:(Ljava/lang/Iterable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Ljava/lang/Iterable<+Lnet/bytebuddy/description/type/TypeDefinition;>;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "CollectionErasureMatcher.java"
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public abstract AbstractBase = net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase of net.bytebuddy.matcher.ElementMatcher$Junction
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()