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

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.pool.TypePool, java.lang.String);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // java.lang.String name
         0: .line 8383
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.<init>:()V
         1: .line 8384
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 8385
            aload 0 /* this */
            aload 2 /* name */
            putfield net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription.name:Ljava/lang/String;
         3: .line 8386
            return
        end local 2 // java.lang.String name
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lnet/bytebuddy/pool/TypePool$LazyFacade$LazyTypeDescription;
            0    4     1  typePool  Lnet/bytebuddy/pool/TypePool;
            0    4     2      name  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      typePool  
      name      

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription this
         0: .line 8392
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription.name:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$LazyFacade$LazyTypeDescription;

  protected net.bytebuddy.description.type.TypeDescription delegate();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription this
         0: .line 8398
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription.name:Ljava/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;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$LazyFacade$LazyTypeDescription;
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.CachedReturnPlugin$Enhance(value = "delegate")
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.CachedReturnPlugin$Enhance of net.bytebuddy.build.CachedReturnPlugin
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
  public abstract OfSimpleType = net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType of net.bytebuddy.description.type.TypeDescription$AbstractBase
  public abstract WithDelegation = net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation of net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType
  public LazyFacade = net.bytebuddy.pool.TypePool$LazyFacade of net.bytebuddy.pool.TypePool
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$LazyFacade$LazyTypeDescription of net.bytebuddy.pool.TypePool$LazyFacade
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool