public class org.objectweb.asm.ClassWriter extends org.objectweb.asm.ClassVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.ClassWriter
  super_class: org.objectweb.asm.ClassVisitor
{
  public static final int COMPUTE_MAXS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int COMPUTE_FRAMES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

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

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

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

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

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

  private int[] interfaces;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

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

  private org.objectweb.asm.ByteVector debugExtension;
    descriptor: Lorg/objectweb/asm/ByteVector;
    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.ModuleWriter moduleWriter;
    descriptor: Lorg/objectweb/asm/ModuleWriter;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int flags
         0: .line 229
            aload 0 /* this */
            aconst_null
            iload 1 /* flags */
            invokespecial org.objectweb.asm.ClassWriter.<init>:(Lorg/objectweb/asm/ClassReader;I)V
         1: .line 230
            return
        end local 1 // int flags
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/ClassWriter;
            0    2     1  flags  I
    MethodParameters:
       Name  Flags
      flags  final

  public void <init>(org.objectweb.asm.ClassReader, int);
    descriptor: (Lorg/objectweb/asm/ClassReader;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // org.objectweb.asm.ClassReader classReader
        start local 2 // int flags
         0: .line 257
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.ClassVisitor.<init>:(I)V
         1: .line 258
            aload 0 /* this */
            aload 1 /* classReader */
            ifnonnull 2
            new org.objectweb.asm.SymbolTable
            dup
            aload 0 /* this */
            invokespecial org.objectweb.asm.SymbolTable.<init>:(Lorg/objectweb/asm/ClassWriter;)V
            goto 3
      StackMap locals: org.objectweb.asm.ClassWriter org.objectweb.asm.ClassReader int
      StackMap stack: org.objectweb.asm.ClassWriter
         2: new org.objectweb.asm.SymbolTable
            dup
            aload 0 /* this */
            aload 1 /* classReader */
            invokespecial org.objectweb.asm.SymbolTable.<init>:(Lorg/objectweb/asm/ClassWriter;Lorg/objectweb/asm/ClassReader;)V
      StackMap locals: org.objectweb.asm.ClassWriter org.objectweb.asm.ClassReader int
      StackMap stack: org.objectweb.asm.ClassWriter org.objectweb.asm.SymbolTable
         3: putfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         4: .line 259
            iload 2 /* flags */
            iconst_2
            iand
            ifeq 7
         5: .line 260
            aload 0 /* this */
            iconst_4
            putfield org.objectweb.asm.ClassWriter.compute:I
         6: .line 261
            goto 11
      StackMap locals:
      StackMap stack:
         7: iload 2 /* flags */
            iconst_1
            iand
            ifeq 10
         8: .line 262
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.ClassWriter.compute:I
         9: .line 263
            goto 11
        10: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.ClassWriter.compute:I
        11: .line 266
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int flags
        end local 1 // org.objectweb.asm.ClassReader classReader
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/objectweb/asm/ClassWriter;
            0   12     1  classReader  Lorg/objectweb/asm/ClassReader;
            0   12     2        flags  I
    MethodParameters:
             Name  Flags
      classReader  final
      flags        final

  public final void visit(int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int version
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String superName
        start local 6 // java.lang.String[] interfaces
         0: .line 280
            aload 0 /* this */
            iload 1 /* version */
            putfield org.objectweb.asm.ClassWriter.version:I
         1: .line 281
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.ClassWriter.accessFlags:I
         2: .line 282
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* version */
            ldc 65535
            iand
            aload 3 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.setMajorVersionAndClassName:(ILjava/lang/String;)I
            putfield org.objectweb.asm.ClassWriter.thisClass:I
         3: .line 283
            aload 4 /* signature */
            ifnull 5
         4: .line 284
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 4 /* signature */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.ClassWriter.signatureIndex:I
         5: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* superName */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: org.objectweb.asm.ClassWriter
         6: aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 5 /* superName */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
      StackMap locals: org.objectweb.asm.ClassWriter int int java.lang.String java.lang.String java.lang.String java.lang.String[]
      StackMap stack: org.objectweb.asm.ClassWriter int
         7: putfield org.objectweb.asm.ClassWriter.superClass:I
         8: .line 287
            aload 6 /* interfaces */
            ifnull 16
            aload 6 /* interfaces */
            arraylength
            ifle 16
         9: .line 288
            aload 0 /* this */
            aload 6 /* interfaces */
            arraylength
            putfield org.objectweb.asm.ClassWriter.interfaceCount:I
        10: .line 289
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaceCount:I
            newarray 10
            putfield org.objectweb.asm.ClassWriter.interfaces:[I
        11: .line 290
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 15
        13: .line 291
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaces:[I
            iload 7 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 6 /* interfaces */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            iastore
        14: .line 290
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaceCount:I
            if_icmplt 13
        end local 7 // int i
        16: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.compute:I
            iconst_1
            if_icmpne 18
            iload 1 /* version */
            ldc 65535
            iand
            bipush 51
            if_icmplt 18
        17: .line 295
            aload 0 /* this */
            iconst_2
            putfield org.objectweb.asm.ClassWriter.compute:I
        18: .line 297
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.String[] interfaces
        end local 5 // java.lang.String superName
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // int version
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lorg/objectweb/asm/ClassWriter;
            0   19     1     version  I
            0   19     2      access  I
            0   19     3        name  Ljava/lang/String;
            0   19     4   signature  Ljava/lang/String;
            0   19     5   superName  Ljava/lang/String;
            0   19     6  interfaces  [Ljava/lang/String;
           12   16     7           i  I
    MethodParameters:
            Name  Flags
      version     final
      access      final
      name        final
      signature   final
      superName   final
      interfaces  final

  public final void visitSource(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String file
        start local 2 // java.lang.String debug
         0: .line 301
            aload 1 /* file */
            ifnull 2
         1: .line 302
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* file */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.ClassWriter.sourceFileIndex:I
         2: .line 304
      StackMap locals:
      StackMap stack:
            aload 2 /* debug */
            ifnull 4
         3: .line 305
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            aload 2 /* debug */
            iconst_0
            ldc 2147483647
            invokevirtual org.objectweb.asm.ByteVector.encodeUtf8:(Ljava/lang/String;II)Lorg/objectweb/asm/ByteVector;
            putfield org.objectweb.asm.ClassWriter.debugExtension:Lorg/objectweb/asm/ByteVector;
         4: .line 307
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String debug
        end local 1 // java.lang.String file
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/objectweb/asm/ClassWriter;
            0    5     1   file  Ljava/lang/String;
            0    5     2  debug  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      file   final
      debug  final

  public final org.objectweb.asm.ModuleVisitor visitModule(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)Lorg/objectweb/asm/ModuleVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // int access
        start local 3 // java.lang.String version
         0: .line 312
            aload 0 /* this */
         1: .line 313
            new org.objectweb.asm.ModuleWriter
            dup
         2: .line 314
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         3: .line 315
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
         4: .line 316
            iload 2 /* access */
         5: .line 317
            aload 3 /* version */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String int java.lang.String
      StackMap stack: org.objectweb.asm.ClassWriter new 1 new 1 org.objectweb.asm.SymbolTable int int
         6: aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* version */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
         7: .line 313
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String int java.lang.String
      StackMap stack: org.objectweb.asm.ClassWriter new 1 new 1 org.objectweb.asm.SymbolTable int int int
            invokespecial org.objectweb.asm.ModuleWriter.<init>:(Lorg/objectweb/asm/SymbolTable;III)V
         8: .line 312
            dup_x1
            putfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
            areturn
        end local 3 // java.lang.String version
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/objectweb/asm/ClassWriter;
            0    9     1     name  Ljava/lang/String;
            0    9     2   access  I
            0    9     3  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      name     final
      access   final
      version  final

  public final void visitNestHost(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String nestHost
         0: .line 322
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* nestHost */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            putfield org.objectweb.asm.ClassWriter.nestHostClassIndex:I
         1: .line 323
            return
        end local 1 // java.lang.String nestHost
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/objectweb/asm/ClassWriter;
            0    2     1  nestHost  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      nestHost  final

  public final void visitOuterClass(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String owner
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
         0: .line 328
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* owner */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            putfield org.objectweb.asm.ClassWriter.enclosingClassIndex:I
         1: .line 329
            aload 2 /* name */
            ifnull 3
            aload 3 /* descriptor */
            ifnull 3
         2: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* name */
            aload 3 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantNameAndType:(Ljava/lang/String;Ljava/lang/String;)I
            putfield org.objectweb.asm.ClassWriter.enclosingMethodIndex:I
         3: .line 332
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/objectweb/asm/ClassWriter;
            0    4     1       owner  Ljava/lang/String;
            0    4     2        name  Ljava/lang/String;
            0    4     3  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      owner       final
      name        final
      descriptor  final

  public final org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 336
            iload 2 /* visible */
            ifeq 4
         1: .line 337
            aload 0 /* this */
         2: .line 338
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.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 337
            dup_x1
            putfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         4: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 341
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.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 340
            dup_x1
            putfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/objectweb/asm/ClassWriter;
            0    7     1  descriptor  Ljava/lang/String;
            0    7     2     visible  Z
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter 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 348
            iload 4 /* visible */
            ifeq 5
         1: .line 349
            aload 0 /* this */
         2: .line 351
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         3: .line 350
            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 349
            dup_x1
            putfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 355
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 354
            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 353
            dup_x1
            putfield org.objectweb.asm.ClassWriter.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.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/ClassWriter;
            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 final void visitAttribute(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 362
            aload 1 /* attribute */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
         1: .line 363
            aload 0 /* this */
            aload 1 /* attribute */
            putfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
         2: .line 364
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/ClassWriter;
            0    3     1  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public final void visitNestMember(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String nestMember
         0: .line 368
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 369
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
         2: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
         3: .line 372
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* nestMember */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 373
            return
        end local 1 // java.lang.String nestMember
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/ClassWriter;
            0    5     1  nestMember  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      nestMember  final

  public final void visitPermittedSubtypeExperimental(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String permittedSubtype
         0: .line 377
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 378
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
         2: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ClassWriter.numberOfPermittedSubtypeClasses:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ClassWriter.numberOfPermittedSubtypeClasses:I
         3: .line 381
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* permittedSubtype */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 382
            return
        end local 1 // java.lang.String permittedSubtype
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/objectweb/asm/ClassWriter;
            0    5     1  permittedSubtype  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      permittedSubtype  final

  public final void visitInnerClass(java.lang.String, java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String outerName
        start local 3 // java.lang.String innerName
        start local 4 // int access
         0: .line 387
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 388
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
         2: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            astore 5 /* nameSymbol */
        start local 5 // org.objectweb.asm.Symbol nameSymbol
         3: .line 397
            aload 5 /* nameSymbol */
            getfield org.objectweb.asm.Symbol.info:I
            ifne 14
         4: .line 398
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
         5: .line 399
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            aload 5 /* nameSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 400
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            aload 2 /* outerName */
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.String int org.objectweb.asm.Symbol
      StackMap stack: org.objectweb.asm.ByteVector
         7: aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* outerName */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.String int org.objectweb.asm.Symbol
      StackMap stack: org.objectweb.asm.ByteVector int
         8: invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         9: .line 401
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            aload 3 /* innerName */
            ifnonnull 10
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
        10: aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* innerName */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.String int org.objectweb.asm.Symbol
      StackMap stack: org.objectweb.asm.ByteVector int
        11: invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 402
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            iload 4 /* access */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        13: .line 403
            aload 5 /* nameSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
            putfield org.objectweb.asm.Symbol.info:I
        14: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.objectweb.asm.Symbol nameSymbol
        end local 4 // int access
        end local 3 // java.lang.String innerName
        end local 2 // java.lang.String outerName
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lorg/objectweb/asm/ClassWriter;
            0   15     1        name  Ljava/lang/String;
            0   15     2   outerName  Ljava/lang/String;
            0   15     3   innerName  Ljava/lang/String;
            0   15     4      access  I
            3   15     5  nameSymbol  Lorg/objectweb/asm/Symbol;
    MethodParameters:
           Name  Flags
      name       final
      outerName  final
      innerName  final
      access     final

  public final org.objectweb.asm.RecordComponentVisitor visitRecordComponentExperimental(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/RecordComponentVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
         0: .line 413
            new org.objectweb.asm.RecordComponentWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            invokespecial org.objectweb.asm.RecordComponentWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 412
            astore 5 /* recordComponentWriter */
        start local 5 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
         2: .line 414
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            ifnonnull 5
         3: .line 415
            aload 0 /* this */
            aload 5 /* recordComponentWriter */
            putfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
         4: .line 416
            goto 6
         5: .line 417
      StackMap locals: org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            aload 5 /* recordComponentWriter */
            putfield org.objectweb.asm.RecordComponentWriter.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
         6: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* recordComponentWriter */
            dup_x1
            putfield org.objectweb.asm.ClassWriter.lastRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            areturn
        end local 5 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lorg/objectweb/asm/ClassWriter;
            0    7     1                 access  I
            0    7     2                   name  Ljava/lang/String;
            0    7     3             descriptor  Ljava/lang/String;
            0    7     4              signature  Ljava/lang/String;
            2    7     5  recordComponentWriter  Lorg/objectweb/asm/RecordComponentWriter;
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final

  public final org.objectweb.asm.FieldVisitor visitField(int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/objectweb/asm/FieldVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.Object value
         0: .line 430
            new org.objectweb.asm.FieldWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            aload 5 /* value */
            invokespecial org.objectweb.asm.FieldWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 429
            astore 6 /* fieldWriter */
        start local 6 // org.objectweb.asm.FieldWriter fieldWriter
         2: .line 431
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
            ifnonnull 5
         3: .line 432
            aload 0 /* this */
            aload 6 /* fieldWriter */
            putfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
         4: .line 433
            goto 6
         5: .line 434
      StackMap locals: org.objectweb.asm.FieldWriter
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
            aload 6 /* fieldWriter */
            putfield org.objectweb.asm.FieldWriter.fv:Lorg/objectweb/asm/FieldVisitor;
         6: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* fieldWriter */
            dup_x1
            putfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
            areturn
        end local 6 // org.objectweb.asm.FieldWriter fieldWriter
        end local 5 // java.lang.Object value
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/objectweb/asm/ClassWriter;
            0    7     1       access  I
            0    7     2         name  Ljava/lang/String;
            0    7     3   descriptor  Ljava/lang/String;
            0    7     4    signature  Ljava/lang/String;
            0    7     5        value  Ljava/lang/Object;
            2    7     6  fieldWriter  Lorg/objectweb/asm/FieldWriter;
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final
      value       final

  public final org.objectweb.asm.MethodVisitor visitMethod(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=7, args_size=6
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String[] exceptions
         0: .line 447
            new org.objectweb.asm.MethodWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            aload 5 /* exceptions */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.compute:I
            invokespecial org.objectweb.asm.MethodWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)V
         1: .line 446
            astore 6 /* methodWriter */
        start local 6 // org.objectweb.asm.MethodWriter methodWriter
         2: .line 448
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
            ifnonnull 5
         3: .line 449
            aload 0 /* this */
            aload 6 /* methodWriter */
            putfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
         4: .line 450
            goto 6
         5: .line 451
      StackMap locals: org.objectweb.asm.MethodWriter
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
            aload 6 /* methodWriter */
            putfield org.objectweb.asm.MethodWriter.mv:Lorg/objectweb/asm/MethodVisitor;
         6: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* methodWriter */
            dup_x1
            putfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
            areturn
        end local 6 // org.objectweb.asm.MethodWriter methodWriter
        end local 5 // java.lang.String[] exceptions
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/objectweb/asm/ClassWriter;
            0    7     1        access  I
            0    7     2          name  Ljava/lang/String;
            0    7     3    descriptor  Ljava/lang/String;
            0    7     4     signature  Ljava/lang/String;
            0    7     5    exceptions  [Ljava/lang/String;
            2    7     6  methodWriter  Lorg/objectweb/asm/MethodWriter;
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final
      exceptions  final

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

  public byte[] toByteArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=15, args_size=1
        start local 0 // org.objectweb.asm.ClassWriter this
         0: .line 477
            bipush 24
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaceCount:I
            imul
            iadd
            istore 1 /* size */
        start local 1 // int size
         1: .line 478
            iconst_0
            istore 2 /* fieldsCount */
        start local 2 // int fieldsCount
         2: .line 479
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
            astore 3 /* fieldWriter */
        start local 3 // org.objectweb.asm.FieldWriter fieldWriter
         3: .line 480
            goto 7
         4: .line 481
      StackMap locals: int int org.objectweb.asm.FieldWriter
      StackMap stack:
            iinc 2 /* fieldsCount */ 1
         5: .line 482
            iload 1 /* size */
            aload 3 /* fieldWriter */
            invokevirtual org.objectweb.asm.FieldWriter.computeFieldInfoSize:()I
            iadd
            istore 1 /* size */
         6: .line 483
            aload 3 /* fieldWriter */
            getfield org.objectweb.asm.FieldWriter.fv:Lorg/objectweb/asm/FieldVisitor;
            checkcast org.objectweb.asm.FieldWriter
            astore 3 /* fieldWriter */
         7: .line 480
      StackMap locals:
      StackMap stack:
            aload 3 /* fieldWriter */
            ifnonnull 4
         8: .line 485
            iconst_0
            istore 4 /* methodsCount */
        start local 4 // int methodsCount
         9: .line 486
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
            astore 5 /* methodWriter */
        start local 5 // org.objectweb.asm.MethodWriter methodWriter
        10: .line 487
            goto 14
        11: .line 488
      StackMap locals: int org.objectweb.asm.MethodWriter
      StackMap stack:
            iinc 4 /* methodsCount */ 1
        12: .line 489
            iload 1 /* size */
            aload 5 /* methodWriter */
            invokevirtual org.objectweb.asm.MethodWriter.computeMethodInfoSize:()I
            iadd
            istore 1 /* size */
        13: .line 490
            aload 5 /* methodWriter */
            getfield org.objectweb.asm.MethodWriter.mv:Lorg/objectweb/asm/MethodVisitor;
            checkcast org.objectweb.asm.MethodWriter
            astore 5 /* methodWriter */
        14: .line 487
      StackMap locals:
      StackMap stack:
            aload 5 /* methodWriter */
            ifnonnull 11
        15: .line 494
            iconst_0
            istore 6 /* attributesCount */
        start local 6 // int attributesCount
        16: .line 495
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            ifnull 20
        17: .line 496
            iinc 6 /* attributesCount */ 1
        18: .line 497
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        19: .line 498
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "InnerClasses"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        20: .line 500
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.enclosingClassIndex:I
            ifeq 24
        21: .line 501
            iinc 6 /* attributesCount */ 1
        22: .line 502
            iinc 1 /* size */ 10
        23: .line 503
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "EnclosingMethod"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        24: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 28
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 28
        25: .line 506
            iinc 6 /* attributesCount */ 1
        26: .line 507
            iinc 1 /* size */ 6
        27: .line 508
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        28: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.signatureIndex:I
            ifeq 32
        29: .line 511
            iinc 6 /* attributesCount */ 1
        30: .line 512
            iinc 1 /* size */ 8
        31: .line 513
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Signature"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        32: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.sourceFileIndex:I
            ifeq 36
        33: .line 516
            iinc 6 /* attributesCount */ 1
        34: .line 517
            iinc 1 /* size */ 8
        35: .line 518
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "SourceFile"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        36: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.debugExtension:Lorg/objectweb/asm/ByteVector;
            ifnull 40
        37: .line 521
            iinc 6 /* attributesCount */ 1
        38: .line 522
            iload 1 /* size */
            bipush 6
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.debugExtension:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        39: .line 523
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "SourceDebugExtension"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        40: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 44
        41: .line 526
            iinc 6 /* attributesCount */ 1
        42: .line 527
            iinc 1 /* size */ 6
        43: .line 528
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        44: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 50
        45: .line 531
            iinc 6 /* attributesCount */ 1
        46: .line 532
            iload 1 /* size */
        47: .line 533
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        48: .line 534
            ldc "RuntimeVisibleAnnotations"
        49: .line 533
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        50: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 56
        51: .line 537
            iinc 6 /* attributesCount */ 1
        52: .line 538
            iload 1 /* size */
        53: .line 539
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        54: .line 540
            ldc "RuntimeInvisibleAnnotations"
        55: .line 539
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        56: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 62
        57: .line 543
            iinc 6 /* attributesCount */ 1
        58: .line 544
            iload 1 /* size */
        59: .line 545
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        60: .line 546
            ldc "RuntimeVisibleTypeAnnotations"
        61: .line 545
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        62: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 68
        63: .line 549
            iinc 6 /* attributesCount */ 1
        64: .line 550
            iload 1 /* size */
        65: .line 551
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        66: .line 552
            ldc "RuntimeInvisibleTypeAnnotations"
        67: .line 551
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        68: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.computeBootstrapMethodsSize:()I
            ifle 71
        69: .line 555
            iinc 6 /* attributesCount */ 1
        70: .line 556
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.computeBootstrapMethodsSize:()I
            iadd
            istore 1 /* size */
        71: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
            ifnull 74
        72: .line 559
            iload 6 /* attributesCount */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
            invokevirtual org.objectweb.asm.ModuleWriter.getAttributeCount:()I
            iadd
            istore 6 /* attributesCount */
        73: .line 560
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
            invokevirtual org.objectweb.asm.ModuleWriter.computeAttributesSize:()I
            iadd
            istore 1 /* size */
        74: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestHostClassIndex:I
            ifeq 78
        75: .line 563
            iinc 6 /* attributesCount */ 1
        76: .line 564
            iinc 1 /* size */ 8
        77: .line 565
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "NestHost"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        78: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            ifnull 82
        79: .line 568
            iinc 6 /* attributesCount */ 1
        80: .line 569
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        81: .line 570
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "NestMembers"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        82: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            ifnull 86
        83: .line 573
            iinc 6 /* attributesCount */ 1
        84: .line 574
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        85: .line 575
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "PermittedSubtypes"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        86: .line 577
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* recordComponentCount */
        start local 7 // int recordComponentCount
        87: .line 578
            iconst_0
            istore 8 /* recordSize */
        start local 8 // int recordSize
        88: .line 579
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            ifnull 98
        89: .line 580
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            astore 9 /* recordComponentWriter */
        start local 9 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
        90: .line 581
            goto 94
        91: .line 582
      StackMap locals: int int org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            iinc 7 /* recordComponentCount */ 1
        92: .line 583
            iload 8 /* recordSize */
            aload 9 /* recordComponentWriter */
            invokevirtual org.objectweb.asm.RecordComponentWriter.computeRecordComponentInfoSize:()I
            iadd
            istore 8 /* recordSize */
        93: .line 584
            aload 9 /* recordComponentWriter */
            getfield org.objectweb.asm.RecordComponentWriter.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            checkcast org.objectweb.asm.RecordComponentWriter
            astore 9 /* recordComponentWriter */
        94: .line 581
      StackMap locals:
      StackMap stack:
            aload 9 /* recordComponentWriter */
            ifnonnull 91
        95: .line 586
            iinc 6 /* attributesCount */ 1
        96: .line 587
            iload 1 /* size */
            bipush 8
            iload 8 /* recordSize */
            iadd
            iadd
            istore 1 /* size */
        97: .line 588
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Record"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        end local 9 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
        98: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 101
        99: .line 591
            iload 6 /* attributesCount */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 6 /* attributesCount */
       100: .line 592
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
       101: .line 596
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getConstantPoolLength:()I
            iadd
            istore 1 /* size */
       102: .line 597
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getConstantPoolCount:()I
            istore 9 /* constantPoolCount */
        start local 9 // int constantPoolCount
       103: .line 598
            iload 9 /* constantPoolCount */
            ldc 65535
            if_icmple 105
       104: .line 599
            new org.objectweb.asm.ClassTooLargeException
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getClassName:()Ljava/lang/String;
            iload 9 /* constantPoolCount */
            invokespecial org.objectweb.asm.ClassTooLargeException.<init>:(Ljava/lang/String;I)V
            athrow
       105: .line 604
      StackMap locals: int
      StackMap stack:
            new org.objectweb.asm.ByteVector
            dup
            iload 1 /* size */
            invokespecial org.objectweb.asm.ByteVector.<init>:(I)V
            astore 10 /* result */
        start local 10 // org.objectweb.asm.ByteVector result
       106: .line 605
            aload 10 /* result */
            ldc -889275714
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.version:I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       107: .line 606
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 10 /* result */
            invokevirtual org.objectweb.asm.SymbolTable.putConstantPool:(Lorg/objectweb/asm/ByteVector;)V
       108: .line 607
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 109
            sipush 4096
            goto 110
      StackMap locals: org.objectweb.asm.ByteVector
      StackMap stack:
       109: iconst_0
      StackMap locals:
      StackMap stack: int
       110: istore 11 /* mask */
        start local 11 // int mask
       111: .line 608
            aload 10 /* result */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.accessFlags:I
            iload 11 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.thisClass:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.superClass:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       112: .line 609
            aload 10 /* result */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaceCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       113: .line 610
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       114: goto 117
       115: .line 611
      StackMap locals: int int
      StackMap stack:
            aload 10 /* result */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaces:[I
            iload 12 /* i */
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       116: .line 610
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       117: iload 12 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.interfaceCount:I
            if_icmplt 115
        end local 12 // int i
       118: .line 613
            aload 10 /* result */
            iload 2 /* fieldsCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       119: .line 614
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
            astore 3 /* fieldWriter */
       120: .line 615
            goto 123
       121: .line 616
      StackMap locals:
      StackMap stack:
            aload 3 /* fieldWriter */
            aload 10 /* result */
            invokevirtual org.objectweb.asm.FieldWriter.putFieldInfo:(Lorg/objectweb/asm/ByteVector;)V
       122: .line 617
            aload 3 /* fieldWriter */
            getfield org.objectweb.asm.FieldWriter.fv:Lorg/objectweb/asm/FieldVisitor;
            checkcast org.objectweb.asm.FieldWriter
            astore 3 /* fieldWriter */
       123: .line 615
      StackMap locals:
      StackMap stack:
            aload 3 /* fieldWriter */
            ifnonnull 121
       124: .line 619
            aload 10 /* result */
            iload 4 /* methodsCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       125: .line 620
            iconst_0
            istore 12 /* hasFrames */
        start local 12 // boolean hasFrames
       126: .line 621
            iconst_0
            istore 13 /* hasAsmInstructions */
        start local 13 // boolean hasAsmInstructions
       127: .line 622
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
            astore 5 /* methodWriter */
       128: .line 623
            goto 133
       129: .line 624
      StackMap locals: int int
      StackMap stack:
            iload 12 /* hasFrames */
            aload 5 /* methodWriter */
            invokevirtual org.objectweb.asm.MethodWriter.hasFrames:()Z
            ior
            istore 12 /* hasFrames */
       130: .line 625
            iload 13 /* hasAsmInstructions */
            aload 5 /* methodWriter */
            invokevirtual org.objectweb.asm.MethodWriter.hasAsmInstructions:()Z
            ior
            istore 13 /* hasAsmInstructions */
       131: .line 626
            aload 5 /* methodWriter */
            aload 10 /* result */
            invokevirtual org.objectweb.asm.MethodWriter.putMethodInfo:(Lorg/objectweb/asm/ByteVector;)V
       132: .line 627
            aload 5 /* methodWriter */
            getfield org.objectweb.asm.MethodWriter.mv:Lorg/objectweb/asm/MethodVisitor;
            checkcast org.objectweb.asm.MethodWriter
            astore 5 /* methodWriter */
       133: .line 623
      StackMap locals:
      StackMap stack:
            aload 5 /* methodWriter */
            ifnonnull 129
       134: .line 630
            aload 10 /* result */
            iload 6 /* attributesCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       135: .line 631
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            ifnull 141
       136: .line 632
            aload 10 /* result */
       137: .line 633
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "InnerClasses"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       138: .line 634
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       139: .line 635
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       140: .line 636
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.innerClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       141: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.enclosingClassIndex:I
            ifeq 147
       142: .line 639
            aload 10 /* result */
       143: .line 640
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "EnclosingMethod"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       144: .line 641
            iconst_4
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       145: .line 642
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.enclosingClassIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       146: .line 643
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.enclosingMethodIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       147: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 149
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 149
       148: .line 646
            aload 10 /* result */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       149: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.signatureIndex:I
            ifeq 154
       150: .line 649
            aload 10 /* result */
       151: .line 650
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Signature"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       152: .line 651
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       153: .line 652
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.signatureIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       154: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.sourceFileIndex:I
            ifeq 159
       155: .line 655
            aload 10 /* result */
       156: .line 656
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "SourceFile"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       157: .line 657
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       158: .line 658
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.sourceFileIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       159: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.debugExtension:Lorg/objectweb/asm/ByteVector;
            ifnull 165
       160: .line 661
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.debugExtension:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            istore 14 /* length */
        start local 14 // int length
       161: .line 662
            aload 10 /* result */
       162: .line 663
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "SourceDebugExtension"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       163: .line 664
            iload 14 /* length */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       164: .line 665
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.debugExtension:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            iload 14 /* length */
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        end local 14 // int length
       165: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 167
       166: .line 668
            aload 10 /* result */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
       167: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
       168: .line 672
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       169: .line 673
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       170: .line 674
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       171: .line 675
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       172: .line 676
            aload 10 /* result */
       173: .line 670
            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
       174: .line 677
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 10 /* result */
            invokevirtual org.objectweb.asm.SymbolTable.putBootstrapMethods:(Lorg/objectweb/asm/ByteVector;)V
       175: .line 678
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
            ifnull 177
       176: .line 679
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
            aload 10 /* result */
            invokevirtual org.objectweb.asm.ModuleWriter.putAttributes:(Lorg/objectweb/asm/ByteVector;)V
       177: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestHostClassIndex:I
            ifeq 182
       178: .line 682
            aload 10 /* result */
       179: .line 683
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "NestHost"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       180: .line 684
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       181: .line 685
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestHostClassIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       182: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            ifnull 188
       183: .line 688
            aload 10 /* result */
       184: .line 689
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "NestMembers"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       185: .line 690
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       186: .line 691
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       187: .line 692
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       188: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            ifnull 194
       189: .line 695
            aload 10 /* result */
       190: .line 696
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "PermittedSubtypes"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       191: .line 697
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       192: .line 698
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.numberOfPermittedSubtypeClasses:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       193: .line 699
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       194: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            ifnull 204
       195: .line 702
            aload 10 /* result */
       196: .line 703
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Record"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       197: .line 704
            iload 8 /* recordSize */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       198: .line 705
            iload 7 /* recordComponentCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       199: .line 706
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            astore 14 /* recordComponentWriter */
        start local 14 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
       200: .line 707
            goto 203
       201: .line 708
      StackMap locals: org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            aload 14 /* recordComponentWriter */
            aload 10 /* result */
            invokevirtual org.objectweb.asm.RecordComponentWriter.putRecordComponentInfo:(Lorg/objectweb/asm/ByteVector;)V
       202: .line 709
            aload 14 /* recordComponentWriter */
            getfield org.objectweb.asm.RecordComponentWriter.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            checkcast org.objectweb.asm.RecordComponentWriter
            astore 14 /* recordComponentWriter */
       203: .line 707
      StackMap locals:
      StackMap stack:
            aload 14 /* recordComponentWriter */
            ifnonnull 201
        end local 14 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
       204: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 206
       205: .line 713
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 10 /* result */
            invokevirtual org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/ByteVector;)V
       206: .line 717
      StackMap locals:
      StackMap stack:
            iload 13 /* hasAsmInstructions */
            ifeq 208
       207: .line 718
            aload 0 /* this */
            aload 10 /* result */
            getfield org.objectweb.asm.ByteVector.data:[B
            iload 12 /* hasFrames */
            invokevirtual org.objectweb.asm.ClassWriter.replaceAsmInstructions:([BZ)[B
            areturn
       208: .line 720
      StackMap locals:
      StackMap stack:
            aload 10 /* result */
            getfield org.objectweb.asm.ByteVector.data:[B
            areturn
        end local 13 // boolean hasAsmInstructions
        end local 12 // boolean hasFrames
        end local 11 // int mask
        end local 10 // org.objectweb.asm.ByteVector result
        end local 9 // int constantPoolCount
        end local 8 // int recordSize
        end local 7 // int recordComponentCount
        end local 6 // int attributesCount
        end local 5 // org.objectweb.asm.MethodWriter methodWriter
        end local 4 // int methodsCount
        end local 3 // org.objectweb.asm.FieldWriter fieldWriter
        end local 2 // int fieldsCount
        end local 1 // int size
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0  209     0                   this  Lorg/objectweb/asm/ClassWriter;
            1  209     1                   size  I
            2  209     2            fieldsCount  I
            3  209     3            fieldWriter  Lorg/objectweb/asm/FieldWriter;
            9  209     4           methodsCount  I
           10  209     5           methodWriter  Lorg/objectweb/asm/MethodWriter;
           16  209     6        attributesCount  I
           87  209     7   recordComponentCount  I
           88  209     8             recordSize  I
           90   98     9  recordComponentWriter  Lorg/objectweb/asm/RecordComponentWriter;
          103  209     9      constantPoolCount  I
          106  209    10                 result  Lorg/objectweb/asm/ByteVector;
          111  209    11                   mask  I
          114  118    12                      i  I
          126  209    12              hasFrames  Z
          127  209    13     hasAsmInstructions  Z
          161  165    14                 length  I
          200  204    14  recordComponentWriter  Lorg/objectweb/asm/RecordComponentWriter;

  private byte[] replaceAsmInstructions(byte[], boolean);
    descriptor: ([BZ)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // byte[] classFile
        start local 2 // boolean hasFrames
         0: .line 735
            aload 0 /* this */
            invokevirtual org.objectweb.asm.ClassWriter.getAttributePrototypes:()[Lorg/objectweb/asm/Attribute;
            astore 3 /* attributes */
        start local 3 // org.objectweb.asm.Attribute[] attributes
         1: .line 736
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
         2: .line 737
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
         3: .line 738
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
         4: .line 739
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastMethod:Lorg/objectweb/asm/MethodWriter;
         5: .line 740
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         6: .line 741
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 742
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 743
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 744
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.moduleWriter:Lorg/objectweb/asm/ModuleWriter;
        10: .line 745
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.ClassWriter.nestHostClassIndex:I
        11: .line 746
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
        12: .line 747
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.nestMemberClasses:Lorg/objectweb/asm/ByteVector;
        13: .line 748
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.ClassWriter.numberOfPermittedSubtypeClasses:I
        14: .line 749
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.permittedSubtypeClasses:Lorg/objectweb/asm/ByteVector;
        15: .line 750
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
        16: .line 751
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.lastRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
        17: .line 752
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
        18: .line 753
            aload 0 /* this */
            iload 2 /* hasFrames */
            ifeq 19
            iconst_3
            goto 20
      StackMap locals: org.objectweb.asm.ClassWriter byte[] int org.objectweb.asm.Attribute[]
      StackMap stack: org.objectweb.asm.ClassWriter
        19: iconst_0
      StackMap locals: org.objectweb.asm.ClassWriter byte[] int org.objectweb.asm.Attribute[]
      StackMap stack: org.objectweb.asm.ClassWriter int
        20: putfield org.objectweb.asm.ClassWriter.compute:I
        21: .line 754
            new org.objectweb.asm.ClassReader
            dup
            aload 1 /* classFile */
            iconst_0
            iconst_0
            invokespecial org.objectweb.asm.ClassReader.<init>:([BIZ)V
        22: .line 756
            aload 0 /* this */
        23: .line 757
            aload 3 /* attributes */
        24: .line 758
            iload 2 /* hasFrames */
            ifeq 25
            bipush 8
            goto 26
      StackMap locals: org.objectweb.asm.ClassWriter byte[] int org.objectweb.asm.Attribute[]
      StackMap stack: org.objectweb.asm.ClassReader org.objectweb.asm.ClassWriter org.objectweb.asm.Attribute[]
        25: iconst_0
      StackMap locals: org.objectweb.asm.ClassWriter byte[] int org.objectweb.asm.Attribute[]
      StackMap stack: org.objectweb.asm.ClassReader org.objectweb.asm.ClassWriter org.objectweb.asm.Attribute[] int
        26: sipush 256
            ior
        27: .line 755
            invokevirtual org.objectweb.asm.ClassReader.accept:(Lorg/objectweb/asm/ClassVisitor;[Lorg/objectweb/asm/Attribute;I)V
        28: .line 759
            aload 0 /* this */
            invokevirtual org.objectweb.asm.ClassWriter.toByteArray:()[B
            areturn
        end local 3 // org.objectweb.asm.Attribute[] attributes
        end local 2 // boolean hasFrames
        end local 1 // byte[] classFile
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0        this  Lorg/objectweb/asm/ClassWriter;
            0   29     1   classFile  [B
            0   29     2   hasFrames  Z
            1   29     3  attributes  [Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      classFile  final
      hasFrames  final

  private org.objectweb.asm.Attribute[] getAttributePrototypes();
    descriptor: ()[Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.objectweb.asm.ClassWriter this
         0: .line 768
            new org.objectweb.asm.Attribute$Set
            dup
            invokespecial org.objectweb.asm.Attribute$Set.<init>:()V
            astore 1 /* attributePrototypes */
        start local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
         1: .line 769
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute$Set.addAttributes:(Lorg/objectweb/asm/Attribute;)V
         2: .line 770
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
            astore 2 /* fieldWriter */
        start local 2 // org.objectweb.asm.FieldWriter fieldWriter
         3: .line 771
            goto 6
         4: .line 772
      StackMap locals: org.objectweb.asm.Attribute$Set org.objectweb.asm.FieldWriter
      StackMap stack:
            aload 2 /* fieldWriter */
            aload 1 /* attributePrototypes */
            invokevirtual org.objectweb.asm.FieldWriter.collectAttributePrototypes:(Lorg/objectweb/asm/Attribute$Set;)V
         5: .line 773
            aload 2 /* fieldWriter */
            getfield org.objectweb.asm.FieldWriter.fv:Lorg/objectweb/asm/FieldVisitor;
            checkcast org.objectweb.asm.FieldWriter
            astore 2 /* fieldWriter */
         6: .line 771
      StackMap locals:
      StackMap stack:
            aload 2 /* fieldWriter */
            ifnonnull 4
         7: .line 775
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstMethod:Lorg/objectweb/asm/MethodWriter;
            astore 3 /* methodWriter */
        start local 3 // org.objectweb.asm.MethodWriter methodWriter
         8: .line 776
            goto 11
         9: .line 777
      StackMap locals: org.objectweb.asm.MethodWriter
      StackMap stack:
            aload 3 /* methodWriter */
            aload 1 /* attributePrototypes */
            invokevirtual org.objectweb.asm.MethodWriter.collectAttributePrototypes:(Lorg/objectweb/asm/Attribute$Set;)V
        10: .line 778
            aload 3 /* methodWriter */
            getfield org.objectweb.asm.MethodWriter.mv:Lorg/objectweb/asm/MethodVisitor;
            checkcast org.objectweb.asm.MethodWriter
            astore 3 /* methodWriter */
        11: .line 776
      StackMap locals:
      StackMap stack:
            aload 3 /* methodWriter */
            ifnonnull 9
        12: .line 780
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.firstRecordComponent:Lorg/objectweb/asm/RecordComponentWriter;
            astore 4 /* recordComponentWriter */
        start local 4 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
        13: .line 781
            goto 16
        14: .line 782
      StackMap locals: org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            aload 4 /* recordComponentWriter */
            aload 1 /* attributePrototypes */
            invokevirtual org.objectweb.asm.RecordComponentWriter.collectAttributePrototypes:(Lorg/objectweb/asm/Attribute$Set;)V
        15: .line 783
            aload 4 /* recordComponentWriter */
            getfield org.objectweb.asm.RecordComponentWriter.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            checkcast org.objectweb.asm.RecordComponentWriter
            astore 4 /* recordComponentWriter */
        16: .line 781
      StackMap locals:
      StackMap stack:
            aload 4 /* recordComponentWriter */
            ifnonnull 14
        17: .line 785
            aload 1 /* attributePrototypes */
            invokevirtual org.objectweb.asm.Attribute$Set.toArray:()[Lorg/objectweb/asm/Attribute;
            areturn
        end local 4 // org.objectweb.asm.RecordComponentWriter recordComponentWriter
        end local 3 // org.objectweb.asm.MethodWriter methodWriter
        end local 2 // org.objectweb.asm.FieldWriter fieldWriter
        end local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   18     0                   this  Lorg/objectweb/asm/ClassWriter;
            1   18     1    attributePrototypes  Lorg/objectweb/asm/Attribute$Set;
            3   18     2            fieldWriter  Lorg/objectweb/asm/FieldWriter;
            8   18     3           methodWriter  Lorg/objectweb/asm/MethodWriter;
           13   18     4  recordComponentWriter  Lorg/objectweb/asm/RecordComponentWriter;

  public int newConst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.Object value
         0: .line 802
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.SymbolTable.addConstant:(Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/ClassWriter;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public int newUTF8(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String value
         0: .line 815
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.String value
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/ClassWriter;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public int newClass(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String value
         0: .line 827
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String value
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/ClassWriter;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public int newMethodType(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String methodDescriptor
         0: .line 839
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* methodDescriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantMethodType:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String methodDescriptor
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/objectweb/asm/ClassWriter;
            0    1     1  methodDescriptor  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      methodDescriptor  final

  public int newModule(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String moduleName
         0: .line 851
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* moduleName */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String moduleName
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassWriter;
            0    1     1  moduleName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      moduleName  final

  public int newPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String packageName
         0: .line 863
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* packageName */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantPackage:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String packageName
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/objectweb/asm/ClassWriter;
            0    1     1  packageName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      packageName  final

  public int newHandle(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int tag
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
         0: .line 885
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 1 /* tag */
            bipush 9
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals: org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String
      StackMap stack: org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String
         1: iconst_0
      StackMap locals: org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String
      StackMap stack: org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String int
         2: invokevirtual org.objectweb.asm.ClassWriter.newHandle:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I
            ireturn
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int tag
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/ClassWriter;
            0    3     1         tag  I
            0    3     2       owner  Ljava/lang/String;
            0    3     3        name  Ljava/lang/String;
            0    3     4  descriptor  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      tag         final
      owner       final
      name        final
      descriptor  final

  public int newHandle(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // int tag
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // boolean isInterface
         0: .line 909
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* tag */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantMethodHandle:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 5 // boolean isInterface
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int tag
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/objectweb/asm/ClassWriter;
            0    1     1          tag  I
            0    1     2        owner  Ljava/lang/String;
            0    1     3         name  Ljava/lang/String;
            0    1     4   descriptor  Ljava/lang/String;
            0    1     5  isInterface  Z
    MethodParameters:
             Name  Flags
      tag          final
      owner        final
      name         final
      descriptor   final
      isInterface  final

  public int newConstantDynamic(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)I
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 928
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         1: .line 929
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
         2: .line 928
            invokevirtual org.objectweb.asm.SymbolTable.addConstantDynamic:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
         3: .line 930
            getfield org.objectweb.asm.Symbol.index:I
         4: .line 928
            ireturn
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lorg/objectweb/asm/ClassWriter;
            0    5     1                      name  Ljava/lang/String;
            0    5     2                descriptor  Ljava/lang/String;
            0    5     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0    5     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public int newInvokeDynamic(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)I
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 949
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         1: .line 950
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
         2: .line 949
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInvokeDynamic:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
         3: .line 951
            getfield org.objectweb.asm.Symbol.index:I
         4: .line 949
            ireturn
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lorg/objectweb/asm/ClassWriter;
            0    5     1                      name  Ljava/lang/String;
            0    5     2                descriptor  Ljava/lang/String;
            0    5     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0    5     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public int newField(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String owner
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
         0: .line 965
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantFieldref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassWriter;
            0    1     1       owner  Ljava/lang/String;
            0    1     2        name  Ljava/lang/String;
            0    1     3  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      owner       final
      name        final
      descriptor  final

  public int newMethod(java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String owner
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // boolean isInterface
         0: .line 981
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* descriptor */
            iload 4 /* isInterface */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            ireturn
        end local 4 // boolean isInterface
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/objectweb/asm/ClassWriter;
            0    1     1        owner  Ljava/lang/String;
            0    1     2         name  Ljava/lang/String;
            0    1     3   descriptor  Ljava/lang/String;
            0    1     4  isInterface  Z
    MethodParameters:
             Name  Flags
      owner        final
      name         final
      descriptor   final
      isInterface  final

  public int newNameType(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
         0: .line 994
            aload 0 /* this */
            getfield org.objectweb.asm.ClassWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            aload 2 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantNameAndType:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassWriter;
            0    1     1        name  Ljava/lang/String;
            0    1     2  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final

  protected java.lang.String getCommonSuperClass(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String type1
        start local 2 // java.lang.String type2
         0: .line 1014
            aload 0 /* this */
            invokevirtual org.objectweb.asm.ClassWriter.getClassLoader:()Ljava/lang/ClassLoader;
            astore 3 /* classLoader */
        start local 3 // java.lang.ClassLoader classLoader
         1: .line 1017
            aload 1 /* type1 */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            iconst_0
            aload 3 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 4 /* class1 */
        start local 4 // java.lang.Class class1
         2: .line 1018
            goto 5
        end local 4 // java.lang.Class class1
      StackMap locals: org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.ClassLoader
      StackMap stack: java.lang.ClassNotFoundException
         3: astore 5 /* e */
        start local 5 // java.lang.ClassNotFoundException e
         4: .line 1019
            new java.lang.TypeNotPresentException
            dup
            aload 1 /* type1 */
            aload 5 /* e */
            invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.ClassNotFoundException e
        start local 4 // java.lang.Class class1
         5: .line 1023
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* type2 */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            iconst_0
            aload 3 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 5 /* class2 */
        start local 5 // java.lang.Class class2
         6: .line 1024
            goto 9
        end local 5 // java.lang.Class class2
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
         7: astore 6 /* e */
        start local 6 // java.lang.ClassNotFoundException e
         8: .line 1025
            new java.lang.TypeNotPresentException
            dup
            aload 2 /* type2 */
            aload 6 /* e */
            invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.ClassNotFoundException e
        start local 5 // java.lang.Class class2
         9: .line 1027
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 4 /* class1 */
            aload 5 /* class2 */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 11
        10: .line 1028
            aload 1 /* type1 */
            areturn
        11: .line 1030
      StackMap locals:
      StackMap stack:
            aload 5 /* class2 */
            aload 4 /* class1 */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 13
        12: .line 1031
            aload 2 /* type2 */
            areturn
        13: .line 1033
      StackMap locals:
      StackMap stack:
            aload 4 /* class1 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifne 14
            aload 5 /* class2 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 15
        14: .line 1034
      StackMap locals:
      StackMap stack:
            ldc "java/lang/Object"
            areturn
        15: .line 1037
      StackMap locals:
      StackMap stack:
            aload 4 /* class1 */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 4 /* class1 */
        16: .line 1038
            aload 4 /* class1 */
            aload 5 /* class2 */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 15
        17: .line 1039
            aload 4 /* class1 */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            areturn
        end local 5 // java.lang.Class class2
        end local 4 // java.lang.Class class1
        end local 3 // java.lang.ClassLoader classLoader
        end local 2 // java.lang.String type2
        end local 1 // java.lang.String type1
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/objectweb/asm/ClassWriter;
            0   18     1        type1  Ljava/lang/String;
            0   18     2        type2  Ljava/lang/String;
            1   18     3  classLoader  Ljava/lang/ClassLoader;
            2    3     4       class1  Ljava/lang/Class<*>;
            5   18     4       class1  Ljava/lang/Class<*>;
            4    5     5            e  Ljava/lang/ClassNotFoundException;
            6    7     5       class2  Ljava/lang/Class<*>;
            9   18     5       class2  Ljava/lang/Class<*>;
            8    9     6            e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.ClassNotFoundException
           5     6       7  Class java.lang.ClassNotFoundException
    MethodParameters:
       Name  Flags
      type1  final
      type2  final

  protected java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ClassWriter this
         0: .line 1051
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/ClassWriter;
}
SourceFile: "ClassWriter.java"
InnerClasses:
  final Set = org.objectweb.asm.Attribute$Set of org.objectweb.asm.Attribute