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

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

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

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

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

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

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

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

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

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

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

  void <init>(org.objectweb.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Lorg/objectweb/asm/SymbolTable;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.SymbolTable symbolTable
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
        start local 6 // java.lang.Object constantValue
         0: .line 127
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.FieldVisitor.<init>:(I)V
         1: .line 128
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         2: .line 129
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.FieldWriter.accessFlags:I
         3: .line 130
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.FieldWriter.nameIndex:I
         4: .line 131
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.FieldWriter.descriptorIndex:I
         5: .line 132
            aload 5 /* signature */
            ifnull 7
         6: .line 133
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 5 /* signature */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.FieldWriter.signatureIndex:I
         7: .line 135
      StackMap locals: org.objectweb.asm.FieldWriter org.objectweb.asm.SymbolTable int java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack:
            aload 6 /* constantValue */
            ifnull 9
         8: .line 136
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 6 /* constantValue */
            invokevirtual org.objectweb.asm.SymbolTable.addConstant:(Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            putfield org.objectweb.asm.FieldWriter.constantValueIndex:I
         9: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.Object constantValue
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        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    symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   10     2         access  I
            0   10     3           name  Ljava/lang/String;
            0   10     4     descriptor  Ljava/lang/String;
            0   10     5      signature  Ljava/lang/String;
            0   10     6  constantValue  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      symbolTable    final
      access         final
      name           final
      descriptor     final
      signature      final
      constantValue  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=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 146
            iload 2 /* visible */
            ifeq 4
         1: .line 147
            aload 0 /* this */
         2: .line 148
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         3: .line 147
            dup_x1
            putfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         4: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 151
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         6: .line 150
            dup_x1
            putfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/objectweb/asm/FieldWriter;
            0    7     1  descriptor  Ljava/lang/String;
            0    7     2     visible  Z
    MethodParameters:
            Name  Flags
      descriptor  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=6, locals=5, 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 descriptor
        start local 4 // boolean visible
         0: .line 158
            iload 4 /* visible */
            ifeq 5
         1: .line 159
            aload 0 /* this */
         2: .line 161
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         3: .line 160
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         4: .line 159
            dup_x1
            putfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 165
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 164
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         8: .line 163
            dup_x1
            putfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 4 // boolean visible
        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.FieldWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/FieldWriter;
            0    9     1     typeRef  I
            0    9     2    typePath  Lorg/objectweb/asm/TypePath;
            0    9     3  descriptor  Ljava/lang/String;
            0    9     4     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  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 attribute
         0: .line 172
            aload 1 /* attribute */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
         1: .line 173
            aload 0 /* this */
            aload 1 /* attribute */
            putfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
         2: .line 174
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        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  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  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 179
            return
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/FieldWriter;

  int computeFieldInfoSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.objectweb.asm.FieldWriter this
         0: .line 193
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         1: .line 195
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.constantValueIndex:I
            ifeq 4
         2: .line 197
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "ConstantValue"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         3: .line 198
            iinc 1 /* size */ 8
         4: .line 200
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signatureIndex:I
            invokestatic org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;II)I
            iadd
            istore 1 /* size */
         5: .line 201
            iload 1 /* size */
         6: .line 203
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 204
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 205
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 206
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        10: .line 202
            invokestatic org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;)I
            iadd
            istore 1 /* size */
        11: .line 207
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 13
        12: .line 208
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
        13: .line 210
      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   14     0  this  Lorg/objectweb/asm/FieldWriter;
            1   14     1  size  I

  void putFieldInfo(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // org.objectweb.asm.ByteVector output
         0: .line 220
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* useSyntheticAttribute */
        start local 2 // boolean useSyntheticAttribute
         3: .line 222
            iload 2 /* useSyntheticAttribute */
            ifeq 4
            sipush 4096
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* mask */
        start local 3 // int mask
         6: .line 223
            aload 1 /* output */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.accessFlags:I
            iload 3 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.nameIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.descriptorIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 226
            iconst_0
            istore 4 /* attributesCount */
        start local 4 // int attributesCount
         8: .line 227
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.constantValueIndex:I
            ifeq 10
         9: .line 228
            iinc 4 /* attributesCount */ 1
        10: .line 230
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 12
            iload 2 /* useSyntheticAttribute */
            ifeq 12
        11: .line 231
            iinc 4 /* attributesCount */ 1
        12: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signatureIndex:I
            ifeq 14
        13: .line 234
            iinc 4 /* attributesCount */ 1
        14: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 16
        15: .line 237
            iinc 4 /* attributesCount */ 1
        16: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 18
        17: .line 240
            iinc 4 /* attributesCount */ 1
        18: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 20
        19: .line 243
            iinc 4 /* attributesCount */ 1
        20: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 22
        21: .line 246
            iinc 4 /* attributesCount */ 1
        22: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 24
        23: .line 249
            iinc 4 /* attributesCount */ 1
        24: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 26
        25: .line 252
            iload 4 /* attributesCount */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 4 /* attributesCount */
        26: .line 254
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* attributesCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        27: .line 257
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.constantValueIndex:I
            ifeq 32
        28: .line 258
            aload 1 /* output */
        29: .line 259
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "ConstantValue"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        30: .line 260
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        31: .line 261
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.constantValueIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        32: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.signatureIndex:I
            aload 1 /* output */
            invokestatic org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;IILorg/objectweb/asm/ByteVector;)V
        33: .line 265
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        34: .line 266
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        35: .line 267
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        36: .line 268
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        37: .line 269
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        38: .line 270
            aload 1 /* output */
        39: .line 264
            invokestatic org.objectweb.asm.AnnotationWriter.putAnnotations:(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
        40: .line 271
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 42
        41: .line 272
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* output */
            invokevirtual org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/ByteVector;)V
        42: .line 274
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int attributesCount
        end local 3 // int mask
        end local 2 // boolean useSyntheticAttribute
        end local 1 // org.objectweb.asm.ByteVector output
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   43     0                   this  Lorg/objectweb/asm/FieldWriter;
            0   43     1                 output  Lorg/objectweb/asm/ByteVector;
            3   43     2  useSyntheticAttribute  Z
            6   43     3                   mask  I
            8   43     4        attributesCount  I
    MethodParameters:
        Name  Flags
      output  final

  final void collectAttributePrototypes(org.objectweb.asm.Attribute$Set);
    descriptor: (Lorg/objectweb/asm/Attribute$Set;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.FieldWriter this
        start local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
         0: .line 282
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield org.objectweb.asm.FieldWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute$Set.addAttributes:(Lorg/objectweb/asm/Attribute;)V
         1: .line 283
            return
        end local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
        end local 0 // org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/objectweb/asm/FieldWriter;
            0    2     1  attributePrototypes  Lorg/objectweb/asm/Attribute$Set;
    MethodParameters:
                     Name  Flags
      attributePrototypes  final
}
SourceFile: "FieldWriter.java"
InnerClasses:
  final Set = org.objectweb.asm.Attribute$Set of org.objectweb.asm.Attribute