public class com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
super_class: java.lang.Object
{
public int bootstrap_method_ref;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public int[] bootstrap_arguments;
descriptor: [I
flags: (0x0001) ACC_PUBLIC
public void <init>(int, int[]);
descriptor: (I[I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_method_ref:I
2: aload 0
aload 2
putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
0 4 1 bootstrap_method_ref I
0 4 2 bootstrap_arguments [I
MethodParameters:
Name Flags
bootstrap_method_ref
bootstrap_arguments
void <init>(com.sun.tools.classfile.ClassReader);
descriptor: (Lcom/sun/tools/classfile/ClassReader;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_method_ref:I
2: aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
istore 2
start local 2 3: aload 0
iload 2
newarray 10
putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
4: iconst_0
istore 3
start local 3 5: goto 8
6: StackMap locals: com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier com.sun.tools.classfile.ClassReader int int
StackMap stack:
aload 0
getfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
iload 3
aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
iastore
7: iinc 3 1
StackMap locals:
StackMap stack:
8: iload 3
aload 0
getfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
arraylength
if_icmplt 6
end local 3 9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
0 10 1 cr Lcom/sun/tools/classfile/ClassReader;
3 10 2 method_count I
5 9 3 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cr
int length();
descriptor: ()I
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: iconst_4
aload 0
getfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
arraylength
iconst_2
imul
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
}
SourceFile: "BootstrapMethods_attribute.java"
NestHost: com.sun.tools.classfile.BootstrapMethods_attribute
InnerClasses:
public BootstrapMethodSpecifier = com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier of com.sun.tools.classfile.BootstrapMethods_attribute