class sun.tools.jar.Main$Hasher$1 extends java.lang.module.ModuleReference
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jar.Main$Hasher$1
  super_class: java.lang.module.ModuleReference
{
  final sun.tools.jar.Main$Hasher this$1;
    descriptor: Lsun/tools/jar/Main$Hasher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.tools.jar.Main$Hasher, java.lang.module.ModuleDescriptor, java.net.URI);
    descriptor: (Lsun/tools/jar/Main$Hasher;Ljava/lang/module/ModuleDescriptor;Ljava/net/URI;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.tools.jar.Main$Hasher$1 this
        start local 2 // java.lang.module.ModuleDescriptor $anonymous0
        start local 3 // java.net.URI $anonymous1
         0: .line 2169
            aload 0 /* this */
            aload 1
            putfield sun.tools.jar.Main$Hasher$1.this$1:Lsun/tools/jar/Main$Hasher;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial java.lang.module.ModuleReference.<init>:(Ljava/lang/module/ModuleDescriptor;Ljava/net/URI;)V
            return
        end local 3 // java.net.URI $anonymous1
        end local 2 // java.lang.module.ModuleDescriptor $anonymous0
        end local 0 // sun.tools.jar.Main$Hasher$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/tools/jar/Main$Hasher$1;
            0    1     2  $anonymous0  Ljava/lang/module/ModuleDescriptor;
            0    1     3  $anonymous1  Ljava/net/URI;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public java.lang.module.ModuleReader open();
    descriptor: ()Ljava/lang/module/ModuleReader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.tools.jar.Main$Hasher$1 this
         0: .line 2172
            new java.lang.UnsupportedOperationException
            dup
            ldc "should not reach here"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.jar.Main$Hasher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jar/Main$Hasher$1;
}
SourceFile: "Main.java"
EnclosingMethod: sun.tools.jar.Main$Hasher.<init>:(Lsun/tools/jar/Main;Ljava/lang/module/ModuleDescriptor;Ljava/lang/String;)V
NestHost: sun.tools.jar.Main
InnerClasses:
  private Hasher = sun.tools.jar.Main$Hasher of sun.tools.jar.Main
  sun.tools.jar.Main$Hasher$1