public class com.sun.tools.classfile.ModuleHashes_attribute$Entry
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.classfile.ModuleHashes_attribute$Entry
super_class: java.lang.Object
{
public final int module_name_index;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final byte[] hash;
descriptor: [B
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
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.ModuleHashes_attribute$Entry.module_name_index:I
2: aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
istore 2
start local 2 3: aload 0
iload 2
newarray 8
putfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.hash:[B
4: iconst_0
istore 3
start local 3 5: goto 8
6: StackMap locals: com.sun.tools.classfile.ModuleHashes_attribute$Entry com.sun.tools.classfile.ClassReader int int
StackMap stack:
aload 0
getfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.hash:[B
iload 3
aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedByte:()I
i2b
bastore
7: iinc 3 1
StackMap locals:
StackMap stack:
8: iload 3
iload 2
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/ModuleHashes_attribute$Entry;
0 10 1 cr Lcom/sun/tools/classfile/ClassReader;
3 10 2 hash_length I
5 9 3 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cr
public int length();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iconst_4
aload 0
getfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.hash:[B
arraylength
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
}
SourceFile: "ModuleHashes_attribute.java"
NestHost: com.sun.tools.classfile.ModuleHashes_attribute
InnerClasses:
public Entry = com.sun.tools.classfile.ModuleHashes_attribute$Entry of com.sun.tools.classfile.ModuleHashes_attribute