public class net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription extends net.bytebuddy.description.enumeration.EnumerationDescription$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription
  super_class: net.bytebuddy.description.enumeration.EnumerationDescription$AbstractBase
{
  final net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this$2;
    descriptor: Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue);
    descriptor: (Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
         0: .line 681
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.this$2:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            aload 0 /* this */
            invokespecial net.bytebuddy.description.enumeration.EnumerationDescription$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
         0: .line 687
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.this$2:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.value:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription;

  public net.bytebuddy.description.type.TypeDescription getEnumerationType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
         0: .line 694
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.this$2:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.this$2:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.descriptor:Ljava/lang/String;
            iconst_1
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.this$2:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.descriptor:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)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$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription;

  public <T extends java.lang.Enum<T>> T load(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Enum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
        start local 1 // java.lang.Class type
         0: .line 701
            aload 1 /* type */
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.this$2:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.value:Ljava/lang/String;
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            areturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription;
            0    1     1  type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Enum<TT;>;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.enumeration.EnumerationDescription$AbstractBase of net.bytebuddy.description.enumeration.EnumerationDescription
  public abstract AbstractBase = net.bytebuddy.pool.TypePool$AbstractBase of net.bytebuddy.pool.TypePool
  protected RawEnumerationValue = net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue of net.bytebuddy.pool.TypePool$AbstractBase
  protected LazyEnumerationDescription = net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription of net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool