public class com.sun.tools.classfile.ModuleHashes_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.ModuleHashes_attribute
super_class: com.sun.tools.classfile.Attribute
{
public final int algorithm_index;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int hashes_table_length;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table;
descriptor: [Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
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=5, 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 0
aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.ModuleHashes_attribute.algorithm_index:I
2: aload 0
aload 1
invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
3: aload 0
aload 0
getfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
anewarray com.sun.tools.classfile.ModuleHashes_attribute$Entry
putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table:[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
4: iconst_0
istore 4
start local 4 5: goto 8
6: StackMap locals: com.sun.tools.classfile.ModuleHashes_attribute com.sun.tools.classfile.ClassReader int int int
StackMap stack:
aload 0
getfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table:[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
iload 4
new com.sun.tools.classfile.ModuleHashes_attribute$Entry
dup
aload 1
invokespecial com.sun.tools.classfile.ModuleHashes_attribute$Entry.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
aastore
7: iinc 4 1
StackMap locals:
StackMap stack:
8: iload 4
aload 0
getfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
if_icmplt 6
end local 4 9: return
end local 3 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;
0 10 1 cr Lcom/sun/tools/classfile/ClassReader;
0 10 2 name_index I
0 10 3 length I
5 9 4 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cr
name_index
length
public void <init>(com.sun.tools.classfile.ConstantPool, int, com.sun.tools.classfile.ModuleHashes_attribute$Entry[]);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;I[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
ldc "ModuleHashes"
invokevirtual com.sun.tools.classfile.ConstantPool.getUTF8Index:(Ljava/lang/String;)I
iload 2
aload 3
invokespecial com.sun.tools.classfile.ModuleHashes_attribute.<init>:(II[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/classfile/ModuleHashes_attribute;
0 2 1 constant_pool Lcom/sun/tools/classfile/ConstantPool;
0 2 2 algorithm_index I
0 2 3 hashes_table [Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
Exceptions:
throws com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
constant_pool
algorithm_index
hashes_table
public void <init>(int, int, com.sun.tools.classfile.ModuleHashes_attribute$Entry[]);
descriptor: (II[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
iconst_4
aload 3
invokestatic com.sun.tools.classfile.ModuleHashes_attribute.length:([Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;)I
iadd
invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
1: aload 0
iload 2
putfield com.sun.tools.classfile.ModuleHashes_attribute.algorithm_index:I
2: aload 0
aload 3
arraylength
putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
3: aload 0
aload 3
putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table:[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/classfile/ModuleHashes_attribute;
0 5 1 name_index I
0 5 2 algorithm_index I
0 5 3 hashes_table [Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
MethodParameters:
Name Flags
name_index
algorithm_index
hashes_table
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.visitModuleHashes:(Lcom/sun/tools/classfile/ModuleHashes_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/ModuleHashes_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 int length(com.sun.tools.classfile.ModuleHashes_attribute$Entry[]);
descriptor: ([Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: iconst_0
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.ModuleHashes_attribute$Entry[] int top int int com.sun.tools.classfile.ModuleHashes_attribute$Entry[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: iload 1
aload 2
invokevirtual com.sun.tools.classfile.ModuleHashes_attribute$Entry.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 hashes_table [Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
1 7 1 len I
3 4 2 e Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
MethodParameters:
Name Flags
hashes_table
}
SourceFile: "ModuleHashes_attribute.java"
NestMembers:
com.sun.tools.classfile.ModuleHashes_attribute$Entry
InnerClasses:
public abstract Visitor = com.sun.tools.classfile.Attribute$Visitor of com.sun.tools.classfile.Attribute
public Entry = com.sun.tools.classfile.ModuleHashes_attribute$Entry of com.sun.tools.classfile.ModuleHashes_attribute