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 // com.sun.tools.classfile.ModuleHashes_attribute this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int name_index
        start local 3 // int length
         0: .line 40
            aload 0 /* this */
            iload 2 /* name_index */
            iload 3 /* length */
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 41
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.ModuleHashes_attribute.algorithm_index:I
         2: .line 42
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
         3: .line 43
            aload 0 /* this */
            aload 0 /* this */
            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: .line 44
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 45
      StackMap locals: com.sun.tools.classfile.ModuleHashes_attribute com.sun.tools.classfile.ClassReader int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table:[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
            iload 4 /* i */
            new com.sun.tools.classfile.ModuleHashes_attribute$Entry
            dup
            aload 1 /* cr */
            invokespecial com.sun.tools.classfile.ModuleHashes_attribute$Entry.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
            aastore
         7: .line 44
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
            if_icmplt 6
        end local 4 // int i
         9: .line 46
            return
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute this
      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 // com.sun.tools.classfile.ModuleHashes_attribute this
        start local 1 // com.sun.tools.classfile.ConstantPool constant_pool
        start local 2 // int algorithm_index
        start local 3 // com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table
         0: .line 50
            aload 0 /* this */
            aload 1 /* constant_pool */
            ldc "ModuleHashes"
            invokevirtual com.sun.tools.classfile.ConstantPool.getUTF8Index:(Ljava/lang/String;)I
            iload 2 /* algorithm_index */
            aload 3 /* hashes_table */
            invokespecial com.sun.tools.classfile.ModuleHashes_attribute.<init>:(II[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;)V
         1: .line 51
            return
        end local 3 // com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table
        end local 2 // int algorithm_index
        end local 1 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute this
      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 // com.sun.tools.classfile.ModuleHashes_attribute this
        start local 1 // int name_index
        start local 2 // int algorithm_index
        start local 3 // com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table
         0: .line 54
            aload 0 /* this */
            iload 1 /* name_index */
            iconst_4
            aload 3 /* hashes_table */
            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: .line 55
            aload 0 /* this */
            iload 2 /* algorithm_index */
            putfield com.sun.tools.classfile.ModuleHashes_attribute.algorithm_index:I
         2: .line 56
            aload 0 /* this */
            aload 3 /* hashes_table */
            arraylength
            putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table_length:I
         3: .line 57
            aload 0 /* this */
            aload 3 /* hashes_table */
            putfield com.sun.tools.classfile.ModuleHashes_attribute.hashes_table:[Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
         4: .line 58
            return
        end local 3 // com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table
        end local 2 // int algorithm_index
        end local 1 // int name_index
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute this
      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 // com.sun.tools.classfile.ModuleHashes_attribute this
        start local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        start local 2 // java.lang.Object data
         0: .line 62
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* data */
            invokeinterface com.sun.tools.classfile.Attribute$Visitor.visitModuleHashes:(Lcom/sun/tools/classfile/ModuleHashes_attribute;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object data
        end local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute this
      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 // com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table
         0: .line 66
            iconst_0
            istore 1 /* len */
        start local 1 // int len
         1: .line 67
            aload 0 /* hashes_table */
            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 /* e */
        start local 2 // com.sun.tools.classfile.ModuleHashes_attribute$Entry e
         3: .line 68
            iload 1 /* len */
            aload 2 /* e */
            invokevirtual com.sun.tools.classfile.ModuleHashes_attribute$Entry.length:()I
            iadd
            istore 1 /* len */
        end local 2 // com.sun.tools.classfile.ModuleHashes_attribute$Entry e
         4: .line 67
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 70
            iload 1 /* len */
            ireturn
        end local 1 // int len
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute$Entry[] hashes_table
      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