public class net.bytebuddy.description.type.TypeDescription$ArrayProjection extends net.bytebuddy.description.type.TypeDescription$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.type.TypeDescription$ArrayProjection
  super_class: net.bytebuddy.description.type.TypeDescription$AbstractBase
{
  private static final int ARRAY_IMPLIED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1040

  private static final int ARRAY_EXCLUDED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8712

  private final net.bytebuddy.description.type.TypeDescription componentType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int arity;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
        start local 1 // net.bytebuddy.description.type.TypeDescription componentType
        start local 2 // int arity
         0: .line 8749
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$AbstractBase.<init>:()V
         1: .line 8750
            aload 0 /* this */
            aload 1 /* componentType */
            putfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 8751
            aload 0 /* this */
            iload 2 /* arity */
            putfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
         3: .line 8752
            return
        end local 2 // int arity
        end local 1 // net.bytebuddy.description.type.TypeDescription componentType
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
            0    4     1  componentType  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2          arity  I
    MethodParameters:
               Name  Flags
      componentType  
      arity          

  public static net.bytebuddy.description.type.TypeDescription of(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription componentType
         0: .line 8761
            aload 0 /* componentType */
            iconst_1
            invokestatic net.bytebuddy.description.type.TypeDescription$ArrayProjection.of:(Lnet/bytebuddy/description/type/TypeDescription;I)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription componentType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  componentType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
               Name  Flags
      componentType  

  public static net.bytebuddy.description.type.TypeDescription of(net.bytebuddy.description.type.TypeDescription, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;I)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription componentType
        start local 1 // int arity
         0: .line 8772
            iload 1 /* arity */
            ifge 4
         1: .line 8773
            new java.lang.IllegalArgumentException
            dup
            ldc "Arrays cannot have a negative arity"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 8776
      StackMap locals:
      StackMap stack:
            aload 0 /* componentType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 0 /* componentType */
         3: .line 8777
            iinc 1 /* arity */ 1
         4: .line 8775
      StackMap locals:
      StackMap stack:
            aload 0 /* componentType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifne 2
         5: .line 8779
            iload 1 /* arity */
            ifne 7
         6: .line 8780
            aload 0 /* componentType */
            goto 8
         7: .line 8781
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.description.type.TypeDescription$ArrayProjection
            dup
            aload 0 /* componentType */
            iload 1 /* arity */
            invokespecial net.bytebuddy.description.type.TypeDescription$ArrayProjection.<init>:(Lnet/bytebuddy/description/type/TypeDescription;I)V
         8: .line 8779
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription
            areturn
        end local 1 // int arity
        end local 0 // net.bytebuddy.description.type.TypeDescription componentType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0  componentType  Lnet/bytebuddy/description/type/TypeDescription;
            0    9     1          arity  I
    MethodParameters:
               Name  Flags
      componentType  
      arity          

  public boolean isArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8788
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeDescription getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8795
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            iconst_1
            if_icmpne 2
         1: .line 8796
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            goto 3
         2: .line 8797
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.description.type.TypeDescription$ArrayProjection
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            iconst_1
            isub
            invokespecial net.bytebuddy.description.type.TypeDescription$ArrayProjection.<init>:(Lnet/bytebuddy/description/type/TypeDescription;I)V
         3: .line 8795
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public boolean isPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8804
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeDescription$Generic getSuperClass();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8811
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeList$Generic getInterfaces();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8818
            getstatic net.bytebuddy.description.type.TypeDescription$ArrayProjection.ARRAY_INTERFACES:Lnet/bytebuddy/description/type/TypeList$Generic;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape getEnclosingMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8825
            getstatic net.bytebuddy.description.method.MethodDescription.UNDEFINED:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeDescription getEnclosingType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8832
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeList getDeclaredTypes();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8839
            new net.bytebuddy.description.type.TypeList$Empty
            dup
            invokespecial net.bytebuddy.description.type.TypeList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public java.lang.String getSimpleName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8846
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getSimpleName:()Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 8847
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 8848
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* stringBuilder */
            ldc "[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 8847
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            if_icmplt 3
        end local 2 // int i
         6: .line 8850
            aload 1 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder stringBuilder
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
            1    7     1  stringBuilder  Ljava/lang/StringBuilder;
            2    6     2              i  I

  public java.lang.String getCanonicalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8857
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getCanonicalName:()Ljava/lang/String;
            astore 1 /* canonicalName */
        start local 1 // java.lang.String canonicalName
         1: .line 8858
            aload 1 /* canonicalName */
            ifnonnull 3
         2: .line 8859
            getstatic net.bytebuddy.description.type.TypeDescription$ArrayProjection.NO_NAME:Ljava/lang/String;
            areturn
         3: .line 8861
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* canonicalName */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 2 /* stringBuilder */
        start local 2 // java.lang.StringBuilder stringBuilder
         4: .line 8862
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 8863
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 2 /* stringBuilder */
            ldc "[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 8862
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            if_icmplt 6
        end local 3 // int i
         9: .line 8865
            aload 2 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder stringBuilder
        end local 1 // java.lang.String canonicalName
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
            1   10     1  canonicalName  Ljava/lang/String;
            4   10     2  stringBuilder  Ljava/lang/StringBuilder;
            5    9     3              i  I

  public boolean isAnonymousType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8872
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public boolean isLocalType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8879
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public boolean isMemberType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8884
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape> getDeclaredFields();
    descriptor: ()Lnet/bytebuddy/description/field/FieldList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8891
            new net.bytebuddy.description.field.FieldList$Empty
            dup
            invokespecial net.bytebuddy.description.field.FieldList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
    Signature: ()Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;

  public net.bytebuddy.description.method.MethodList<net.bytebuddy.description.method.MethodDescription$InDefinedShape> getDeclaredMethods();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8898
            new net.bytebuddy.description.method.MethodList$Empty
            dup
            invokespecial net.bytebuddy.description.method.MethodList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
    Signature: ()Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;

  public net.bytebuddy.implementation.bytecode.StackSize getStackSize();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackSize;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8905
            getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8912
            new net.bytebuddy.description.annotation.AnnotationList$Empty
            dup
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.annotation.AnnotationList getInheritedAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8919
            new net.bytebuddy.description.annotation.AnnotationList$Empty
            dup
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.PackageDescription getPackage();
    descriptor: ()Lnet/bytebuddy/description/type/PackageDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8926
            getstatic net.bytebuddy.description.type.PackageDescription.UNDEFINED:Lnet/bytebuddy/description/type/PackageDescription;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8933
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            astore 1 /* descriptor */
        start local 1 // java.lang.String descriptor
         1: .line 8934
            new java.lang.StringBuilder
            dup
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* stringBuilder */
        start local 2 // java.lang.StringBuilder stringBuilder
         2: .line 8935
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         3: goto 6
         4: .line 8936
      StackMap locals: java.lang.String java.lang.StringBuilder int
      StackMap stack:
            aload 2 /* stringBuilder */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 8935
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            if_icmplt 4
        end local 3 // int index
         7: .line 8938
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         8: goto 14
         9: .line 8939
      StackMap locals:
      StackMap stack:
            aload 1 /* descriptor */
            iload 3 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* character */
        start local 4 // char character
        10: .line 8940
            aload 2 /* stringBuilder */
            iload 4 /* character */
            bipush 47
            if_icmpne 11
            bipush 46
            goto 12
      StackMap locals: net.bytebuddy.description.type.TypeDescription$ArrayProjection java.lang.String java.lang.StringBuilder int int
      StackMap stack: java.lang.StringBuilder
        11: iload 4 /* character */
      StackMap locals: net.bytebuddy.description.type.TypeDescription$ArrayProjection java.lang.String java.lang.StringBuilder int int
      StackMap stack: java.lang.StringBuilder int
        12: invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 4 // char character
        13: .line 8938
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* index */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmplt 9
        end local 3 // int index
        15: .line 8942
            aload 2 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder stringBuilder
        end local 1 // java.lang.String descriptor
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
            1   16     1     descriptor  Ljava/lang/String;
            2   16     2  stringBuilder  Ljava/lang/StringBuilder;
            3    7     3          index  I
            8   15     3          index  I
           10   13     4      character  C

  public java.lang.String getDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8949
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 8950
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 8951
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* stringBuilder */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 8950
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.arity:I
            if_icmplt 3
        end local 2 // int i
         6: .line 8953
            aload 1 /* stringBuilder */
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$ArrayProjection.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder stringBuilder
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;
            1    7     1  stringBuilder  Ljava/lang/StringBuilder;
            2    6     2              i  I

  public net.bytebuddy.description.type.TypeDescription getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8960
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8967
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$ArrayProjection.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getModifiers:()I
            sipush -8713
            iand
            sipush 1040
            ior
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8974
            new net.bytebuddy.description.type.TypeList$Generic$Empty
            dup
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeDescription getNestHost();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8981
            aload 0 /* this */
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeList getNestMembers();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
         0: .line 8988
            new net.bytebuddy.description.type.TypeList$Explicit
            dup
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDescription
            dup
            iconst_0
            aload 0 /* this */
            aastore
            invokespecial net.bytebuddy.description.type.TypeList$Explicit.<init>:([Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$ArrayProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$ArrayProjection;

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.type.TypeDescription$ArrayProjection.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.description.type.TypeDefinition getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.type.TypeDescription$ArrayProjection.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
  public Empty = net.bytebuddy.description.annotation.AnnotationList$Empty of net.bytebuddy.description.annotation.AnnotationList
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public Empty = net.bytebuddy.description.field.FieldList$Empty of net.bytebuddy.description.field.FieldList
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public Empty = net.bytebuddy.description.method.MethodList$Empty of net.bytebuddy.description.method.MethodList
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
  public ArrayProjection = net.bytebuddy.description.type.TypeDescription$ArrayProjection of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public Empty = net.bytebuddy.description.type.TypeList$Empty of net.bytebuddy.description.type.TypeList
  public Explicit = net.bytebuddy.description.type.TypeList$Explicit of net.bytebuddy.description.type.TypeList
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Empty = net.bytebuddy.description.type.TypeList$Generic$Empty of net.bytebuddy.description.type.TypeList$Generic