class com.sun.tools.javac.file.Locations$ModuleLocationHandler extends com.sun.tools.javac.file.Locations$LocationHandler implements javax.tools.JavaFileManager$Location
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.Locations$ModuleLocationHandler
  super_class: com.sun.tools.javac.file.Locations$LocationHandler
{
  private final com.sun.tools.javac.file.Locations$LocationHandler parent;
    descriptor: Lcom/sun/tools/javac/file/Locations$LocationHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String moduleName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean output;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean explicit;
    descriptor: Z
    flags: (0x0000) 

  java.util.Collection<java.nio.file.Path> searchPath;
    descriptor: Ljava/util/Collection;
    flags: (0x0000) 
    Signature: Ljava/util/Collection<Ljava/nio/file/Path;>;

  final com.sun.tools.javac.file.Locations this$0;
    descriptor: Lcom/sun/tools/javac/file/Locations;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.file.Locations$LocationHandler, java.lang.String, java.lang.String, java.util.Collection<java.nio.file.Path>, );
    descriptor: (Lcom/sun/tools/javac/file/Locations;Lcom/sun/tools/javac/file/Locations$LocationHandler;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
        start local 2 // com.sun.tools.javac.file.Locations$LocationHandler parent
        start local 3 // java.lang.String name
        start local 4 // java.lang.String moduleName
        start local 5 // java.util.Collection searchPath
        start local 6 // boolean output
         0: .line 998
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
         1: .line 997
            aload 0 /* this */
            invokespecial com.sun.tools.javac.file.Locations$LocationHandler.<init>:()V
         2: .line 999
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.parent:Lcom/sun/tools/javac/file/Locations$LocationHandler;
         3: .line 1000
            aload 0 /* this */
            aload 3 /* name */
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
         4: .line 1001
            aload 0 /* this */
            aload 4 /* moduleName */
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
         5: .line 1002
            aload 0 /* this */
            aload 5 /* searchPath */
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
         6: .line 1003
            aload 0 /* this */
            iload 6 /* output */
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.output:Z
         7: .line 1004
            return
        end local 6 // boolean output
        end local 5 // java.util.Collection searchPath
        end local 4 // java.lang.String moduleName
        end local 3 // java.lang.String name
        end local 2 // com.sun.tools.javac.file.Locations$LocationHandler parent
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            0    8     2      parent  Lcom/sun/tools/javac/file/Locations$LocationHandler;
            0    8     3        name  Ljava/lang/String;
            0    8     4  moduleName  Ljava/lang/String;
            0    8     5  searchPath  Ljava/util/Collection<Ljava/nio/file/Path;>;
            0    8     6      output  Z
    Signature: (Lcom/sun/tools/javac/file/Locations$LocationHandler;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection<Ljava/nio/file/Path;>;Z)V
    MethodParameters:
            Name  Flags
      this$0      final
      parent      
      name        
      moduleName  
      searchPath  
      output      

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
         0: .line 1008
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;

  public boolean isOutputLocation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
         0: .line 1013
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.output:Z
            ireturn
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;

  boolean handleOption(com.sun.tools.javac.main.Option, java.lang.String);
    descriptor: (Lcom/sun/tools/javac/main/Option;Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
        start local 1 // com.sun.tools.javac.main.Option option
        start local 2 // java.lang.String value
         0: .line 1018
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.lang.String value
        end local 1 // com.sun.tools.javac.main.Option option
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            0    1     1  option  Lcom/sun/tools/javac/main/Option;
            0    1     2   value  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      option  
      value   

  java.util.Collection<java.nio.file.Path> getPaths();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
         0: .line 1023
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
    Signature: ()Ljava/util/Collection<Ljava/nio/file/Path;>;

  boolean isExplicit();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
         0: .line 1028
            iconst_1
            ireturn
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;

  void setPaths(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
        start local 1 // java.lang.Iterable paths
         0: .line 1034
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.parent:Lcom/sun/tools/javac/file/Locations$LocationHandler;
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
            aload 1 /* paths */
            invokevirtual com.sun.tools.javac.file.Locations$LocationHandler.setPathsForModule:(Ljava/lang/String;Ljava/lang/Iterable;)V
         1: .line 1035
            return
        end local 1 // java.lang.Iterable paths
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            0    2     1  paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
       Name  Flags
      paths  

  void setPathsForModule(java.lang.String, java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
        start local 1 // java.lang.String moduleName
        start local 2 // java.lang.Iterable paths
         0: .line 1039
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "not supported for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Iterable paths
        end local 1 // java.lang.String moduleName
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            0    1     1  moduleName  Ljava/lang/String;
            0    1     2       paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
            Name  Flags
      moduleName  
      paths       

  java.lang.String inferModuleName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
         0: .line 1044
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;

  boolean contains(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 1049
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.Locations.contains:(Ljava/util/Collection;Ljava/nio/file/Path;)Z
            ireturn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            0    1     1  file  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
         0: .line 1054
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$ModuleLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
}
SourceFile: "Locations.java"
NestHost: com.sun.tools.javac.file.Locations
InnerClasses:
  protected abstract LocationHandler = com.sun.tools.javac.file.Locations$LocationHandler of com.sun.tools.javac.file.Locations
  private ModuleLocationHandler = com.sun.tools.javac.file.Locations$ModuleLocationHandler of com.sun.tools.javac.file.Locations
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager