public class com.sun.tools.classfile.NestMembers_attribute extends com.sun.tools.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.NestMembers_attribute
  super_class: com.sun.tools.classfile.Attribute
{
  public final int[] members_indexes;
    descriptor: [I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(com.sun.tools.classfile.ClassReader, int, int);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.NestMembers_attribute this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int name_index
        start local 3 // int length
         0: .line 41
            aload 0 /* this */
            iload 2 /* name_index */
            iload 3 /* length */
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 42
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 43
            aload 0 /* this */
            iload 4 /* len */
            newarray 10
            putfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
         3: .line 44
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 45
      StackMap locals: com.sun.tools.classfile.NestMembers_attribute com.sun.tools.classfile.ClassReader int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
            iload 5 /* i */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            iastore
         6: .line 44
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 5
        end local 5 // int i
         8: .line 47
            return
        end local 4 // int len
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.NestMembers_attribute this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/tools/classfile/NestMembers_attribute;
            0    9     1          cr  Lcom/sun/tools/classfile/ClassReader;
            0    9     2  name_index  I
            0    9     3      length  I
            2    9     4         len  I
            4    8     5           i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      cr          
      name_index  
      length      

  public void <init>(int, int[]);
    descriptor: (I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.NestMembers_attribute this
        start local 1 // int name_index
        start local 2 // int[] members_indexes
         0: .line 50
            aload 0 /* this */
            iload 1 /* name_index */
            iconst_2
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 51
            aload 0 /* this */
            aload 2 /* members_indexes */
            putfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
         2: .line 52
            return
        end local 2 // int[] members_indexes
        end local 1 // int name_index
        end local 0 // com.sun.tools.classfile.NestMembers_attribute this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/sun/tools/classfile/NestMembers_attribute;
            0    3     1       name_index  I
            0    3     2  members_indexes  [I
    MethodParameters:
                 Name  Flags
      name_index       
      members_indexes  

  public com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info[] getChildren(com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;)[Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.NestMembers_attribute this
        start local 1 // com.sun.tools.classfile.ConstantPool constant_pool
         0: .line 55
            aload 0 /* this */
            getfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
            invokestatic java.util.stream.IntStream.of:([I)Ljava/util/stream/IntStream;
         1: .line 56
            aload 1 /* constant_pool */
            invokedynamic apply(Lcom/sun/tools/classfile/ConstantPool;)Ljava/util/function/IntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Ljava/lang/Object;
                  com/sun/tools/classfile/NestMembers_attribute.lambda$0(Lcom/sun/tools/classfile/ConstantPool;I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info; (6)
                  (I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            invokeinterface java.util.stream.IntStream.mapToObj:(Ljava/util/function/IntFunction;)Ljava/util/stream/Stream;
         2: .line 62
            invokedynamic apply()Ljava/util/function/IntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Ljava/lang/Object;
                  com/sun/tools/classfile/NestMembers_attribute.lambda$1(I)[Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info; (6)
                  (I)[Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            invokeinterface java.util.stream.Stream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info[]
         3: .line 55
            areturn
        end local 1 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 0 // com.sun.tools.classfile.NestMembers_attribute this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/tools/classfile/NestMembers_attribute;
            0    4     1  constant_pool  Lcom/sun/tools/classfile/ConstantPool;
    Exceptions:
      throws com.sun.tools.classfile.ConstantPoolException
    MethodParameters:
               Name  Flags
      constant_pool  

  public <R, D> R accept(com.sun.tools.classfile.Attribute$Visitor<R, D>, );
    descriptor: (Lcom/sun/tools/classfile/Attribute$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.NestMembers_attribute this
        start local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        start local 2 // java.lang.Object data
         0: .line 66
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* data */
            invokeinterface com.sun.tools.classfile.Attribute$Visitor.visitNestMembers:(Lcom/sun/tools/classfile/NestMembers_attribute;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object data
        end local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        end local 0 // com.sun.tools.classfile.NestMembers_attribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/NestMembers_attribute;
            0    1     1  visitor  Lcom/sun/tools/classfile/Attribute$Visitor<TR;TD;>;
            0    1     2     data  TD;
    Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Attribute$Visitor<TR;TD;>;TD;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      data     

  private static com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info lambda$0(com.sun.tools.classfile.ConstantPool, int);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 1 // int i
         0: .line 58
            aload 0
            iload 1 /* i */
            invokevirtual com.sun.tools.classfile.ConstantPool.getClassInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
         1: areturn
         2: .line 59
      StackMap locals:
      StackMap stack: com.sun.tools.classfile.ConstantPoolException
            astore 2 /* ex */
        start local 2 // com.sun.tools.classfile.ConstantPoolException ex
         3: .line 60
            new java.lang.AssertionError
            dup
            aload 2 /* ex */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // com.sun.tools.classfile.ConstantPoolException ex
        end local 1 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1     i  I
            3    4     2    ex  Lcom/sun/tools/classfile/ConstantPoolException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.classfile.ConstantPoolException

  private static com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info[] lambda$1(int);
    descriptor: (I)[Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            iload 0
            anewarray com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NestMembers_attribute.java"
InnerClasses:
  public abstract Visitor = com.sun.tools.classfile.Attribute$Visitor of com.sun.tools.classfile.Attribute
  public CONSTANT_Class_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info of com.sun.tools.classfile.ConstantPool
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles