public class net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue extends net.bytebuddy.description.annotation.AnnotationValue$AbstractBase<net.bytebuddy.description.type.TypeDescription, java.lang.Class<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue
  super_class: net.bytebuddy.description.annotation.AnnotationValue$AbstractBase
{
  private static final boolean NO_INITIALIZATION;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  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, org.objectweb.asm.Type);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Lorg/objectweb/asm/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // org.objectweb.asm.Type type
         0: .line 732
            aload 0 /* this */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$AbstractBase.<init>:()V
         1: .line 733
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 734
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 4
         3: .line 735
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            goto 5
         4: .line 736
      StackMap locals: net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue net.bytebuddy.pool.TypePool org.objectweb.asm.Type
      StackMap stack: net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getClassName:()Ljava/lang/String;
         5: .line 734
      StackMap locals: net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue net.bytebuddy.pool.TypePool org.objectweb.asm.Type
      StackMap stack: net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue java.lang.String
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.name:Ljava/lang/String;
         6: .line 737
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawTypeValue;
            0    7     1  typePool  Lnet/bytebuddy/pool/TypePool;
            0    7     2      type  Lorg/objectweb/asm/Type;
    MethodParameters:
          Name  Flags
      typePool  
      type      

  public net.bytebuddy.description.type.TypeDescription resolve();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
         0: .line 743
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.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$AbstractBase$RawTypeValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawTypeValue;

  public net.bytebuddy.description.annotation.AnnotationValue$Loaded<java.lang.Class<?>> load(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 750
            new net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue$Loaded
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.name:Ljava/lang/String;
            iconst_0
            aload 1 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            invokespecial net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue$Loaded.<init>:(Ljava/lang/Class;)V
            areturn
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawTypeValue;
            0    1     1  classLoader  Ljava/lang/ClassLoader;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<Ljava/lang/Class<*>;>;
    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$RawTypeValue this
         0: .line 755
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawTypeValue;

  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$RawTypeValue this
        start local 1 // java.lang.Object other
         0: .line 760
            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$RawTypeValue.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            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$RawTypeValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawTypeValue;
            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=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
         0: .line 765
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.CURRENT:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.toSourceString:(Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawTypeValue;

  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$RawTypeValue.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$AbstractBase<Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/Class<*>;>;
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 abstract Loaded = net.bytebuddy.description.annotation.AnnotationValue$Loaded of net.bytebuddy.description.annotation.AnnotationValue
  public abstract RenderingDispatcher = net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher of net.bytebuddy.description.annotation.AnnotationValue
  public abstract AbstractBase = net.bytebuddy.pool.TypePool$AbstractBase of net.bytebuddy.pool.TypePool
  protected RawTypeValue = net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue of net.bytebuddy.pool.TypePool$AbstractBase
  protected Loaded = net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue$Loaded of net.bytebuddy.pool.TypePool$AbstractBase$RawTypeValue
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool