final class org.objectweb.asm.AnnotationWriter extends org.objectweb.asm.AnnotationVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.AnnotationWriter
  super_class: org.objectweb.asm.AnnotationVisitor
{
  private final org.objectweb.asm.SymbolTable symbolTable;
    descriptor: Lorg/objectweb/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean useNamedValues;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.objectweb.asm.ByteVector annotation;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private int numElementValuePairs;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.objectweb.asm.AnnotationWriter previousAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.objectweb.asm.AnnotationWriter nextAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.objectweb.asm.SymbolTable, boolean, org.objectweb.asm.ByteVector, org.objectweb.asm.AnnotationWriter);
    descriptor: (Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // boolean useNamedValues
        start local 3 // org.objectweb.asm.ByteVector annotation
        start local 4 // org.objectweb.asm.AnnotationWriter previousAnnotation
         0: .line 115
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.AnnotationVisitor.<init>:(I)V
         1: .line 116
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         2: .line 117
            aload 0 /* this */
            iload 2 /* useNamedValues */
            putfield org.objectweb.asm.AnnotationWriter.useNamedValues:Z
         3: .line 118
            aload 0 /* this */
            aload 3 /* annotation */
            putfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
         4: .line 120
            aload 0 /* this */
            aload 3 /* annotation */
            getfield org.objectweb.asm.ByteVector.length:I
            ifne 5
            iconst_m1
            goto 6
      StackMap locals: org.objectweb.asm.AnnotationWriter org.objectweb.asm.SymbolTable int org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
      StackMap stack: org.objectweb.asm.AnnotationWriter
         5: aload 3 /* annotation */
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
      StackMap locals: org.objectweb.asm.AnnotationWriter org.objectweb.asm.SymbolTable int org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
      StackMap stack: org.objectweb.asm.AnnotationWriter int
         6: putfield org.objectweb.asm.AnnotationWriter.numElementValuePairsOffset:I
         7: .line 121
            aload 0 /* this */
            aload 4 /* previousAnnotation */
            putfield org.objectweb.asm.AnnotationWriter.previousAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 122
            aload 4 /* previousAnnotation */
            ifnull 10
         9: .line 123
            aload 4 /* previousAnnotation */
            aload 0 /* this */
            putfield org.objectweb.asm.AnnotationWriter.nextAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        10: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.objectweb.asm.AnnotationWriter previousAnnotation
        end local 3 // org.objectweb.asm.ByteVector annotation
        end local 2 // boolean useNamedValues
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lorg/objectweb/asm/AnnotationWriter;
            0   11     1         symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   11     2      useNamedValues  Z
            0   11     3          annotation  Lorg/objectweb/asm/ByteVector;
            0   11     4  previousAnnotation  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
                    Name  Flags
      symbolTable         final
      useNamedValues      final
      annotation          final
      previousAnnotation  final

  static org.objectweb.asm.AnnotationWriter create(org.objectweb.asm.SymbolTable, java.lang.String, org.objectweb.asm.AnnotationWriter);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // java.lang.String descriptor
        start local 2 // org.objectweb.asm.AnnotationWriter previousAnnotation
         0: .line 143
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 3 /* annotation */
        start local 3 // org.objectweb.asm.ByteVector annotation
         1: .line 145
            aload 3 /* annotation */
            aload 0 /* symbolTable */
            aload 1 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 146
            new org.objectweb.asm.AnnotationWriter
            dup
         3: .line 147
            aload 0 /* symbolTable */
            iconst_1
            aload 3 /* annotation */
            aload 2 /* previousAnnotation */
         4: .line 146
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
            areturn
        end local 3 // org.objectweb.asm.ByteVector annotation
        end local 2 // org.objectweb.asm.AnnotationWriter previousAnnotation
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0         symbolTable  Lorg/objectweb/asm/SymbolTable;
            0    5     1          descriptor  Ljava/lang/String;
            0    5     2  previousAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            1    5     3          annotation  Lorg/objectweb/asm/ByteVector;
    MethodParameters:
                    Name  Flags
      symbolTable         final
      descriptor          final
      previousAnnotation  final

  static org.objectweb.asm.AnnotationWriter create(org.objectweb.asm.SymbolTable, int, org.objectweb.asm.TypePath, java.lang.String, org.objectweb.asm.AnnotationWriter);
    descriptor: (Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // org.objectweb.asm.AnnotationWriter previousAnnotation
         0: .line 175
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 5 /* typeAnnotation */
        start local 5 // org.objectweb.asm.ByteVector typeAnnotation
         1: .line 177
            iload 1 /* typeRef */
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.TypeReference.putTarget:(ILorg/objectweb/asm/ByteVector;)V
         2: .line 178
            aload 2 /* typePath */
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.TypePath.put:(Lorg/objectweb/asm/TypePath;Lorg/objectweb/asm/ByteVector;)V
         3: .line 180
            aload 5 /* typeAnnotation */
            aload 0 /* symbolTable */
            aload 3 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 181
            new org.objectweb.asm.AnnotationWriter
            dup
         5: .line 182
            aload 0 /* symbolTable */
            iconst_1
            aload 5 /* typeAnnotation */
            aload 4 /* previousAnnotation */
         6: .line 181
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
            areturn
        end local 5 // org.objectweb.asm.ByteVector typeAnnotation
        end local 4 // org.objectweb.asm.AnnotationWriter previousAnnotation
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0         symbolTable  Lorg/objectweb/asm/SymbolTable;
            0    7     1             typeRef  I
            0    7     2            typePath  Lorg/objectweb/asm/TypePath;
            0    7     3          descriptor  Ljava/lang/String;
            0    7     4  previousAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            1    7     5      typeAnnotation  Lorg/objectweb/asm/ByteVector;
    MethodParameters:
                    Name  Flags
      symbolTable         final
      typeRef             final
      typePath            final
      descriptor          final
      previousAnnotation  final

  public void visit(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 193
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
         1: .line 194
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.useNamedValues:Z
            ifeq 3
         2: .line 195
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 197
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 6
         4: .line 198
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 115
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* value */
            checkcast java.lang.String
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 199
            goto 100
      StackMap locals:
      StackMap stack:
         6: aload 2 /* value */
            instanceof java.lang.Byte
            ifeq 9
         7: .line 200
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 66
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* value */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         8: .line 201
            goto 100
      StackMap locals:
      StackMap stack:
         9: aload 2 /* value */
            instanceof java.lang.Boolean
            ifeq 15
        10: .line 202
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* booleanValue */
        start local 3 // int booleanValue
        13: .line 203
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 90
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 3 /* booleanValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 3 // int booleanValue
        14: .line 204
            goto 100
      StackMap locals:
      StackMap stack:
        15: aload 2 /* value */
            instanceof java.lang.Character
            ifeq 18
        16: .line 205
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 67
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* value */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        17: .line 206
            goto 100
      StackMap locals:
      StackMap stack:
        18: aload 2 /* value */
            instanceof java.lang.Short
            ifeq 21
        19: .line 207
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 83
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* value */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        20: .line 208
            goto 100
      StackMap locals:
      StackMap stack:
        21: aload 2 /* value */
            instanceof org.objectweb.asm.Type
            ifeq 24
        22: .line 209
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 99
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* value */
            checkcast org.objectweb.asm.Type
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        23: .line 210
            goto 100
      StackMap locals:
      StackMap stack:
        24: aload 2 /* value */
            instanceof byte[]
            ifeq 33
        25: .line 211
            aload 2 /* value */
            checkcast byte[]
            astore 3 /* byteArray */
        start local 3 // byte[] byteArray
        26: .line 212
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* byteArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        27: .line 213
            aload 3 /* byteArray */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 31
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object byte[] top int int byte[]
      StackMap stack:
        28: aload 7
            iload 5
            baload
            istore 4 /* byteValue */
        start local 4 // byte byteValue
        29: .line 214
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 66
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 4 /* byteValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // byte byteValue
        30: .line 213
            iinc 5 1
      StackMap locals:
      StackMap stack:
        31: iload 5
            iload 6
            if_icmplt 28
        end local 3 // byte[] byteArray
        32: .line 216
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        33: aload 2 /* value */
            instanceof boolean[]
            ifeq 44
        34: .line 217
            aload 2 /* value */
            checkcast boolean[]
            astore 3 /* booleanArray */
        start local 3 // boolean[] booleanArray
        35: .line 218
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* booleanArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        36: .line 219
            aload 3 /* booleanArray */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 42
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object boolean[] top int int boolean[]
      StackMap stack:
        37: aload 7
            iload 5
            baload
            istore 4 /* booleanValue */
        start local 4 // boolean booleanValue
        38: .line 220
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 90
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 4 /* booleanValue */
            ifeq 39
            iconst_1
            goto 40
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object boolean[] int int int boolean[]
      StackMap stack: org.objectweb.asm.ByteVector int org.objectweb.asm.SymbolTable
        39: iconst_0
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object boolean[] int int int boolean[]
      StackMap stack: org.objectweb.asm.ByteVector int org.objectweb.asm.SymbolTable int
        40: invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // boolean booleanValue
        41: .line 219
            iinc 5 1
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object boolean[] top int int boolean[]
      StackMap stack:
        42: iload 5
            iload 6
            if_icmplt 37
        end local 3 // boolean[] booleanArray
        43: .line 222
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        44: aload 2 /* value */
            instanceof short[]
            ifeq 53
        45: .line 223
            aload 2 /* value */
            checkcast short[]
            astore 3 /* shortArray */
        start local 3 // short[] shortArray
        46: .line 224
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* shortArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        47: .line 225
            aload 3 /* shortArray */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 51
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object short[] top int int short[]
      StackMap stack:
        48: aload 7
            iload 5
            saload
            istore 4 /* shortValue */
        start local 4 // short shortValue
        49: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 83
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 4 /* shortValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // short shortValue
        50: .line 225
            iinc 5 1
      StackMap locals:
      StackMap stack:
        51: iload 5
            iload 6
            if_icmplt 48
        end local 3 // short[] shortArray
        52: .line 228
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        53: aload 2 /* value */
            instanceof char[]
            ifeq 62
        54: .line 229
            aload 2 /* value */
            checkcast char[]
            astore 3 /* charArray */
        start local 3 // char[] charArray
        55: .line 230
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* charArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        56: .line 231
            aload 3 /* charArray */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 60
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object char[] top int int char[]
      StackMap stack:
        57: aload 7
            iload 5
            caload
            istore 4 /* charValue */
        start local 4 // char charValue
        58: .line 232
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 67
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 4 /* charValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // char charValue
        59: .line 231
            iinc 5 1
      StackMap locals:
      StackMap stack:
        60: iload 5
            iload 6
            if_icmplt 57
        end local 3 // char[] charArray
        61: .line 234
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        62: aload 2 /* value */
            instanceof int[]
            ifeq 71
        63: .line 235
            aload 2 /* value */
            checkcast int[]
            astore 3 /* intArray */
        start local 3 // int[] intArray
        64: .line 236
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* intArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        65: .line 237
            aload 3 /* intArray */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 69
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object int[] top int int int[]
      StackMap stack:
        66: aload 7
            iload 5
            iaload
            istore 4 /* intValue */
        start local 4 // int intValue
        67: .line 238
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 73
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 4 /* intValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInteger:(I)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // int intValue
        68: .line 237
            iinc 5 1
      StackMap locals:
      StackMap stack:
        69: iload 5
            iload 6
            if_icmplt 66
        end local 3 // int[] intArray
        70: .line 240
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        71: aload 2 /* value */
            instanceof long[]
            ifeq 80
        72: .line 241
            aload 2 /* value */
            checkcast long[]
            astore 3 /* longArray */
        start local 3 // long[] longArray
        73: .line 242
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* longArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        74: .line 243
            aload 3 /* longArray */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 78
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object long[] top top int int long[]
      StackMap stack:
        75: aload 8
            iload 6
            laload
            lstore 4 /* longValue */
        start local 4 // long longValue
        76: .line 244
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 74
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            lload 4 /* longValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantLong:(J)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // long longValue
        77: .line 243
            iinc 6 1
      StackMap locals:
      StackMap stack:
        78: iload 6
            iload 7
            if_icmplt 75
        end local 3 // long[] longArray
        79: .line 246
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        80: aload 2 /* value */
            instanceof float[]
            ifeq 89
        81: .line 247
            aload 2 /* value */
            checkcast float[]
            astore 3 /* floatArray */
        start local 3 // float[] floatArray
        82: .line 248
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* floatArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        83: .line 249
            aload 3 /* floatArray */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 87
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object float[] top int int float[]
      StackMap stack:
        84: aload 7
            iload 5
            faload
            fstore 4 /* floatValue */
        start local 4 // float floatValue
        85: .line 250
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 70
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            fload 4 /* floatValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantFloat:(F)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // float floatValue
        86: .line 249
            iinc 5 1
      StackMap locals:
      StackMap stack:
        87: iload 5
            iload 6
            if_icmplt 84
        end local 3 // float[] floatArray
        88: .line 252
            goto 100
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
        89: aload 2 /* value */
            instanceof double[]
            ifeq 98
        90: .line 253
            aload 2 /* value */
            checkcast double[]
            astore 3 /* doubleArray */
        start local 3 // double[] doubleArray
        91: .line 254
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* doubleArray */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        92: .line 255
            aload 3 /* doubleArray */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 96
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object double[] top top int int double[]
      StackMap stack:
        93: aload 8
            iload 6
            daload
            dstore 4 /* doubleValue */
        start local 4 // double doubleValue
        94: .line 256
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 68
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            dload 4 /* doubleValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantDouble:(D)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 4 // double doubleValue
        95: .line 255
            iinc 6 1
      StackMap locals:
      StackMap stack:
        96: iload 6
            iload 7
            if_icmplt 93
        end local 3 // double[] doubleArray
        97: .line 258
            goto 100
        98: .line 259
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* value */
            invokevirtual org.objectweb.asm.SymbolTable.addConstant:(Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
            astore 3 /* symbol */
        start local 3 // org.objectweb.asm.Symbol symbol
        99: .line 260
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            ldc ".s.IFJDCS"
            aload 3 /* symbol */
            getfield org.objectweb.asm.Symbol.tag:I
            invokevirtual java.lang.String.charAt:(I)C
            aload 3 /* symbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 3 // org.objectweb.asm.Symbol symbol
       100: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  101     0          this  Lorg/objectweb/asm/AnnotationWriter;
            0  101     1          name  Ljava/lang/String;
            0  101     2         value  Ljava/lang/Object;
           13   14     3  booleanValue  I
           26   32     3     byteArray  [B
           29   30     4     byteValue  B
           35   43     3  booleanArray  [Z
           38   41     4  booleanValue  Z
           46   52     3    shortArray  [S
           49   50     4    shortValue  S
           55   61     3     charArray  [C
           58   59     4     charValue  C
           64   70     3      intArray  [I
           67   68     4      intValue  I
           73   79     3     longArray  [J
           76   77     4     longValue  J
           82   88     3    floatArray  [F
           85   86     4    floatValue  F
           91   97     3   doubleArray  [D
           94   95     4   doubleValue  D
           99  100     3        symbol  Lorg/objectweb/asm/Symbol;
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public void visitEnum(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String value
         0: .line 268
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
         1: .line 269
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.useNamedValues:Z
            ifeq 3
         2: .line 270
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
         4: .line 273
            bipush 101
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
         5: .line 274
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* value */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 275
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/objectweb/asm/AnnotationWriter;
            0    7     1        name  Ljava/lang/String;
            0    7     2  descriptor  Ljava/lang/String;
            0    7     3       value  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      value       final

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
         0: .line 281
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
         1: .line 282
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.useNamedValues:Z
            ifeq 3
         2: .line 283
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 64
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 287
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iconst_1
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            aconst_null
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
            areturn
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/AnnotationWriter;
            0    5     1        name  Ljava/lang/String;
            0    5     2  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final

  public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // java.lang.String name
         0: .line 294
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
         1: .line 295
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.useNamedValues:Z
            ifeq 3
         2: .line 296
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            bipush 91
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 306
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            aconst_null
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/AnnotationWriter;
            0    5     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.AnnotationWriter this
         0: .line 311
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairsOffset:I
            iconst_m1
            if_icmpeq 4
         1: .line 312
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            astore 1 /* data */
        start local 1 // byte[] data
         2: .line 313
            aload 1 /* data */
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairsOffset:I
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
            bipush 8
            iushr
            i2b
            bastore
         3: .line 314
            aload 1 /* data */
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairsOffset:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.numElementValuePairs:I
            i2b
            bastore
        end local 1 // byte[] data
         4: .line 316
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/AnnotationWriter;
            2    4     1  data  [B

  int computeAnnotationsSize(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // java.lang.String attributeName
         0: .line 333
            aload 1 /* attributeName */
            ifnull 2
         1: .line 334
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* attributeName */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         2: .line 337
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 2 /* attributeSize */
        start local 2 // int attributeSize
         3: .line 338
            aload 0 /* this */
            astore 3 /* annotationWriter */
        start local 3 // org.objectweb.asm.AnnotationWriter annotationWriter
         4: .line 339
            goto 7
         5: .line 340
      StackMap locals: int org.objectweb.asm.AnnotationWriter
      StackMap stack:
            iload 2 /* attributeSize */
            aload 3 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            istore 2 /* attributeSize */
         6: .line 341
            aload 3 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.previousAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            astore 3 /* annotationWriter */
         7: .line 339
      StackMap locals:
      StackMap stack:
            aload 3 /* annotationWriter */
            ifnonnull 5
         8: .line 343
            iload 2 /* attributeSize */
            ireturn
        end local 3 // org.objectweb.asm.AnnotationWriter annotationWriter
        end local 2 // int attributeSize
        end local 1 // java.lang.String attributeName
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/objectweb/asm/AnnotationWriter;
            0    9     1     attributeName  Ljava/lang/String;
            3    9     2     attributeSize  I
            4    9     3  annotationWriter  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
               Name  Flags
      attributeName  final

  static int computeAnnotationsSize(org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter);
    descriptor: (Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation
        start local 1 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation
        start local 2 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation
        start local 3 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation
         0: .line 372
            iconst_0
            istore 4 /* size */
        start local 4 // int size
         1: .line 373
            aload 0 /* lastRuntimeVisibleAnnotation */
            ifnull 6
         2: .line 374
            iload 4 /* size */
         3: .line 375
            aload 0 /* lastRuntimeVisibleAnnotation */
         4: .line 376
            ldc "RuntimeVisibleAnnotations"
         5: .line 375
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 4 /* size */
         6: .line 378
      StackMap locals: int
      StackMap stack:
            aload 1 /* lastRuntimeInvisibleAnnotation */
            ifnull 11
         7: .line 379
            iload 4 /* size */
         8: .line 380
            aload 1 /* lastRuntimeInvisibleAnnotation */
         9: .line 381
            ldc "RuntimeInvisibleAnnotations"
        10: .line 380
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 4 /* size */
        11: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* lastRuntimeVisibleTypeAnnotation */
            ifnull 16
        12: .line 384
            iload 4 /* size */
        13: .line 385
            aload 2 /* lastRuntimeVisibleTypeAnnotation */
        14: .line 386
            ldc "RuntimeVisibleTypeAnnotations"
        15: .line 385
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 4 /* size */
        16: .line 388
      StackMap locals:
      StackMap stack:
            aload 3 /* lastRuntimeInvisibleTypeAnnotation */
            ifnull 21
        17: .line 389
            iload 4 /* size */
        18: .line 390
            aload 3 /* lastRuntimeInvisibleTypeAnnotation */
        19: .line 391
            ldc "RuntimeInvisibleTypeAnnotations"
        20: .line 390
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 4 /* size */
        21: .line 393
      StackMap locals:
      StackMap stack:
            iload 4 /* size */
            ireturn
        end local 4 // int size
        end local 3 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation
        end local 2 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation
        end local 1 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation
        end local 0 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0   22     0        lastRuntimeVisibleAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   22     1      lastRuntimeInvisibleAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   22     2    lastRuntimeVisibleTypeAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   22     3  lastRuntimeInvisibleTypeAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            1   22     4                                size  I
    MethodParameters:
                                    Name  Flags
      lastRuntimeVisibleAnnotation        final
      lastRuntimeInvisibleAnnotation      final
      lastRuntimeVisibleTypeAnnotation    final
      lastRuntimeInvisibleTypeAnnotation  final

  void putAnnotations(int, org.objectweb.asm.ByteVector);
    descriptor: (ILorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // int attributeNameIndex
        start local 2 // org.objectweb.asm.ByteVector output
         0: .line 406
            iconst_2
            istore 3 /* attributeLength */
        start local 3 // int attributeLength
         1: .line 407
            iconst_0
            istore 4 /* numAnnotations */
        start local 4 // int numAnnotations
         2: .line 408
            aload 0 /* this */
            astore 5 /* annotationWriter */
        start local 5 // org.objectweb.asm.AnnotationWriter annotationWriter
         3: .line 409
            aconst_null
            astore 6 /* firstAnnotation */
        start local 6 // org.objectweb.asm.AnnotationWriter firstAnnotation
         4: .line 410
            goto 10
         5: .line 412
      StackMap locals: org.objectweb.asm.AnnotationWriter int org.objectweb.asm.ByteVector int int org.objectweb.asm.AnnotationWriter org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 5 /* annotationWriter */
            invokevirtual org.objectweb.asm.AnnotationWriter.visitEnd:()V
         6: .line 413
            iload 3 /* attributeLength */
            aload 5 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            istore 3 /* attributeLength */
         7: .line 414
            iinc 4 /* numAnnotations */ 1
         8: .line 415
            aload 5 /* annotationWriter */
            astore 6 /* firstAnnotation */
         9: .line 416
            aload 5 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.previousAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            astore 5 /* annotationWriter */
        10: .line 410
      StackMap locals:
      StackMap stack:
            aload 5 /* annotationWriter */
            ifnonnull 5
        11: .line 418
            aload 2 /* output */
            iload 1 /* attributeNameIndex */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 419
            aload 2 /* output */
            iload 3 /* attributeLength */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        13: .line 420
            aload 2 /* output */
            iload 4 /* numAnnotations */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        14: .line 421
            aload 6 /* firstAnnotation */
            astore 5 /* annotationWriter */
        15: .line 422
            goto 18
        16: .line 423
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            aload 5 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 5 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        17: .line 424
            aload 5 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.nextAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            astore 5 /* annotationWriter */
        18: .line 422
      StackMap locals:
      StackMap stack:
            aload 5 /* annotationWriter */
            ifnonnull 16
        19: .line 426
            return
        end local 6 // org.objectweb.asm.AnnotationWriter firstAnnotation
        end local 5 // org.objectweb.asm.AnnotationWriter annotationWriter
        end local 4 // int numAnnotations
        end local 3 // int attributeLength
        end local 2 // org.objectweb.asm.ByteVector output
        end local 1 // int attributeNameIndex
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                this  Lorg/objectweb/asm/AnnotationWriter;
            0   20     1  attributeNameIndex  I
            0   20     2              output  Lorg/objectweb/asm/ByteVector;
            1   20     3     attributeLength  I
            2   20     4      numAnnotations  I
            3   20     5    annotationWriter  Lorg/objectweb/asm/AnnotationWriter;
            4   20     6     firstAnnotation  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
                    Name  Flags
      attributeNameIndex  final
      output              final

  static void putAnnotations(org.objectweb.asm.SymbolTable, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation
        start local 2 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation
        start local 3 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation
        start local 4 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation
        start local 5 // org.objectweb.asm.ByteVector output
         0: .line 455
            aload 1 /* lastRuntimeVisibleAnnotation */
            ifnull 4
         1: .line 456
            aload 1 /* lastRuntimeVisibleAnnotation */
         2: .line 457
            aload 0 /* symbolTable */
            ldc "RuntimeVisibleAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 5 /* output */
         3: .line 456
            invokevirtual org.objectweb.asm.AnnotationWriter.putAnnotations:(ILorg/objectweb/asm/ByteVector;)V
         4: .line 459
      StackMap locals:
      StackMap stack:
            aload 2 /* lastRuntimeInvisibleAnnotation */
            ifnull 8
         5: .line 460
            aload 2 /* lastRuntimeInvisibleAnnotation */
         6: .line 461
            aload 0 /* symbolTable */
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 5 /* output */
         7: .line 460
            invokevirtual org.objectweb.asm.AnnotationWriter.putAnnotations:(ILorg/objectweb/asm/ByteVector;)V
         8: .line 463
      StackMap locals:
      StackMap stack:
            aload 3 /* lastRuntimeVisibleTypeAnnotation */
            ifnull 12
         9: .line 464
            aload 3 /* lastRuntimeVisibleTypeAnnotation */
        10: .line 465
            aload 0 /* symbolTable */
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 5 /* output */
        11: .line 464
            invokevirtual org.objectweb.asm.AnnotationWriter.putAnnotations:(ILorg/objectweb/asm/ByteVector;)V
        12: .line 467
      StackMap locals:
      StackMap stack:
            aload 4 /* lastRuntimeInvisibleTypeAnnotation */
            ifnull 16
        13: .line 468
            aload 4 /* lastRuntimeInvisibleTypeAnnotation */
        14: .line 469
            aload 0 /* symbolTable */
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 5 /* output */
        15: .line 468
            invokevirtual org.objectweb.asm.AnnotationWriter.putAnnotations:(ILorg/objectweb/asm/ByteVector;)V
        16: .line 471
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.objectweb.asm.ByteVector output
        end local 4 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation
        end local 3 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation
        end local 2 // org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation
        end local 1 // org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0   17     0                         symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   17     1        lastRuntimeVisibleAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   17     2      lastRuntimeInvisibleAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   17     3    lastRuntimeVisibleTypeAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   17     4  lastRuntimeInvisibleTypeAnnotation  Lorg/objectweb/asm/AnnotationWriter;
            0   17     5                              output  Lorg/objectweb/asm/ByteVector;
    MethodParameters:
                                    Name  Flags
      symbolTable                         final
      lastRuntimeVisibleAnnotation        final
      lastRuntimeInvisibleAnnotation      final
      lastRuntimeVisibleTypeAnnotation    final
      lastRuntimeInvisibleTypeAnnotation  final
      output                              final

  static int computeParameterAnnotationsSize(java.lang.String, org.objectweb.asm.AnnotationWriter[], int);
    descriptor: (Ljava/lang/String;[Lorg/objectweb/asm/AnnotationWriter;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // java.lang.String attributeName
        start local 1 // org.objectweb.asm.AnnotationWriter[] annotationWriters
        start local 2 // int annotableParameterCount
         0: .line 496
            bipush 7
            iconst_2
            iload 2 /* annotableParameterCount */
            imul
            iadd
            istore 3 /* attributeSize */
        start local 3 // int attributeSize
         1: .line 497
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 9
         3: .line 498
      StackMap locals: int int
      StackMap stack:
            aload 1 /* annotationWriters */
            iload 4 /* i */
            aaload
            astore 5 /* annotationWriter */
        start local 5 // org.objectweb.asm.AnnotationWriter annotationWriter
         4: .line 499
            iload 3 /* attributeSize */
         5: .line 500
            aload 5 /* annotationWriter */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: java.lang.String org.objectweb.asm.AnnotationWriter[] int int int org.objectweb.asm.AnnotationWriter
      StackMap stack: int
         6: aload 5 /* annotationWriter */
            aload 0 /* attributeName */
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            bipush 8
            isub
      StackMap locals: java.lang.String org.objectweb.asm.AnnotationWriter[] int int int org.objectweb.asm.AnnotationWriter
      StackMap stack: int int
         7: iadd
            istore 3 /* attributeSize */
        end local 5 // org.objectweb.asm.AnnotationWriter annotationWriter
         8: .line 497
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* annotableParameterCount */
            if_icmplt 3
        end local 4 // int i
        10: .line 502
            iload 3 /* attributeSize */
            ireturn
        end local 3 // int attributeSize
        end local 2 // int annotableParameterCount
        end local 1 // org.objectweb.asm.AnnotationWriter[] annotationWriters
        end local 0 // java.lang.String attributeName
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   11     0            attributeName  Ljava/lang/String;
            0   11     1        annotationWriters  [Lorg/objectweb/asm/AnnotationWriter;
            0   11     2  annotableParameterCount  I
            1   11     3            attributeSize  I
            2   10     4                        i  I
            4    8     5         annotationWriter  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
                         Name  Flags
      attributeName            final
      annotationWriters        final
      annotableParameterCount  final

  static void putParameterAnnotations(int, org.objectweb.asm.AnnotationWriter[], int, org.objectweb.asm.ByteVector);
    descriptor: (I[Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // int attributeNameIndex
        start local 1 // org.objectweb.asm.AnnotationWriter[] annotationWriters
        start local 2 // int annotableParameterCount
        start local 3 // org.objectweb.asm.ByteVector output
         0: .line 524
            iconst_1
            iconst_2
            iload 2 /* annotableParameterCount */
            imul
            iadd
            istore 4 /* attributeLength */
        start local 4 // int attributeLength
         1: .line 525
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 9
         3: .line 526
      StackMap locals: int int
      StackMap stack:
            aload 1 /* annotationWriters */
            iload 5 /* i */
            aaload
            astore 6 /* annotationWriter */
        start local 6 // org.objectweb.asm.AnnotationWriter annotationWriter
         4: .line 527
            iload 4 /* attributeLength */
         5: .line 528
            aload 6 /* annotationWriter */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: int org.objectweb.asm.AnnotationWriter[] int org.objectweb.asm.ByteVector int int org.objectweb.asm.AnnotationWriter
      StackMap stack: int
         6: aload 6 /* annotationWriter */
            aconst_null
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            bipush 8
            isub
      StackMap locals: int org.objectweb.asm.AnnotationWriter[] int org.objectweb.asm.ByteVector int int org.objectweb.asm.AnnotationWriter
      StackMap stack: int int
         7: iadd
            istore 4 /* attributeLength */
        end local 6 // org.objectweb.asm.AnnotationWriter annotationWriter
         8: .line 525
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            iload 2 /* annotableParameterCount */
            if_icmplt 3
        end local 5 // int i
        10: .line 530
            aload 3 /* output */
            iload 0 /* attributeNameIndex */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        11: .line 531
            aload 3 /* output */
            iload 4 /* attributeLength */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 532
            aload 3 /* output */
            iload 2 /* annotableParameterCount */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        13: .line 533
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: goto 33
        15: .line 534
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationWriters */
            iload 5 /* i */
            aaload
            astore 6 /* annotationWriter */
        start local 6 // org.objectweb.asm.AnnotationWriter annotationWriter
        16: .line 535
            aconst_null
            astore 7 /* firstAnnotation */
        start local 7 // org.objectweb.asm.AnnotationWriter firstAnnotation
        17: .line 536
            iconst_0
            istore 8 /* numAnnotations */
        start local 8 // int numAnnotations
        18: .line 537
            goto 23
        19: .line 539
      StackMap locals: org.objectweb.asm.AnnotationWriter org.objectweb.asm.AnnotationWriter int
      StackMap stack:
            aload 6 /* annotationWriter */
            invokevirtual org.objectweb.asm.AnnotationWriter.visitEnd:()V
        20: .line 540
            iinc 8 /* numAnnotations */ 1
        21: .line 541
            aload 6 /* annotationWriter */
            astore 7 /* firstAnnotation */
        22: .line 542
            aload 6 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.previousAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            astore 6 /* annotationWriter */
        23: .line 537
      StackMap locals:
      StackMap stack:
            aload 6 /* annotationWriter */
            ifnonnull 19
        24: .line 544
            aload 3 /* output */
            iload 8 /* numAnnotations */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        25: .line 545
            aload 7 /* firstAnnotation */
            astore 6 /* annotationWriter */
        26: .line 546
            goto 31
        27: .line 547
      StackMap locals:
      StackMap stack:
            aload 3 /* output */
        28: .line 548
            aload 6 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 6 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.annotation:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
        29: .line 547
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        30: .line 549
            aload 6 /* annotationWriter */
            getfield org.objectweb.asm.AnnotationWriter.nextAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            astore 6 /* annotationWriter */
        31: .line 546
      StackMap locals:
      StackMap stack:
            aload 6 /* annotationWriter */
            ifnonnull 27
        end local 8 // int numAnnotations
        end local 7 // org.objectweb.asm.AnnotationWriter firstAnnotation
        end local 6 // org.objectweb.asm.AnnotationWriter annotationWriter
        32: .line 533
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 5 /* i */
            iload 2 /* annotableParameterCount */
            if_icmplt 15
        end local 5 // int i
        34: .line 552
            return
        end local 4 // int attributeLength
        end local 3 // org.objectweb.asm.ByteVector output
        end local 2 // int annotableParameterCount
        end local 1 // org.objectweb.asm.AnnotationWriter[] annotationWriters
        end local 0 // int attributeNameIndex
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   35     0       attributeNameIndex  I
            0   35     1        annotationWriters  [Lorg/objectweb/asm/AnnotationWriter;
            0   35     2  annotableParameterCount  I
            0   35     3                   output  Lorg/objectweb/asm/ByteVector;
            1   35     4          attributeLength  I
            2   10     5                        i  I
            4    8     6         annotationWriter  Lorg/objectweb/asm/AnnotationWriter;
           14   34     5                        i  I
           16   32     6         annotationWriter  Lorg/objectweb/asm/AnnotationWriter;
           17   32     7          firstAnnotation  Lorg/objectweb/asm/AnnotationWriter;
           18   32     8           numAnnotations  I
    MethodParameters:
                         Name  Flags
      attributeNameIndex       final
      annotationWriters        final
      annotableParameterCount  final
      output                   final
}
SourceFile: "AnnotationWriter.java"