public class net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray extends net.bytebuddy.description.annotation.AnnotationValue$AbstractBase<java.lang.Object[], java.lang.Object[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray
  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 net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference componentTypeReference;
    descriptor: Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.List<net.bytebuddy.description.annotation.AnnotationValue<?, ?>> values;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;

  public void <init>(net.bytebuddy.pool.TypePool, net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference, java.util.List<net.bytebuddy.description.annotation.AnnotationValue<?, ?>>);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference componentTypeReference
        start local 3 // java.util.List values
         0: .line 858
            aload 0 /* this */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$AbstractBase.<init>:()V
         1: .line 861
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 862
            aload 0 /* this */
            aload 3 /* values */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.values:Ljava/util/List;
         3: .line 863
            aload 0 /* this */
            aload 2 /* componentTypeReference */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.componentTypeReference:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;
         4: .line 864
            return
        end local 3 // java.util.List values
        end local 2 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference componentTypeReference
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray;
            0    5     1                typePool  Lnet/bytebuddy/pool/TypePool;
            0    5     2  componentTypeReference  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;
            0    5     3                  values  Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;
    Signature: (Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;)V
    MethodParameters:
                        Name  Flags
      typePool                
      componentTypeReference  
      values                  

  public java.lang.Object[] resolve();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
         0: .line 870
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.componentTypeReference:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;
            invokeinterface net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference.lookup:()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;
            astore 1 /* componentTypeDescription */
        start local 1 // net.bytebuddy.description.type.TypeDescription componentTypeDescription
         1: .line 872
            aload 1 /* componentTypeDescription */
            ldc Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
         2: .line 873
            ldc Lnet/bytebuddy/description/type/TypeDescription;
            astore 2 /* componentType */
        start local 2 // java.lang.Class componentType
         3: .line 874
            goto 14
        end local 2 // java.lang.Class componentType
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
         4: aload 1 /* componentTypeDescription */
            ldc Ljava/lang/Enum;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 7
         5: .line 875
            ldc Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            astore 2 /* componentType */
        start local 2 // java.lang.Class componentType
         6: .line 876
            goto 14
        end local 2 // java.lang.Class componentType
      StackMap locals:
      StackMap stack:
         7: aload 1 /* componentTypeDescription */
            ldc Ljava/lang/annotation/Annotation;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 10
         8: .line 877
            ldc Lnet/bytebuddy/description/annotation/AnnotationDescription;
            astore 2 /* componentType */
        start local 2 // java.lang.Class componentType
         9: .line 878
            goto 14
        end local 2 // java.lang.Class componentType
      StackMap locals:
      StackMap stack:
        10: aload 1 /* componentTypeDescription */
            ldc Ljava/lang/String;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 13
        11: .line 879
            ldc Ljava/lang/String;
            astore 2 /* componentType */
        start local 2 // java.lang.Class componentType
        12: .line 880
            goto 14
        end local 2 // java.lang.Class componentType
        13: .line 881
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected complex array component type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* componentTypeDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // java.lang.Class componentType
        14: .line 883
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* componentType */
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        15: .line 884
            iconst_0
            istore 4 /* index */
        start local 4 // int index
        16: .line 885
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 19
      StackMap locals: net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray net.bytebuddy.description.type.TypeDescription java.lang.Class java.lang.Object[] int top java.util.Iterator
      StackMap stack:
        17: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 5 /* annotationValue */
        start local 5 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
        18: .line 886
            aload 3 /* array */
            iload 4 /* index */
            iinc 4 /* index */ 1
            aload 5 /* annotationValue */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            invokestatic java.lang.reflect.Array.set:(Ljava/lang/Object;ILjava/lang/Object;)V
        end local 5 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
        19: .line 885
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        20: .line 888
            aload 3 /* array */
            areturn
        end local 4 // int index
        end local 3 // java.lang.Object[] array
        end local 2 // java.lang.Class componentType
        end local 1 // net.bytebuddy.description.type.TypeDescription componentTypeDescription
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   21     0                      this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray;
            1   21     1  componentTypeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            3    4     2             componentType  Ljava/lang/Class<*>;
            6    7     2             componentType  Ljava/lang/Class<*>;
            9   10     2             componentType  Ljava/lang/Class<*>;
           12   13     2             componentType  Ljava/lang/Class<*>;
           14   21     2             componentType  Ljava/lang/Class<*>;
           15   21     3                     array  [Ljava/lang/Object;
           16   21     4                     index  I
           18   19     5           annotationValue  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  public net.bytebuddy.description.annotation.AnnotationValue$Loaded<java.lang.Object[]> load(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 895
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* loadedValues */
        start local 2 // java.util.List loadedValues
         1: .line 896
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray java.lang.ClassLoader java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 3 /* value */
        start local 3 // net.bytebuddy.description.annotation.AnnotationValue value
         3: .line 897
            aload 2 /* loadedValues */
            aload 3 /* value */
            aload 1 /* classLoader */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.load:(Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // net.bytebuddy.description.annotation.AnnotationValue value
         4: .line 896
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 899
            new net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$Loaded
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.componentTypeReference:Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference;
            invokeinterface net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$ComponentTypeReference.lookup:()Ljava/lang/String;
            iconst_0
            aload 1 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            aload 2 /* loadedValues */
            invokespecial net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray$Loaded.<init>:(Ljava/lang/Class;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List loadedValues
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray;
            0    6     1   classLoader  Ljava/lang/ClassLoader;
            1    6     2  loadedValues  Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<*>;>;
            3    4     3         value  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<[Ljava/lang/Object;>;
    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$RawDescriptionArray this
         0: .line 904
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.resolve:()[Ljava/lang/Object;
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
        start local 1 // java.lang.Object other
         0: .line 909
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 910
            iconst_1
            ireturn
         2: .line 911
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.annotation.AnnotationValue
            ifne 4
         3: .line 912
            iconst_0
            ireturn
         4: .line 914
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         5: .line 915
            aload 2 /* value */
            instanceof java.lang.Object[]
            ifeq 6
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.resolve:()[Ljava/lang/Object;
            aload 2 /* value */
            checkcast java.lang.Object[]
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: java.lang.Object
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray;
            0    7     1  other  Ljava/lang/Object;
            5    7     2  value  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$RawDescriptionArray this
         0: .line 920
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.CURRENT:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray.values:Ljava/util/List;
            invokevirtual net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.toSourceString:(Ljava/util/List;)Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawDescriptionArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawDescriptionArray;

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