public class net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue extends net.bytebuddy.description.annotation.AnnotationValue$AbstractBase<net.bytebuddy.description.enumeration.EnumerationDescription, java.lang.Enum<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue
  super_class: net.bytebuddy.description.annotation.AnnotationValue$AbstractBase
{
  private final net.bytebuddy.pool.TypePool typePool;
    descriptor: Lnet/bytebuddy/pool/TypePool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(net.bytebuddy.pool.TypePool, java.lang.String, java.lang.String);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String value
         0: .line 635
            aload 0 /* this */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$AbstractBase.<init>:()V
         1: .line 636
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 637
            aload 0 /* this */
            aload 2 /* descriptor */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.descriptor:Ljava/lang/String;
         3: .line 638
            aload 0 /* this */
            aload 3 /* value */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.value:Ljava/lang/String;
         4: .line 639
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String descriptor
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            0    5     1    typePool  Lnet/bytebuddy/pool/TypePool;
            0    5     2  descriptor  Ljava/lang/String;
            0    5     3       value  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      typePool    
      descriptor  
      value       

  public net.bytebuddy.description.enumeration.EnumerationDescription resolve();
    descriptor: ()Lnet/bytebuddy/description/enumeration/EnumerationDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
         0: .line 645
            new net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription
            dup
            aload 0 /* this */
            invokespecial net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue$LazyEnumerationDescription.<init>:(Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;)V
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;

  public net.bytebuddy.description.annotation.AnnotationValue$Loaded<java.lang.Enum<?>> load(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 653
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.descriptor:Ljava/lang/String;
            iconst_1
            aload 0 /* this */
            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;
            iconst_0
            aload 1 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 2 /* type */
        start local 2 // java.lang.Class type
         1: .line 655
            aload 2 /* type */
            invokevirtual java.lang.Class.isEnum:()Z
            ifeq 3
         2: .line 656
            new net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$Loaded
            dup
            aload 2 /* type */
            aload 0 /* this */
            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;
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$Loaded.<init>:(Ljava/lang/Enum;)V
            goto 4
         3: .line 657
      StackMap locals: java.lang.Class
      StackMap stack:
            new net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$IncompatibleRuntimeType
            dup
            aload 2 /* type */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$IncompatibleRuntimeType.<init>:(Ljava/lang/Class;)V
         4: .line 655
      StackMap locals:
      StackMap stack: net.bytebuddy.description.annotation.AnnotationValue$Loaded$AbstractBase
            areturn
         5: .line 658
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         6: .line 659
            new net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$UnknownRuntimeEnumeration
            dup
            aload 2 /* type */
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.value:Ljava/lang/String;
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$UnknownRuntimeEnumeration.<init>:(Ljava/lang/Class;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.Class type
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            0    7     1  classLoader  Ljava/lang/ClassLoader;
            1    7     2         type  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<Ljava/lang/Enum<*>;>;
    MethodParameters:
             Name  Flags
      classLoader  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
         0: .line 665
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.resolve:()Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
        start local 1 // java.lang.Object other
         0: .line 670
            aload 0 /* this */
            aload 1 /* other */
            if_acmpeq 2
            aload 1 /* other */
            instanceof net.bytebuddy.description.annotation.AnnotationValue
            ifeq 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.resolve:()Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            aload 1 /* other */
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;
            0    3     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    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 this
         0: .line 675
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.resolve:()Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawEnumerationValue;

  public java.lang.Object resolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawEnumerationValue.resolve:()Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$AbstractBase<Lnet/bytebuddy/description/enumeration/EnumerationDescription;Ljava/lang/Enum<*>;>;
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.annotation.AnnotationValue$AbstractBase of net.bytebuddy.description.annotation.AnnotationValue
  public ForEnumerationDescription = net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription of net.bytebuddy.description.annotation.AnnotationValue
  public IncompatibleRuntimeType = net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$IncompatibleRuntimeType of net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription
  public Loaded = net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$Loaded of net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription
  public UnknownRuntimeEnumeration = net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription$UnknownRuntimeEnumeration of net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription
  public abstract Loaded = net.bytebuddy.description.annotation.AnnotationValue$Loaded of net.bytebuddy.description.annotation.AnnotationValue
  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