public class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList extends net.bytebuddy.description.type.TypeList$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList
  super_class: net.bytebuddy.description.type.TypeList$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.pool.TypePool typePool;
    descriptor: Lnet/bytebuddy/pool/TypePool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<java.lang.String> nestMembers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.pool.TypePool, java.util.List<java.lang.String>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/pool/TypePool;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.pool.TypePool typePool
        start local 3 // java.util.List nestMembers
         0: .line 6376
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeList$AbstractBase.<init>:()V
         1: .line 6377
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 6378
            aload 0 /* this */
            aload 2 /* typePool */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.typePool:Lnet/bytebuddy/pool/TypePool;
         3: .line 6379
            aload 0 /* this */
            aload 3 /* nestMembers */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.nestMembers:Ljava/util/List;
         4: .line 6380
            return
        end local 3 // java.util.List nestMembers
        end local 2 // net.bytebuddy.pool.TypePool typePool
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyNestMemberList;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2         typePool  Lnet/bytebuddy/pool/TypePool;
            0    5     3      nestMembers  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/pool/TypePool;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      typePool         
      nestMembers      

  public net.bytebuddy.description.type.TypeDescription get(int);
    descriptor: (I)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
        start local 1 // int index
         0: .line 6386
            iload 1 /* index */
            ifne 2
         1: .line 6387
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            goto 3
         2: .line 6388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.nestMembers:Ljava/util/List;
            iload 1 /* index */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface net.bytebuddy.pool.TypePool.describe:(Ljava/lang/String;)Lnet/bytebuddy/pool/TypePool$Resolution;
            invokeinterface net.bytebuddy.pool.TypePool$Resolution.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 6386
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyNestMemberList;
            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.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
         0: .line 6395
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.nestMembers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            iadd
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyNestMemberList;

  public java.lang.String[] toInternalNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
         0: .line 6402
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.nestMembers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            iadd
            anewarray java.lang.String
            astore 1 /* internalName */
        start local 1 // java.lang.String[] internalName
         1: .line 6403
            aload 1 /* internalName */
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInternalName:()Ljava/lang/String;
            aastore
         2: .line 6404
            iconst_1
            istore 2 /* index */
        start local 2 // int index
         3: .line 6405
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList.nestMembers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList java.lang.String[] int top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* name */
        start local 3 // java.lang.String name
         5: .line 6406
            aload 1 /* internalName */
            iload 2 /* index */
            iinc 2 /* index */ 1
            aload 3 /* name */
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            aastore
        end local 3 // java.lang.String name
         6: .line 6405
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 6408
            aload 1 /* internalName */
            areturn
        end local 2 // int index
        end local 1 // java.lang.String[] internalName
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyNestMemberList;
            1    8     1  internalName  [Ljava/lang/String;
            3    8     2         index  I
            5    6     3          name  Ljava/lang/String;

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

  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$LazyNestMemberList.get:(I)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.type.TypeList$AbstractBase 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 LazyNestMemberList = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyNestMemberList of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool