public class net.bytebuddy.description.method.MethodList$ForLoadedMethods extends net.bytebuddy.description.method.MethodList$AbstractBase<net.bytebuddy.description.method.MethodDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.MethodList$ForLoadedMethods
  super_class: net.bytebuddy.description.method.MethodList$AbstractBase
{
  private final java.util.List<? extends java.lang.reflect.Method> methods;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Ljava/lang/reflect/Method;>;

  private final java.util.List<? extends java.lang.reflect.Constructor<?>> constructors;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Ljava/lang/reflect/Constructor<*>;>;

  public void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
        start local 1 // java.lang.Class type
         0: .line 109
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual java.lang.Class.getDeclaredConstructors:()[Ljava/lang/reflect/Constructor;
            aload 1 /* type */
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            invokespecial net.bytebuddy.description.method.MethodList$ForLoadedMethods.<init>:([Ljava/lang/reflect/Constructor;[Ljava/lang/reflect/Method;)V
         1: .line 110
            return
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/method/MethodList$ForLoadedMethods;
            0    2     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      type  

  public void <init>(java.lang.reflect.Constructor<?>[], java.lang.reflect.Method[]);
    descriptor: ([Ljava/lang/reflect/Constructor;[Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
        start local 1 // java.lang.reflect.Constructor[] constructor
        start local 2 // java.lang.reflect.Method[] method
         0: .line 120
            aload 0 /* this */
            aload 1 /* constructor */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* method */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.description.method.MethodList$ForLoadedMethods.<init>:(Ljava/util/List;Ljava/util/List;)V
         1: .line 121
            return
        end local 2 // java.lang.reflect.Method[] method
        end local 1 // java.lang.reflect.Constructor[] constructor
        end local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lnet/bytebuddy/description/method/MethodList$ForLoadedMethods;
            0    2     1  constructor  [Ljava/lang/reflect/Constructor;
            0    2     2       method  [Ljava/lang/reflect/Method;
    Signature: ([Ljava/lang/reflect/Constructor<*>;[Ljava/lang/reflect/Method;)V
    MethodParameters:
             Name  Flags
      constructor  
      method       

  public void <init>(java.util.List<? extends java.lang.reflect.Constructor<?>>, java.util.List<? extends java.lang.reflect.Method>);
    descriptor: (Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
        start local 1 // java.util.List constructors
        start local 2 // java.util.List methods
         0: .line 130
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodList$AbstractBase.<init>:()V
         1: .line 131
            aload 0 /* this */
            aload 1 /* constructors */
            putfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.constructors:Ljava/util/List;
         2: .line 132
            aload 0 /* this */
            aload 2 /* methods */
            putfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.methods:Ljava/util/List;
         3: .line 133
            return
        end local 2 // java.util.List methods
        end local 1 // java.util.List constructors
        end local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lnet/bytebuddy/description/method/MethodList$ForLoadedMethods;
            0    4     1  constructors  Ljava/util/List<+Ljava/lang/reflect/Constructor<*>;>;
            0    4     2       methods  Ljava/util/List<+Ljava/lang/reflect/Method;>;
    Signature: (Ljava/util/List<+Ljava/lang/reflect/Constructor<*>;>;Ljava/util/List<+Ljava/lang/reflect/Method;>;)V
    MethodParameters:
              Name  Flags
      constructors  
      methods       

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape get(int);
    descriptor: (I)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
        start local 1 // int index
         0: .line 139
            iload 1 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.constructors:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 2
         1: .line 140
            new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.constructors:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor.<init>:(Ljava/lang/reflect/Constructor;)V
            goto 3
         2: .line 141
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.methods:Ljava/util/List;
            iload 1 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.constructors:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
         3: .line 139
      StackMap locals:
      StackMap stack: net.bytebuddy.description.method.MethodDescription$InDefinedShape$AbstractBase
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/bytebuddy/description/method/MethodList$ForLoadedMethods;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
         0: .line 149
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.constructors:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$ForLoadedMethods.methods:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iadd
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodList$ForLoadedMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodList$ForLoadedMethods;

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual net.bytebuddy.description.method.MethodList$ForLoadedMethods.get:(I)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/method/MethodList$AbstractBase<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;
SourceFile: "MethodList.java"
NestHost: net.bytebuddy.description.method.MethodList
InnerClasses:
  public ForLoadedConstructor = net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor of net.bytebuddy.description.method.MethodDescription
  public ForLoadedMethod = net.bytebuddy.description.method.MethodDescription$ForLoadedMethod of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract AbstractBase = net.bytebuddy.description.method.MethodList$AbstractBase of net.bytebuddy.description.method.MethodList
  public ForLoadedMethods = net.bytebuddy.description.method.MethodList$ForLoadedMethods of net.bytebuddy.description.method.MethodList