final class org.objectweb.asm.FieldWriter extends org.objectweb.asm.FieldVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.FieldWriter
  super_class: org.objectweb.asm.FieldVisitor
{
  private final org.objectweb.asm.ClassWriter cw;
    descriptor: Lorg/objectweb/asm/ClassWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

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

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

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

  void <init>(org.objectweb.asm.ClassWriter, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Lorg/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // org.objectweb.asm.ClassWriter cw
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
        start local 5 // java.lang.String signature
        start local 6 // java.lang.Object value
         0: .line 121
            aload 0 /* this */
            ldc 327680
            invokespecial org.objectweb.asm.FieldVisitor.<init>:(I)V
         1: .line 122
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
            ifnonnull 4
         2: .line 123
            aload 1 /* cw */
            aload 0 /* this */
            putfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
         3: .line 124
            goto 5
         4: .line 125
      StackMap locals: org.objectweb.asm.FieldWriter org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack:
            aload 1 /* cw */
            getfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
            aload 0 /* this */
            putfield org.objectweb.asm.FieldWriter.fv:Lorg/objectweb/asm/FieldVisitor;
         5: .line 127
      StackMap locals:
      StackMap stack:
            aload 1 /* cw */
            aload 0 /* this */
            putfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
         6: .line 128
            aload 0 /* this */
            aload 1 /* cw */
            putfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
         7: .line 129
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.FieldWriter.access:I
         8: .line 130
            aload 0 /* this */
            aload 1 /* cw */
            aload 3 /* name */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.FieldWriter.name:I
         9: .line 131
            aload 0 /* this */
            aload 1 /* cw */
            aload 4 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.FieldWriter.desc:I
        10: .line 132
            aload 5 /* signature */
            ifnull 12
        11: .line 133
            aload 0 /* this */
            aload 1 /* cw */
            aload 5 /* signature */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.FieldWriter.signature:I
        12: .line 135
      StackMap locals:
      StackMap stack:
            aload 6 /* value */
            ifnull 14
        13: .line 136
            aload 0 /* this */
            aload 1 /* cw */
            aload 6 /* value */
            invokevirtual org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Lorg/objectweb/asm/Item;
            getfield org.objectweb.asm.Item.index:I
            putfield org.objectweb.asm.FieldWriter.value:I
        14: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.Object value
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.ClassWriter cw
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/objectweb/asm/FieldWriter;
            0   15     1         cw  Lorg/objectweb/asm/ClassWriter;
            0   15     2     access  I
            0   15     3       name  Ljava/lang/String;
            0   15     4       desc  Ljava/lang/String;
            0   15     5  signature  Ljava/lang/String;
            0   15     6      value  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      cw         final
      access     final
      name       final
      desc       final
      signature  final
      value      final

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // java.lang.String desc
        start local 2 // boolean visible
         0: .line 150
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 3 /* bv */
        start local 3 // org.objectweb.asm.ByteVector bv
         1: .line 152
            aload 3 /* bv */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 1 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(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 153
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_1
            aload 3 /* bv */
            aload 3 /* bv */
            iconst_2
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            astore 4 /* aw */
        start local 4 // org.objectweb.asm.AnnotationWriter aw
         3: .line 154
            iload 2 /* visible */
            ifeq 7
         4: .line 155
            aload 4 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
         5: .line 156
            aload 0 /* this */
            aload 4 /* aw */
            putfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
         6: .line 157
            goto 9
         7: .line 158
      StackMap locals: org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 4 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 159
            aload 0 /* this */
            aload 4 /* aw */
            putfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 161
      StackMap locals:
      StackMap stack:
            aload 4 /* aw */
            areturn
        end local 4 // org.objectweb.asm.AnnotationWriter aw
        end local 3 // org.objectweb.asm.ByteVector bv
        end local 2 // boolean visible
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/objectweb/asm/FieldWriter;
            0   10     1     desc  Ljava/lang/String;
            0   10     2  visible  Z
            1   10     3       bv  Lorg/objectweb/asm/ByteVector;
            3   10     4       aw  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
         Name  Flags
      desc     final
      visible  final

  public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String desc
        start local 4 // boolean visible
         0: .line 170
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 5 /* bv */
        start local 5 // org.objectweb.asm.ByteVector bv
         1: .line 172
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 5 /* bv */
            invokestatic org.objectweb.asm.AnnotationWriter.putTarget:(ILorg/objectweb/asm/TypePath;Lorg/objectweb/asm/ByteVector;)V
         2: .line 174
            aload 5 /* bv */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aload 3 /* desc */
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(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
         3: .line 175
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            iconst_1
            aload 5 /* bv */
            aload 5 /* bv */
         4: .line 176
            aload 5 /* bv */
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         5: .line 175
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
            astore 6 /* aw */
        start local 6 // org.objectweb.asm.AnnotationWriter aw
         6: .line 177
            iload 4 /* visible */
            ifeq 10
         7: .line 178
            aload 6 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 179
            aload 0 /* this */
            aload 6 /* aw */
            putfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 180
            goto 12
        10: .line 181
      StackMap locals: org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 6 /* aw */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
            putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
        11: .line 182
            aload 0 /* this */
            aload 6 /* aw */
            putfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
        12: .line 184
      StackMap locals:
      StackMap stack:
            aload 6 /* aw */
            areturn
        end local 6 // org.objectweb.asm.AnnotationWriter aw
        end local 5 // org.objectweb.asm.ByteVector bv
        end local 4 // boolean visible
        end local 3 // java.lang.String desc
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/objectweb/asm/FieldWriter;
            0   13     1   typeRef  I
            0   13     2  typePath  Lorg/objectweb/asm/TypePath;
            0   13     3      desc  Ljava/lang/String;
            0   13     4   visible  Z
            1   13     5        bv  Lorg/objectweb/asm/ByteVector;
            6   13     6        aw  Lorg/objectweb/asm/AnnotationWriter;
    MethodParameters:
          Name  Flags
      typeRef   final
      typePath  final
      desc      final
      visible   final

  public void visitAttribute(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // org.objectweb.asm.Attribute attr
         0: .line 189
            aload 1 /* attr */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
         1: .line 190
            aload 0 /* this */
            aload 1 /* attr */
            putfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
         2: .line 191
            return
        end local 1 // org.objectweb.asm.Attribute attr
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/FieldWriter;
            0    3     1  attr  Lorg/objectweb/asm/Attribute;
    MethodParameters:
      Name  Flags
      attr  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.FieldWriter this
         0: .line 195
            return
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/FieldWriter;

  int getSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.objectweb.asm.FieldWriter this
         0: .line 207
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         1: .line 208
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.value:I
            ifeq 4
         2: .line 209
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "ConstantValue"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
         3: .line 210
            iinc 1 /* size */ 8
         4: .line 212
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            sipush 4096
            iand
            ifeq 9
         5: .line 213
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 7
         6: .line 214
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 262144
            iand
            ifeq 9
         7: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
         8: .line 216
            iinc 1 /* size */ 6
         9: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 131072
            iand
            ifeq 12
        10: .line 220
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        11: .line 221
            iinc 1 /* size */ 6
        12: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signature:I
            ifeq 15
        13: .line 224
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Signature"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        14: .line 225
            iinc 1 /* size */ 8
        15: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 18
        16: .line 228
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        17: .line 229
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        18: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 21
        19: .line 232
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        20: .line 233
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        21: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 24
        22: .line 236
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        23: .line 237
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        24: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 27
        25: .line 240
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        26: .line 241
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
            invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        27: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            ifnull 29
        28: .line 244
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aconst_null
            iconst_0
            iconst_m1
            iconst_m1
            invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 1 /* size */
        29: .line 246
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lorg/objectweb/asm/FieldWriter;
            1   30     1  size  I

  void put(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // org.objectweb.asm.ByteVector out
         0: .line 257
            ldc 393216
         1: .line 258
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 262144
            iand
            bipush 64
            idiv
         2: .line 257
            ior
            istore 2 /* mask */
        start local 2 // int mask
         3: .line 259
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            iload 2 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.name:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.desc:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 260
            iconst_0
            istore 3 /* attributeCount */
        start local 3 // int attributeCount
         5: .line 261
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.value:I
            ifeq 7
         6: .line 262
            iinc 3 /* attributeCount */ 1
         7: .line 264
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            sipush 4096
            iand
            ifeq 11
         8: .line 265
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 10
         9: .line 266
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 262144
            iand
            ifeq 11
        10: .line 267
      StackMap locals:
      StackMap stack:
            iinc 3 /* attributeCount */ 1
        11: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 131072
            iand
            ifeq 13
        12: .line 271
            iinc 3 /* attributeCount */ 1
        13: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signature:I
            ifeq 15
        14: .line 274
            iinc 3 /* attributeCount */ 1
        15: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 17
        16: .line 277
            iinc 3 /* attributeCount */ 1
        17: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 19
        18: .line 280
            iinc 3 /* attributeCount */ 1
        19: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 21
        20: .line 283
            iinc 3 /* attributeCount */ 1
        21: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 23
        22: .line 286
            iinc 3 /* attributeCount */ 1
        23: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            ifnull 25
        24: .line 289
            iload 3 /* attributeCount */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getCount:()I
            iadd
            istore 3 /* attributeCount */
        25: .line 291
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 3 /* attributeCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        26: .line 292
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.value:I
            ifeq 29
        27: .line 293
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "ConstantValue"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        28: .line 294
            aload 1 /* out */
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.value:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        29: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            sipush 4096
            iand
            ifeq 33
        30: .line 297
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 32
        31: .line 298
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 262144
            iand
            ifeq 33
        32: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        33: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.access:I
            ldc 131072
            iand
            ifeq 35
        34: .line 303
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        35: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signature:I
            ifeq 38
        36: .line 306
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "Signature"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        37: .line 307
            aload 1 /* out */
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signature:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        38: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 41
        39: .line 310
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        40: .line 311
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
        41: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 44
        42: .line 314
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        43: .line 315
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
        44: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 47
        45: .line 318
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        46: .line 319
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
        47: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 50
        48: .line 322
            aload 1 /* out */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        49: .line 323
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
        50: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            ifnull 52
        51: .line 326
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
            aconst_null
            iconst_0
            iconst_m1
            iconst_m1
            aload 1 /* out */
            invokevirtual org.objectweb.asm.Attribute.put:(Lorg/objectweb/asm/ClassWriter;[BIIILorg/objectweb/asm/ByteVector;)V
        52: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int attributeCount
        end local 2 // int mask
        end local 1 // org.objectweb.asm.ByteVector out
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   53     0            this  Lorg/objectweb/asm/FieldWriter;
            0   53     1             out  Lorg/objectweb/asm/ByteVector;
            3   53     2            mask  I
            5   53     3  attributeCount  I
    MethodParameters:
      Name  Flags
      out   final
}
SourceFile: "FieldWriter.java"