public class net.bytebuddy.pool.TypePool$Default$WithLazyResolution$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$Default$WithLazyResolution$LazyTypeDescription
  super_class: net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.pool.TypePool$Default$WithLazyResolution this$2;
    descriptor: Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.pool.TypePool$Default$WithLazyResolution, java.lang.String);
    descriptor: (Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription this
        start local 2 // java.lang.String name
         0: .line 1393
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.this$2:Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution;
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.<init>:()V
         1: .line 1394
            aload 0 /* this */
            aload 2 /* name */
            putfield net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.name:Ljava/lang/String;
         2: .line 1395
            return
        end local 2 // java.lang.String name
        end local 0 // net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution$LazyTypeDescription;
            0    3     2  name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      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$Default$WithLazyResolution$LazyTypeDescription this
         0: .line 1401
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.name:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution$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$Default$WithLazyResolution$LazyTypeDescription this
         0: .line 1407
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.this$2:Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.name:Ljava/lang/String;
            invokevirtual net.bytebuddy.pool.TypePool$Default$WithLazyResolution.doResolve:(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$Default$WithLazyResolution$LazyTypeDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$WithLazyResolution$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 Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  public WithLazyResolution = net.bytebuddy.pool.TypePool$Default$WithLazyResolution of net.bytebuddy.pool.TypePool$Default
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription of net.bytebuddy.pool.TypePool$Default$WithLazyResolution
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool