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

  public void <init>();
    descriptor: ([Lnet/bytebuddy/description/method/MethodDescription;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodList$Explicit this
        start local 1 // net.bytebuddy.description.method.MethodDescription[] methodDescription
         0: .line 172
            aload 0 /* this */
            aload 1 /* methodDescription */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.description.method.MethodList$Explicit.<init>:(Ljava/util/List;)V
         1: .line 173
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription[] methodDescription
        end local 0 // net.bytebuddy.description.method.MethodList$Explicit this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lnet/bytebuddy/description/method/MethodList$Explicit<TS;>;
            0    2     1  methodDescription  [Lnet/bytebuddy/description/method/MethodDescription;
    Signature: ([TS;)V
    MethodParameters:
                   Name  Flags
      methodDescription  

  public void <init>(java.util.List<? extends S>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodList$Explicit this
        start local 1 // java.util.List methodDescriptions
         0: .line 180
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodList$AbstractBase.<init>:()V
         1: .line 181
            aload 0 /* this */
            aload 1 /* methodDescriptions */
            putfield net.bytebuddy.description.method.MethodList$Explicit.methodDescriptions:Ljava/util/List;
         2: .line 182
            return
        end local 1 // java.util.List methodDescriptions
        end local 0 // net.bytebuddy.description.method.MethodList$Explicit this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lnet/bytebuddy/description/method/MethodList$Explicit<TS;>;
            0    3     1  methodDescriptions  Ljava/util/List<+TS;>;
    Signature: (Ljava/util/List<+TS;>;)V
    MethodParameters:
                    Name  Flags
      methodDescriptions  

  public S get();
    descriptor: (I)Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodList$Explicit this
        start local 1 // int index
         0: .line 188
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodList$Explicit.methodDescriptions:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.description.method.MethodList$Explicit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/method/MethodList$Explicit<TS;>;
            0    1     1  index  I
    Signature: (I)TS;
    MethodParameters:
       Name  Flags
      index  

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

  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$Explicit.get:(I)Lnet/bytebuddy/description/method/MethodDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <S::Lnet/bytebuddy/description/method/MethodDescription;>Lnet/bytebuddy/description/method/MethodList$AbstractBase<TS;>;
SourceFile: "MethodList.java"
NestHost: net.bytebuddy.description.method.MethodList
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.method.MethodList$AbstractBase of net.bytebuddy.description.method.MethodList
  public Explicit = net.bytebuddy.description.method.MethodList$Explicit of net.bytebuddy.description.method.MethodList