public class net.bytebuddy.matcher.CollectionSizeMatcher<T extends java.lang.Iterable<?>> 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.CollectionSizeMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.CollectionSizeMatcher this
        start local 1 // int size
         0: .line 41
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
         1: .line 42
            aload 0 /* this */
            iload 1 /* size */
            putfield net.bytebuddy.matcher.CollectionSizeMatcher.size:I
         2: .line 43
            return
        end local 1 // int size
        end local 0 // net.bytebuddy.matcher.CollectionSizeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/matcher/CollectionSizeMatcher<TT;>;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public boolean matches();
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.CollectionSizeMatcher this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.matcher.CollectionSizeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/CollectionSizeMatcher<TT;>;
    Signature: (TT;)Z
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()
    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.CollectionSizeMatcher this
         0: .line 63
            new java.lang.StringBuilder
            dup
            ldc "ofSize("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.matcher.CollectionSizeMatcher.size:I
            invokevirtual java.lang.StringBuilder.append:(I)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.CollectionSizeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/CollectionSizeMatcher<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.CollectionSizeMatcher.matches:(Ljava/lang/Iterable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Ljava/lang/Iterable<*>;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "CollectionSizeMatcher.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()