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 start local 1 start local 2 start local 3 0: aload 0
iload 2
iload 3
invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
1: aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
istore 4
start local 4 2: aload 0
iload 4
newarray 10
putfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
3: iconst_0
istore 5
start local 5 4: goto 7
5: StackMap locals: com.sun.tools.classfile.NestMembers_attribute com.sun.tools.classfile.ClassReader int int int int
StackMap stack:
aload 0
getfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
iload 5
aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
iastore
6: iinc 5 1
StackMap locals:
StackMap stack:
7: iload 5
iload 4
if_icmplt 5
end local 5 8: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
1: aload 0
aload 2
putfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
2: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.tools.classfile.NestMembers_attribute.members_indexes:[I
invokestatic java.util.stream.IntStream.of:([I)Ljava/util/stream/IntStream;
1: aload 1
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: 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: areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 1
aload 0
aload 2
invokeinterface com.sun.tools.classfile.Attribute$Visitor.visitNestMembers:(Lcom/sun/tools/classfile/NestMembers_attribute;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 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 0: aload 0
iload 1
invokevirtual com.sun.tools.classfile.ConstantPool.getClassInfo:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 2
start local 2 3: new java.lang.AssertionError
dup
aload 2
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 2 end local 1 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: 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