class com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 implements java.lang.module.ModuleReader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1
  super_class: java.lang.Object
{
  final com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder this$1;
    descriptor: Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$mn;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.net.URI val$uri;
    descriptor: Ljava/net/URI;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder, java.lang.String, java.net.URI);
    descriptor: (Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder;Ljava/lang/String;Ljava/net/URI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
         0: .line 382
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1.this$1:Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder;
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1.val$mn:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1.val$uri:Ljava/net/URI;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$mn   final
      val$uri  final

  public java.util.Optional<java.net.URI> find(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
        start local 1 // java.lang.String name
         0: .line 385
            aload 1 /* name */
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1.val$mn:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 386
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1.val$uri:Ljava/net/URI;
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            goto 3
      StackMap locals:
      StackMap stack:
         2: invokestatic java.util.Optional.empty:()Ljava/util/Optional;
         3: .line 385
      StackMap locals:
      StackMap stack: java.util.Optional
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder$1;
            0    4     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/String;)Ljava/util/Optional<Ljava/net/URI;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.stream.Stream<java.lang.String> list();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
         0: .line 391
            invokestatic java.util.stream.Stream.empty:()Ljava/util/stream/Stream;
            areturn
        end local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder$1;
    Signature: ()Ljava/util/stream/Stream<Ljava/lang/String;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
         0: .line 396
            return
        end local 0 // com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/JdepsConfiguration$SystemModuleFinder$1;
}
SourceFile: "JdepsConfiguration.java"
EnclosingMethod: com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder.lambda$4:(Ljava/lang/String;Ljava/net/URI;)Ljava/lang/module/ModuleReader;
NestHost: com.sun.tools.jdeps.JdepsConfiguration
InnerClasses:
  SystemModuleFinder = com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder of com.sun.tools.jdeps.JdepsConfiguration
  com.sun.tools.jdeps.JdepsConfiguration$SystemModuleFinder$1