public class jdk.internal.org.objectweb.asm.Attribute$NestMembers extends jdk.internal.org.objectweb.asm.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.Attribute$NestMembers
  super_class: jdk.internal.org.objectweb.asm.Attribute
{
  byte[] bytes;
    descriptor: [B
    flags: (0x0000) 

  java.lang.String[] classes;
    descriptor: [Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.Attribute$NestMembers this
         0: .line 292
            aload 0 /* this */
            ldc "NestMembers"
            invokespecial jdk.internal.org.objectweb.asm.Attribute.<init>:(Ljava/lang/String;)V
         1: .line 293
            return
        end local 0 // jdk.internal.org.objectweb.asm.Attribute$NestMembers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/Attribute$NestMembers;

  protected jdk.internal.org.objectweb.asm.Attribute read(jdk.internal.org.objectweb.asm.ClassReader, int, int, char[], int, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassReader;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=11, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.Attribute$NestMembers this
        start local 1 // jdk.internal.org.objectweb.asm.ClassReader cr
        start local 2 // int off
        start local 3 // int len
        start local 4 // char[] buf
        start local 5 // int codeOff
        start local 6 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 300
            iload 2 /* off */
            istore 7 /* offset */
        start local 7 // int offset
         1: .line 301
            new jdk.internal.org.objectweb.asm.Attribute$NestMembers
            dup
            invokespecial jdk.internal.org.objectweb.asm.Attribute$NestMembers.<init>:()V
            astore 8 /* a */
        start local 8 // jdk.internal.org.objectweb.asm.Attribute$NestMembers a
         2: .line 302
            aload 1 /* cr */
            iload 2 /* off */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readShort:(I)S
            istore 9 /* size */
        start local 9 // int size
         3: .line 303
            aload 8 /* a */
            iload 9 /* size */
            anewarray java.lang.String
            putfield jdk.internal.org.objectweb.asm.Attribute$NestMembers.classes:[Ljava/lang/String;
         4: .line 304
            iinc 2 /* off */ 2
         5: .line 305
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         6: goto 10
         7: .line 306
      StackMap locals: jdk.internal.org.objectweb.asm.Attribute$NestMembers jdk.internal.org.objectweb.asm.ClassReader int int char[] int jdk.internal.org.objectweb.asm.Label[] int jdk.internal.org.objectweb.asm.Attribute$NestMembers int int
      StackMap stack:
            aload 8 /* a */
            getfield jdk.internal.org.objectweb.asm.Attribute$NestMembers.classes:[Ljava/lang/String;
            iload 10 /* i */
            aload 1 /* cr */
            iload 2 /* off */
            aload 4 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         8: .line 307
            iinc 2 /* off */ 2
         9: .line 305
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 10 /* i */
            iload 9 /* size */
            if_icmplt 7
        end local 10 // int i
        11: .line 309
            aload 8 /* a */
            aload 1 /* cr */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 7 /* offset */
            iload 7 /* offset */
            iload 3 /* len */
            iadd
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
            putfield jdk.internal.org.objectweb.asm.Attribute$NestMembers.bytes:[B
        12: .line 310
            aload 8 /* a */
            areturn
        end local 9 // int size
        end local 8 // jdk.internal.org.objectweb.asm.Attribute$NestMembers a
        end local 7 // int offset
        end local 6 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 5 // int codeOff
        end local 4 // char[] buf
        end local 3 // int len
        end local 2 // int off
        end local 1 // jdk.internal.org.objectweb.asm.ClassReader cr
        end local 0 // jdk.internal.org.objectweb.asm.Attribute$NestMembers this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Ljdk/internal/org/objectweb/asm/Attribute$NestMembers;
            0   13     1       cr  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   13     2      off  I
            0   13     3      len  I
            0   13     4      buf  [C
            0   13     5  codeOff  I
            0   13     6   labels  [Ljdk/internal/org/objectweb/asm/Label;
            1   13     7   offset  I
            2   13     8        a  Ljdk/internal/org/objectweb/asm/Attribute$NestMembers;
            3   13     9     size  I
            6   11    10        i  I
    MethodParameters:
         Name  Flags
      cr       
      off      
      len      
      buf      
      codeOff  
      labels   

  protected jdk.internal.org.objectweb.asm.ByteVector write(jdk.internal.org.objectweb.asm.ClassWriter, byte[], int, int, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=11, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.Attribute$NestMembers this
        start local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        start local 2 // byte[] code
        start local 3 // int len
        start local 4 // int maxStack
        start local 5 // int maxLocals
         0: .line 315
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.Attribute$NestMembers.bytes:[B
            arraylength
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:(I)V
            astore 6 /* v */
        start local 6 // jdk.internal.org.objectweb.asm.ByteVector v
         1: .line 316
            aload 6 /* v */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.Attribute$NestMembers.classes:[Ljava/lang/String;
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 317
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.Attribute$NestMembers.classes:[Ljava/lang/String;
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 6
      StackMap locals: jdk.internal.org.objectweb.asm.Attribute$NestMembers jdk.internal.org.objectweb.asm.ClassWriter byte[] int int int jdk.internal.org.objectweb.asm.ByteVector top int int java.lang.String[]
      StackMap stack:
         3: aload 10
            iload 8
            aaload
            astore 7 /* s */
        start local 7 // java.lang.String s
         4: .line 318
            aload 6 /* v */
            aload 1 /* cw */
            aload 7 /* s */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 7 // java.lang.String s
         5: .line 317
            iinc 8 1
      StackMap locals:
      StackMap stack:
         6: iload 8
            iload 9
            if_icmplt 3
         7: .line 320
            aload 6 /* v */
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.ByteVector v
        end local 5 // int maxLocals
        end local 4 // int maxStack
        end local 3 // int len
        end local 2 // byte[] code
        end local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        end local 0 // jdk.internal.org.objectweb.asm.Attribute$NestMembers this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Ljdk/internal/org/objectweb/asm/Attribute$NestMembers;
            0    8     1         cw  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    8     2       code  [B
            0    8     3        len  I
            0    8     4   maxStack  I
            0    8     5  maxLocals  I
            1    8     6          v  Ljdk/internal/org/objectweb/asm/ByteVector;
            4    5     7          s  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      cw         
      code       
      len        
      maxStack   
      maxLocals  
}
SourceFile: "Attribute.java"
NestHost: jdk.internal.org.objectweb.asm.Attribute
InnerClasses:
  public NestMembers = jdk.internal.org.objectweb.asm.Attribute$NestMembers of jdk.internal.org.objectweb.asm.Attribute