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.ClassWriter cw;
    descriptor: Lorg/objectweb/asm/ClassWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

  org.objectweb.asm.AnnotationWriter next;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0000) 

  org.objectweb.asm.AnnotationWriter prev;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0000) 

  void <init>(org.objectweb.asm.ClassWriter, boolean, org.objectweb.asm.ByteVector, org.objectweb.asm.ByteVector, int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // boolean named
        start local 3 // org.objectweb.asm.ByteVector bv
        start local 4 // org.objectweb.asm.ByteVector parent
        start local 5 // int offset
         0: .line 107
            aload 0 /* this */
            ldc 262144
            invokespecial org.objectweb.asm.AnnotationVisitor.<init>:(I)V
         1: .line 108
            aload 0 /* this */
            aload 1 /* cw */
            putfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
         2: .line 109
            aload 0 /* this */
            iload 2 /* named */
            putfield org.objectweb.asm.AnnotationWriter.named:Z
         3: .line 110
            aload 0 /* this */
            aload 3 /* bv */
            putfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
         4: .line 111
            aload 0 /* this */
            aload 4 /* parent */
            putfield org.objectweb.asm.AnnotationWriter.parent:Lorg/objectweb/asm/ByteVector;
         5: .line 112
            aload 0 /* this */
            iload 5 /* offset */
            putfield org.objectweb.asm.AnnotationWriter.offset:I
         6: .line 113
            return
        end local 5 // int offset
        end local 4 // org.objectweb.asm.ByteVector parent
        end local 3 // org.objectweb.asm.ByteVector bv
        end local 2 // boolean named
        end local 1 // org.objectweb.asm.ClassWriter cw
        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      cw  Lorg/objectweb/asm/ClassWriter;
            0    7     2   named  Z
            0    7     3      bv  Lorg/objectweb/asm/ByteVector;
            0    7     4  parent  Lorg/objectweb/asm/ByteVector;
            0    7     5  offset  I
    MethodParameters:
        Name  Flags
      cw      final
      named   final
      bv      final
      parent  final
      offset  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=5, 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 121
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.size:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.size:I
         1: .line 122
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.named:Z
            ifeq 3
         2: .line 123
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 125
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 6
         4: .line 126
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 115
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* value */
            checkcast java.lang.String
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 127
            goto 100
      StackMap locals:
      StackMap stack:
         6: aload 2 /* value */
            instanceof java.lang.Byte
            ifeq 9
         7: .line 128
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 66
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* value */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         8: .line 129
            goto 100
      StackMap locals:
      StackMap stack:
         9: aload 2 /* value */
            instanceof java.lang.Boolean
            ifeq 15
        10: .line 130
            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 /* v */
        start local 3 // int v
        13: .line 131
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 90
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iload 3 /* v */
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 3 // int v
        14: .line 132
            goto 100
      StackMap locals:
      StackMap stack:
        15: aload 2 /* value */
            instanceof java.lang.Character
            ifeq 18
        16: .line 133
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 67
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* value */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        17: .line 134
            goto 100
      StackMap locals:
      StackMap stack:
        18: aload 2 /* value */
            instanceof java.lang.Short
            ifeq 21
        19: .line 135
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 83
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* value */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        20: .line 136
            goto 100
      StackMap locals:
      StackMap stack:
        21: aload 2 /* value */
            instanceof org.objectweb.asm.Type
            ifeq 24
        22: .line 137
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 99
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* value */
            checkcast org.objectweb.asm.Type
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        23: .line 138
            goto 100
      StackMap locals:
      StackMap stack:
        24: aload 2 /* value */
            instanceof byte[]
            ifeq 33
        25: .line 139
            aload 2 /* value */
            checkcast byte[]
            astore 3 /* v */
        start local 3 // byte[] v
        26: .line 140
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        27: .line 141
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        28: goto 31
        29: .line 142
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 66
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            baload
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        30: .line 141
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 29
        end local 4 // int i
        end local 3 // byte[] v
        32: .line 144
            goto 100
      StackMap locals:
      StackMap stack:
        33: aload 2 /* value */
            instanceof boolean[]
            ifeq 44
        34: .line 145
            aload 2 /* value */
            checkcast boolean[]
            astore 3 /* v */
        start local 3 // boolean[] v
        35: .line 146
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        36: .line 147
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        37: goto 42
        38: .line 148
      StackMap locals: boolean[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 90
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            baload
            ifeq 39
            iconst_1
            goto 40
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object boolean[] int
      StackMap stack: org.objectweb.asm.ByteVector int org.objectweb.asm.ClassWriter
        39: iconst_0
      StackMap locals: org.objectweb.asm.AnnotationWriter java.lang.String java.lang.Object boolean[] int
      StackMap stack: org.objectweb.asm.ByteVector int org.objectweb.asm.ClassWriter int
        40: invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        41: .line 147
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 38
        end local 4 // int i
        end local 3 // boolean[] v
        43: .line 150
            goto 100
      StackMap locals:
      StackMap stack:
        44: aload 2 /* value */
            instanceof short[]
            ifeq 53
        45: .line 151
            aload 2 /* value */
            checkcast short[]
            astore 3 /* v */
        start local 3 // short[] v
        46: .line 152
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        47: .line 153
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        48: goto 51
        49: .line 154
      StackMap locals: short[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 83
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            saload
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        50: .line 153
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 49
        end local 4 // int i
        end local 3 // short[] v
        52: .line 156
            goto 100
      StackMap locals:
      StackMap stack:
        53: aload 2 /* value */
            instanceof char[]
            ifeq 62
        54: .line 157
            aload 2 /* value */
            checkcast char[]
            astore 3 /* v */
        start local 3 // char[] v
        55: .line 158
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        56: .line 159
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        57: goto 60
        58: .line 160
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 67
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            caload
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        59: .line 159
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        60: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 58
        end local 4 // int i
        end local 3 // char[] v
        61: .line 162
            goto 100
      StackMap locals:
      StackMap stack:
        62: aload 2 /* value */
            instanceof int[]
            ifeq 71
        63: .line 163
            aload 2 /* value */
            checkcast int[]
            astore 3 /* v */
        start local 3 // int[] v
        64: .line 164
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        65: .line 165
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        66: goto 69
        67: .line 166
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 73
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            iaload
            invokevirtual org.objectweb.asm.ClassWriter.newInteger:(I)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        68: .line 165
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        69: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 67
        end local 4 // int i
        end local 3 // int[] v
        70: .line 168
            goto 100
      StackMap locals:
      StackMap stack:
        71: aload 2 /* value */
            instanceof long[]
            ifeq 80
        72: .line 169
            aload 2 /* value */
            checkcast long[]
            astore 3 /* v */
        start local 3 // long[] v
        73: .line 170
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        74: .line 171
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        75: goto 78
        76: .line 172
      StackMap locals: long[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 74
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            laload
            invokevirtual org.objectweb.asm.ClassWriter.newLong:(J)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        77: .line 171
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        78: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 76
        end local 4 // int i
        end local 3 // long[] v
        79: .line 174
            goto 100
      StackMap locals:
      StackMap stack:
        80: aload 2 /* value */
            instanceof float[]
            ifeq 89
        81: .line 175
            aload 2 /* value */
            checkcast float[]
            astore 3 /* v */
        start local 3 // float[] v
        82: .line 176
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        83: .line 177
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        84: goto 87
        85: .line 178
      StackMap locals: float[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 70
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            faload
            invokevirtual org.objectweb.asm.ClassWriter.newFloat:(F)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        86: .line 177
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        87: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 85
        end local 4 // int i
        end local 3 // float[] v
        88: .line 180
            goto 100
      StackMap locals:
      StackMap stack:
        89: aload 2 /* value */
            instanceof double[]
            ifeq 98
        90: .line 181
            aload 2 /* value */
            checkcast double[]
            astore 3 /* v */
        start local 3 // double[] v
        91: .line 182
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            aload 3 /* v */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        92: .line 183
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        93: goto 96
        94: .line 184
      StackMap locals: double[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 68
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* v */
            iload 4 /* i */
            daload
            invokevirtual org.objectweb.asm.ClassWriter.newDouble:(D)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        95: .line 183
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        96: iload 4 /* i */
            aload 3 /* v */
            arraylength
            if_icmplt 94
        end local 4 // int i
        end local 3 // double[] v
        97: .line 186
            goto 100
        98: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* value */
            invokevirtual org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Lorg/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // org.objectweb.asm.Item i
        99: .line 188
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            ldc ".s.IFJDCS"
            aload 3 /* i */
            getfield org.objectweb.asm.Item.type:I
            invokevirtual java.lang.String.charAt:(I)C
            aload 3 /* i */
            getfield org.objectweb.asm.Item.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        end local 3 // org.objectweb.asm.Item i
       100: .line 190
      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      v  I
           26   32     3      v  [B
           28   32     4      i  I
           35   43     3      v  [Z
           37   43     4      i  I
           46   52     3      v  [S
           48   52     4      i  I
           55   61     3      v  [C
           57   61     4      i  I
           64   70     3      v  [I
           66   70     4      i  I
           73   79     3      v  [J
           75   79     4      i  I
           82   88     3      v  [F
           84   88     4      i  I
           91   97     3      v  [D
           93   97     4      i  I
           99  100     3      i  Lorg/objectweb/asm/Item;
    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 desc
        start local 3 // java.lang.String value
         0: .line 195
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.size:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.size:I
         1: .line 196
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.named:Z
            ifeq 3
         2: .line 197
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 101
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* value */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 200
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String desc
        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   desc  Ljava/lang/String;
            0    5     3  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   final
      desc   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=8, 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 desc
         0: .line 205
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.size:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.size:I
         1: .line 206
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.named:Z
            ifeq 3
         2: .line 207
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 64
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 2 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(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 211
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_1
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            areturn
        end local 2 // java.lang.String desc
        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  desc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final
      desc  final

  public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // java.lang.String name
         0: .line 216
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.AnnotationWriter.size:I
            iconst_1
            iadd
            putfield org.objectweb.asm.AnnotationWriter.size:I
         1: .line 217
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.named:Z
            ifeq 3
         2: .line 218
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            bipush 91
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 222
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)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 227
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.parent:Lorg/objectweb/asm/ByteVector;
            ifnull 4
         1: .line 228
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.parent:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            astore 1 /* data */
        start local 1 // byte[] data
         2: .line 229
            aload 1 /* data */
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.offset:I
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.size:I
            bipush 8
            iushr
            i2b
            bastore
         3: .line 230
            aload 1 /* data */
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.offset:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationWriter.size:I
            i2b
            bastore
        end local 1 // byte[] data
         4: .line 232
      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 getSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.objectweb.asm.AnnotationWriter this
         0: .line 244
            iconst_0
            istore 1 /* size */
        start local 1 // int size
         1: .line 245
            aload 0 /* this */
            astore 2 /* aw */
        start local 2 // org.objectweb.asm.AnnotationWriter aw
         2: .line 246
            goto 5
         3: .line 247
      StackMap locals: int org.objectweb.asm.AnnotationWriter
      StackMap stack:
            iload 1 /* size */
            aload 2 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            istore 1 /* size */
         4: .line 248
            aload 2 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
            astore 2 /* aw */
         5: .line 246
      StackMap locals:
      StackMap stack:
            aload 2 /* aw */
            ifnonnull 3
         6: .line 250
            iload 1 /* size */
            ireturn
        end local 2 // org.objectweb.asm.AnnotationWriter aw
        end local 1 // int size
        end local 0 // org.objectweb.asm.AnnotationWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/AnnotationWriter;
            1    7     1  size  I
            2    7     2    aw  Lorg/objectweb/asm/AnnotationWriter;

  void put(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.objectweb.asm.AnnotationWriter this
        start local 1 // org.objectweb.asm.ByteVector out
         0: .line 261
            iconst_0
            istore 2 /* n */
        start local 2 // int n
         1: .line 262
            iconst_2
            istore 3 /* size */
        start local 3 // int size
         2: .line 263
            aload 0 /* this */
            astore 4 /* aw */
        start local 4 // org.objectweb.asm.AnnotationWriter aw
         3: .line 264
            aconst_null
            astore 5 /* last */
        start local 5 // org.objectweb.asm.AnnotationWriter last
         4: .line 265
            goto 11
         5: .line 266
      StackMap locals: org.objectweb.asm.AnnotationWriter org.objectweb.asm.ByteVector int int org.objectweb.asm.AnnotationWriter org.objectweb.asm.AnnotationWriter
      StackMap stack:
            iinc 2 /* n */ 1
         6: .line 267
            iload 3 /* size */
            aload 4 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            istore 3 /* size */
         7: .line 268
            aload 4 /* aw */
            invokevirtual org.objectweb.asm.AnnotationWriter.visitEnd:()V
         8: .line 269
            aload 4 /* aw */
            aload 5 /* last */
            putfield org.objectweb.asm.AnnotationWriter.prev:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 270
            aload 4 /* aw */
            astore 5 /* last */
        10: .line 271
            aload 4 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
            astore 4 /* aw */
        11: .line 265
      StackMap locals:
      StackMap stack:
            aload 4 /* aw */
            ifnonnull 5
        12: .line 273
            aload 1 /* out */
            iload 3 /* size */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        13: .line 274
            aload 1 /* out */
            iload 2 /* n */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        14: .line 275
            aload 5 /* last */
            astore 4 /* aw */
        15: .line 276
            goto 18
        16: .line 277
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 4 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 4 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.bv: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 278
            aload 4 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.prev:Lorg/objectweb/asm/AnnotationWriter;
            astore 4 /* aw */
        18: .line 276
      StackMap locals:
      StackMap stack:
            aload 4 /* aw */
            ifnonnull 16
        19: .line 280
            return
        end local 5 // org.objectweb.asm.AnnotationWriter last
        end local 4 // org.objectweb.asm.AnnotationWriter aw
        end local 3 // int size
        end local 2 // int n
        end local 1 // org.objectweb.asm.ByteVector out
        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   out  Lorg/objectweb/asm/ByteVector;
            1   20     2     n  I
            2   20     3  size  I
            3   20     4    aw  Lorg/objectweb/asm/AnnotationWriter;
            4   20     5  last  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
      Name  Flags
      out   final

  static void put(org.objectweb.asm.AnnotationWriter[], int, org.objectweb.asm.ByteVector);
    descriptor: ([Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.objectweb.asm.AnnotationWriter[] panns
        start local 1 // int off
        start local 2 // org.objectweb.asm.ByteVector out
         0: .line 294
            iconst_1
            iconst_2
            aload 0 /* panns */
            arraylength
            iload 1 /* off */
            isub
            imul
            iadd
            istore 3 /* size */
        start local 3 // int size
         1: .line 295
            iload 1 /* off */
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 296
      StackMap locals: int int
      StackMap stack:
            iload 3 /* size */
            aload 0 /* panns */
            iload 4 /* i */
            aaload
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: int
         4: aload 0 /* panns */
            iload 4 /* i */
            aaload
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
      StackMap locals: org.objectweb.asm.AnnotationWriter[] int org.objectweb.asm.ByteVector int int
      StackMap stack: int int
         5: iadd
            istore 3 /* size */
         6: .line 295
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* panns */
            arraylength
            if_icmplt 3
        end local 4 // int i
         8: .line 298
            aload 2 /* out */
            iload 3 /* size */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* panns */
            arraylength
            iload 1 /* off */
            isub
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         9: .line 299
            iload 1 /* off */
            istore 4 /* i */
        start local 4 // int i
        10: goto 28
        11: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* panns */
            iload 4 /* i */
            aaload
            astore 5 /* aw */
        start local 5 // org.objectweb.asm.AnnotationWriter aw
        12: .line 301
            aconst_null
            astore 6 /* last */
        start local 6 // org.objectweb.asm.AnnotationWriter last
        13: .line 302
            iconst_0
            istore 7 /* n */
        start local 7 // int n
        14: .line 303
            goto 20
        15: .line 304
      StackMap locals: org.objectweb.asm.AnnotationWriter org.objectweb.asm.AnnotationWriter int
      StackMap stack:
            iinc 7 /* n */ 1
        16: .line 305
            aload 5 /* aw */
            invokevirtual org.objectweb.asm.AnnotationWriter.visitEnd:()V
        17: .line 306
            aload 5 /* aw */
            aload 6 /* last */
            putfield org.objectweb.asm.AnnotationWriter.prev:Lorg/objectweb/asm/AnnotationWriter;
        18: .line 307
            aload 5 /* aw */
            astore 6 /* last */
        19: .line 308
            aload 5 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
            astore 5 /* aw */
        20: .line 303
      StackMap locals:
      StackMap stack:
            aload 5 /* aw */
            ifnonnull 15
        21: .line 310
            aload 2 /* out */
            iload 7 /* n */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        22: .line 311
            aload 6 /* last */
            astore 5 /* aw */
        23: .line 312
            goto 26
        24: .line 313
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            aload 5 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 5 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.bv:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        25: .line 314
            aload 5 /* aw */
            getfield org.objectweb.asm.AnnotationWriter.prev:Lorg/objectweb/asm/AnnotationWriter;
            astore 5 /* aw */
        26: .line 312
      StackMap locals:
      StackMap stack:
            aload 5 /* aw */
            ifnonnull 24
        end local 7 // int n
        end local 6 // org.objectweb.asm.AnnotationWriter last
        end local 5 // org.objectweb.asm.AnnotationWriter aw
        27: .line 299
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 4 /* i */
            aload 0 /* panns */
            arraylength
            if_icmplt 11
        end local 4 // int i
        29: .line 317
            return
        end local 3 // int size
        end local 2 // org.objectweb.asm.ByteVector out
        end local 1 // int off
        end local 0 // org.objectweb.asm.AnnotationWriter[] panns
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0  panns  [Lorg/objectweb/asm/AnnotationWriter;
            0   30     1    off  I
            0   30     2    out  Lorg/objectweb/asm/ByteVector;
            1   30     3   size  I
            2    8     4      i  I
           10   29     4      i  I
           12   27     5     aw  Lorg/objectweb/asm/AnnotationWriter;
           13   27     6   last  Lorg/objectweb/asm/AnnotationWriter;
           14   27     7      n  I
    MethodParameters:
       Name  Flags
      panns  final
      off    final
      out    final
}
SourceFile: "AnnotationWriter.java"