class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList extends net.bytebuddy.description.method.ParameterList$AbstractBase<net.bytebuddy.description.method.ParameterDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList
  super_class: net.bytebuddy.description.method.ParameterList$AbstractBase
{
  final net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription this$3;
    descriptor: Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription);
    descriptor: (Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
         0: .line 7153
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.ParameterList$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList;
    MethodParameters:
        Name  Flags
      this$0  final

  public net.bytebuddy.description.method.ParameterDescription$InDefinedShape get(int);
    descriptor: (I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
        start local 1 // int index
         0: .line 7159
            new net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterDescription
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            iload 1 /* index */
            invokespecial net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterDescription.<init>:(Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;I)V
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean hasExplicitMetaData();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
         0: .line 7166
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 7167
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.parameterNames:[Ljava/lang/String;
            iload 1 /* i */
            aaload
            ifnull 3
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.parameterModifiers:[Ljava/lang/Integer;
            iload 1 /* i */
            aaload
            ifnonnull 4
         3: .line 7168
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 7166
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.size:()I
            if_icmplt 2
        end local 1 // int i
         6: .line 7171
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList;
            1    6     1     i  I

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
         0: .line 7178
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.parameterTypeDescriptors:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList;

  public net.bytebuddy.description.type.TypeList$Generic asTypeList();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
         0: .line 7185
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.signatureResolution:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$ForMethod;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.parameterTypeDescriptors:Ljava/util/List;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            invokestatic net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.access$1:(Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;)Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.parameterTypeAnnotationTokens:Ljava/util/Map;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.this$3:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription;
            invokeinterface net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$ForMethod.resolveParameterTypes:(Ljava/util/List;Lnet/bytebuddy/pool/TypePool;Ljava/util/Map;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/type/TypeList$Generic;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList;

  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.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList.get:(I)Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/method/ParameterList$AbstractBase<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract AbstractBase = net.bytebuddy.description.method.ParameterList$AbstractBase of net.bytebuddy.description.method.ParameterList
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription of net.bytebuddy.pool.TypePool$Default
  protected AnnotationToken = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  protected abstract GenericTypeToken = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  public abstract Resolution = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken
  public abstract ForMethod = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$ForMethod of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution
  private LazyMethodDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  private LazyParameterDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterDescription of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription
  private LazyParameterList = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription$LazyParameterList of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription