public class com.sun.tools.classfile.BootstrapMethods_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.BootstrapMethods_attribute
super_class: com.sun.tools.classfile.Attribute
{
public final com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] bootstrap_method_specifiers;
descriptor: [Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
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=5, 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
anewarray com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
putfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
3: iconst_0
istore 5
start local 5 4: goto 7
5: StackMap locals: com.sun.tools.classfile.BootstrapMethods_attribute com.sun.tools.classfile.ClassReader int int int int
StackMap stack:
aload 0
getfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
iload 5
new com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
dup
aload 1
invokespecial com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
aastore
6: iinc 5 1
StackMap locals:
StackMap stack:
7: iload 5
aload 0
getfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
arraylength
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/BootstrapMethods_attribute;
0 9 1 cr Lcom/sun/tools/classfile/ClassReader;
0 9 2 name_index I
0 9 3 length I
2 9 4 bootstrap_method_count I
4 8 5 i I
Exceptions:
throws java.io.IOException, com.sun.tools.classfile.AttributeException
MethodParameters:
Name Flags
cr
name_index
length
public void <init>(int, com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[]);
descriptor: (I[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;)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
aload 2
invokestatic com.sun.tools.classfile.BootstrapMethods_attribute.length:([Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;)I
invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
1: aload 0
aload 2
putfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
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/BootstrapMethods_attribute;
0 3 1 name_index I
0 3 2 bootstrap_method_specifiers [Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
MethodParameters:
Name Flags
name_index
bootstrap_method_specifiers
public static int length(com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[]);
descriptor: ([Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: iconst_2
istore 1
start local 1 1: aload 0
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 5
StackMap locals: com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] int top int int com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: iload 1
aload 2
invokevirtual com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.length:()I
iadd
istore 1
end local 2 4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 4
if_icmplt 2
6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 bootstrap_method_specifiers [Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
1 7 1 n I
3 4 2 b Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
MethodParameters:
Name Flags
bootstrap_method_specifiers
public <R, P> R accept(com.sun.tools.classfile.Attribute$Visitor<R, P>, );
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.visitBootstrapMethods:(Lcom/sun/tools/classfile/BootstrapMethods_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/BootstrapMethods_attribute;
0 1 1 visitor Lcom/sun/tools/classfile/Attribute$Visitor<TR;TP;>;
0 1 2 p TP;
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Attribute$Visitor<TR;TP;>;TP;)TR;
MethodParameters:
Name Flags
visitor
p
}
SourceFile: "BootstrapMethods_attribute.java"
NestMembers:
com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
InnerClasses:
public abstract Visitor = com.sun.tools.classfile.Attribute$Visitor of com.sun.tools.classfile.Attribute
public BootstrapMethodSpecifier = com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier of com.sun.tools.classfile.BootstrapMethods_attribute