public abstract class com.sun.tools.javac.file.Locations$LocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.javac.file.Locations$LocationHandler
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
         0: .line 447
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$LocationHandler;

  abstract boolean handleOption(com.sun.tools.javac.main.Option, java.lang.String);
    descriptor: (Lcom/sun/tools/javac/main/Option;Ljava/lang/String;)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      option  
      value   

  boolean isSet();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
         0: .line 458
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$LocationHandler.getPaths:()Ljava/util/Collection;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/Locations$LocationHandler;

  abstract boolean isExplicit();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract java.util.Collection<java.nio.file.Path> getPaths();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Ljava/nio/file/Path;>;

  abstract void setPaths(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
       Name  Flags
      paths  

  abstract void setPathsForModule(java.lang.String, java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
            Name  Flags
      moduleName  
      paths       

  javax.tools.JavaFileManager$Location getLocationForModule(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
        start local 1 // java.lang.String moduleName
         0: .line 483
            aconst_null
            areturn
        end local 1 // java.lang.String moduleName
        end local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/file/Locations$LocationHandler;
            0    1     1  moduleName  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      moduleName  

  javax.tools.JavaFileManager$Location getLocationForModule(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 490
            aconst_null
            areturn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$LocationHandler;
            0    1     1  file  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  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$LocationHandler this
         0: .line 497
            aconst_null
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$LocationHandler;

  java.lang.Iterable<java.util.Set<javax.tools.JavaFileManager$Location>> listLocationsForModules();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
         0: .line 504
            aconst_null
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$LocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$LocationHandler;
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/lang/Iterable<Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;>;

  abstract boolean contains(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  
}
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
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager