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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  void <init>(org.objectweb.asm.SymbolTable, int, int, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;III)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int name
        start local 3 // int access
        start local 4 // int version
         0: .line 97
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.ModuleVisitor.<init>:(I)V
         1: .line 98
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         2: .line 99
            aload 0 /* this */
            iload 2 /* name */
            putfield org.objectweb.asm.ModuleWriter.moduleNameIndex:I
         3: .line 100
            aload 0 /* this */
            iload 3 /* access */
            putfield org.objectweb.asm.ModuleWriter.moduleFlags:I
         4: .line 101
            aload 0 /* this */
            iload 4 /* version */
            putfield org.objectweb.asm.ModuleWriter.moduleVersionIndex:I
         5: .line 102
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ModuleWriter.requires:Lorg/objectweb/asm/ByteVector;
         6: .line 103
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
         7: .line 104
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
         8: .line 105
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ModuleWriter.usesIndex:Lorg/objectweb/asm/ByteVector;
         9: .line 106
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
        10: .line 107
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.ModuleWriter.packageIndex:Lorg/objectweb/asm/ByteVector;
        11: .line 108
            return
        end local 4 // int version
        end local 3 // int access
        end local 2 // int name
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/objectweb/asm/ModuleWriter;
            0   12     1  symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   12     2         name  I
            0   12     3       access  I
            0   12     4      version  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      name         final
      access       final
      version      final

  public void visitMainClass(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String mainClass
         0: .line 112
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* mainClass */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            putfield org.objectweb.asm.ModuleWriter.mainClassIndex:I
         1: .line 113
            return
        end local 1 // java.lang.String mainClass
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/ModuleWriter;
            0    2     1  mainClass  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      mainClass  final

  public void visitPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String packaze
         0: .line 117
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageIndex:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* packaze */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantPackage:(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
         1: .line 118
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ModuleWriter.packageCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ModuleWriter.packageCount:I
         2: .line 119
            return
        end local 1 // java.lang.String packaze
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/ModuleWriter;
            0    3     1  packaze  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  final

  public void visitRequire(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String module
        start local 2 // int access
        start local 3 // java.lang.String version
         0: .line 123
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.requires:Lorg/objectweb/asm/ByteVector;
         1: .line 124
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* module */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantModule:(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;
         2: .line 125
            iload 2 /* access */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         3: .line 126
            aload 3 /* version */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
         4: aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* version */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
      StackMap locals: org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String
      StackMap stack: org.objectweb.asm.ByteVector int
         5: invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 127
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ModuleWriter.requiresCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ModuleWriter.requiresCount:I
         7: .line 128
            return
        end local 3 // java.lang.String version
        end local 2 // int access
        end local 1 // java.lang.String module
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/objectweb/asm/ModuleWriter;
            0    8     1   module  Ljava/lang/String;
            0    8     2   access  I
            0    8     3  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      module   final
      access   final
      version  final

  public void visitExport(java.lang.String, int, java.lang.String[]);
    descriptor: (Ljava/lang/String;I[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String packaze
        start local 2 // int access
        start local 3 // java.lang.String[] modules
         0: .line 132
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* packaze */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantPackage:(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;
            iload 2 /* access */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         1: .line 133
            aload 3 /* modules */
            ifnonnull 4
         2: .line 134
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 135
            goto 10
         4: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            aload 3 /* modules */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 137
            aload 3 /* modules */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 9
      StackMap locals: org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* module */
        start local 4 // java.lang.String module
         7: .line 138
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 4 /* module */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantModule:(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
        end local 4 // java.lang.String module
         8: .line 137
            iinc 5 1
      StackMap locals:
      StackMap stack:
         9: iload 5
            iload 6
            if_icmplt 6
        10: .line 141
      StackMap locals: org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ModuleWriter.exportsCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ModuleWriter.exportsCount:I
        11: .line 142
            return
        end local 3 // java.lang.String[] modules
        end local 2 // int access
        end local 1 // java.lang.String packaze
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/objectweb/asm/ModuleWriter;
            0   12     1  packaze  Ljava/lang/String;
            0   12     2   access  I
            0   12     3  modules  [Ljava/lang/String;
            7    8     4   module  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  final
      access   final
      modules  final

  public void visitOpen(java.lang.String, int, java.lang.String[]);
    descriptor: (Ljava/lang/String;I[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String packaze
        start local 2 // int access
        start local 3 // java.lang.String[] modules
         0: .line 146
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* packaze */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantPackage:(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;
            iload 2 /* access */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         1: .line 147
            aload 3 /* modules */
            ifnonnull 4
         2: .line 148
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 149
            goto 10
         4: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            aload 3 /* modules */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 151
            aload 3 /* modules */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 9
      StackMap locals: org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* module */
        start local 4 // java.lang.String module
         7: .line 152
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 4 /* module */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantModule:(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
        end local 4 // java.lang.String module
         8: .line 151
            iinc 5 1
      StackMap locals:
      StackMap stack:
         9: iload 5
            iload 6
            if_icmplt 6
        10: .line 155
      StackMap locals: org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ModuleWriter.opensCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ModuleWriter.opensCount:I
        11: .line 156
            return
        end local 3 // java.lang.String[] modules
        end local 2 // int access
        end local 1 // java.lang.String packaze
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/objectweb/asm/ModuleWriter;
            0   12     1  packaze  Ljava/lang/String;
            0   12     2   access  I
            0   12     3  modules  [Ljava/lang/String;
            7    8     4   module  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  final
      access   final
      modules  final

  public void visitUse(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String service
         0: .line 160
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.usesIndex:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* service */
            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
         1: .line 161
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ModuleWriter.usesCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ModuleWriter.usesCount:I
         2: .line 162
            return
        end local 1 // java.lang.String service
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/ModuleWriter;
            0    3     1  service  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      service  final

  public void visitProvide(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String service
        start local 2 // java.lang.String[] providers
         0: .line 166
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* service */
            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
         1: .line 167
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            aload 2 /* providers */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 168
            aload 2 /* providers */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: org.objectweb.asm.ModuleWriter java.lang.String java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* provider */
        start local 3 // java.lang.String provider
         4: .line 169
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* provider */
            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
        end local 3 // java.lang.String provider
         5: .line 168
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 171
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.ModuleWriter.providesCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.ModuleWriter.providesCount:I
         8: .line 172
            return
        end local 2 // java.lang.String[] providers
        end local 1 // java.lang.String service
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/objectweb/asm/ModuleWriter;
            0    9     1    service  Ljava/lang/String;
            0    9     2  providers  [Ljava/lang/String;
            4    5     3   provider  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      service    final
      providers  final

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

  int getAttributeCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ModuleWriter this
         0: .line 186
            iconst_1
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageCount:I
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: org.objectweb.asm.ModuleWriter
      StackMap stack: int int
         2: iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.mainClassIndex:I
            ifle 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_0
      StackMap locals: org.objectweb.asm.ModuleWriter
      StackMap stack: int int
         4: iadd
            ireturn
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/ModuleWriter;

  int computeAttributesSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.objectweb.asm.ModuleWriter this
         0: .line 196
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Module"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         1: .line 199
            bipush 22
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.requires:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.usesIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
         2: .line 198
            istore 1 /* size */
        start local 1 // int size
         3: .line 200
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageCount:I
            ifle 6
         4: .line 201
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "ModulePackages"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         5: .line 203
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
         6: .line 205
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.mainClassIndex:I
            ifle 9
         7: .line 206
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "ModuleMainClass"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         8: .line 208
            iinc 1 /* size */ 8
         9: .line 210
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/objectweb/asm/ModuleWriter;
            3   10     1  size  I

  void putAttributes(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.ModuleWriter this
        start local 1 // org.objectweb.asm.ByteVector output
         0: .line 222
            bipush 16
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.requires:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.usesIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
         1: .line 221
            istore 2 /* moduleAttributeLength */
        start local 2 // int moduleAttributeLength
         2: .line 223
            aload 1 /* output */
         3: .line 224
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Module"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         4: .line 225
            iload 2 /* moduleAttributeLength */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
         5: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.moduleNameIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         6: .line 227
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.moduleFlags:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         7: .line 228
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.moduleVersionIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         8: .line 229
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.requiresCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         9: .line 230
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.requires:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.requires:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
        10: .line 231
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exportsCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        11: .line 232
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.exports:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
        12: .line 233
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opensCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        13: .line 234
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.opens:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
        14: .line 235
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.usesCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        15: .line 236
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.usesIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.usesIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
        16: .line 237
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.providesCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        17: .line 238
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.provides:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        18: .line 239
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageCount:I
            ifle 24
        19: .line 240
            aload 1 /* output */
        20: .line 241
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "ModulePackages"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        21: .line 242
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        22: .line 243
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageCount:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        23: .line 244
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.packageIndex:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        24: .line 246
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.mainClassIndex:I
            ifle 29
        25: .line 247
            aload 1 /* output */
        26: .line 248
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "ModuleMainClass"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        27: .line 249
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        28: .line 250
            aload 0 /* this */
            getfield org.objectweb.asm.ModuleWriter.mainClassIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        29: .line 252
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int moduleAttributeLength
        end local 1 // org.objectweb.asm.ByteVector output
        end local 0 // org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   30     0                   this  Lorg/objectweb/asm/ModuleWriter;
            0   30     1                 output  Lorg/objectweb/asm/ByteVector;
            2   30     2  moduleAttributeLength  I
    MethodParameters:
        Name  Flags
      output  final
}
SourceFile: "ModuleWriter.java"