class com.sun.tools.javac.file.Locations$PatchModulesLocationHandler extends com.sun.tools.javac.file.Locations$BasicLocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.Locations$PatchModulesLocationHandler
  super_class: com.sun.tools.javac.file.Locations$BasicLocationHandler
{
  private final com.sun.tools.javac.file.Locations$ModuleTable moduleTable;
    descriptor: Lcom/sun/tools/javac/file/Locations$ModuleTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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);
    descriptor: (Lcom/sun/tools/javac/file/Locations;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
         0: .line 2008
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
         1: .line 2009
            aload 0 /* this */
            getstatic javax.tools.StandardLocation.PATCH_MODULE_PATH:Ljavax/tools/StandardLocation;
            iconst_1
            anewarray com.sun.tools.javac.main.Option
            dup
            iconst_0
            getstatic com.sun.tools.javac.main.Option.PATCH_MODULE:Lcom/sun/tools/javac/main/Option;
            aastore
            invokespecial com.sun.tools.javac.file.Locations$BasicLocationHandler.<init>:(Ljavax/tools/JavaFileManager$Location;[Lcom/sun/tools/javac/main/Option;)V
         2: .line 2006
            aload 0 /* this */
            new com.sun.tools.javac.file.Locations$ModuleTable
            dup
            aload 1
            invokespecial com.sun.tools.javac.file.Locations$ModuleTable.<init>:(Lcom/sun/tools/javac/file/Locations;)V
            putfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         3: .line 2010
            return
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  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=8, locals=12, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
        start local 1 // com.sun.tools.javac.main.Option option
        start local 2 // java.lang.String value
         0: .line 2014
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.options:Ljava/util/Set;
            aload 1 /* option */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 2015
            iconst_0
            ireturn
         2: .line 2018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.explicit:Z
         3: .line 2020
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.clear:()V
         4: .line 2027
            aload 2 /* value */
            ldc "\u0000"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 20
      StackMap locals: com.sun.tools.javac.file.Locations$PatchModulesLocationHandler com.sun.tools.javac.main.Option java.lang.String top int int java.lang.String[]
      StackMap stack:
         5: aload 6
            iload 4
            aaload
            astore 3 /* v */
        start local 3 // java.lang.String v
         6: .line 2028
            aload 3 /* v */
            bipush 61
            invokevirtual java.lang.String.indexOf:(I)I
            istore 7 /* eq */
        start local 7 // int eq
         7: .line 2029
            iload 7 /* eq */
            ifle 18
         8: .line 2030
            aload 3 /* v */
            iconst_0
            iload 7 /* eq */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* moduleName */
        start local 8 // java.lang.String moduleName
         9: .line 2031
            new com.sun.tools.javac.file.Locations$SearchPath
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            invokespecial com.sun.tools.javac.file.Locations$SearchPath.<init>:(Lcom/sun/tools/javac/file/Locations;)V
        10: .line 2032
            aload 3 /* v */
            iload 7 /* eq */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
        11: .line 2031
            astore 9 /* mPatchPath */
        start local 9 // com.sun.tools.javac.file.Locations$SearchPath mPatchPath
        12: .line 2033
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.location:Ljavax/tools/JavaFileManager$Location;
            invokeinterface javax.tools.JavaFileManager$Location.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 8 /* moduleName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 10 /* name */
        start local 10 // java.lang.String name
        13: .line 2034
            new com.sun.tools.javac.file.Locations$ModuleLocationHandler
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 0 /* this */
            aload 10 /* name */
        14: .line 2035
            aload 8 /* moduleName */
            aload 9 /* mPatchPath */
            iconst_0
        15: .line 2034
            invokespecial com.sun.tools.javac.file.Locations$ModuleLocationHandler.<init>:(Lcom/sun/tools/javac/file/Locations;Lcom/sun/tools/javac/file/Locations$LocationHandler;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Z)V
            astore 11 /* h */
        start local 11 // com.sun.tools.javac.file.Locations$ModuleLocationHandler h
        16: .line 2036
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 11 /* h */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.add:(Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;)V
        end local 11 // com.sun.tools.javac.file.Locations$ModuleLocationHandler h
        end local 10 // java.lang.String name
        end local 9 // com.sun.tools.javac.file.Locations$SearchPath mPatchPath
        end local 8 // java.lang.String moduleName
        17: .line 2037
            goto 19
        18: .line 2040
      StackMap locals: com.sun.tools.javac.file.Locations$PatchModulesLocationHandler com.sun.tools.javac.main.Option java.lang.String java.lang.String int int java.lang.String[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            aload 2 /* value */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.LocnInvalidArgForXpatch:(Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 7 // int eq
        end local 3 // java.lang.String v
        19: .line 2027
      StackMap locals: com.sun.tools.javac.file.Locations$PatchModulesLocationHandler com.sun.tools.javac.main.Option java.lang.String top int int java.lang.String[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        20: iload 4
            iload 5
            if_icmplt 5
        21: .line 2044
            iconst_1
            ireturn
        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$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
            0   22     1      option  Lcom/sun/tools/javac/main/Option;
            0   22     2       value  Ljava/lang/String;
            6   19     3           v  Ljava/lang/String;
            7   19     7          eq  I
            9   17     8  moduleName  Ljava/lang/String;
           12   17     9  mPatchPath  Lcom/sun/tools/javac/file/Locations$SearchPath;
           13   17    10        name  Ljava/lang/String;
           16   17    11           h  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
    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$PatchModulesLocationHandler this
         0: .line 2049
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.isEmpty:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;

  java.util.Collection<java.nio.file.Path> getPaths();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
         0: .line 2054
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
    Signature: ()Ljava/util/Collection<Ljava/nio/file/Path;>;

  void setPaths(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
        start local 1 // java.lang.Iterable files
         0: .line 2059
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Iterable files
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
            0    1     1  files  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
       Name  Flags
      files  

  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=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
        start local 1 // java.lang.String moduleName
        start local 2 // java.lang.Iterable files
         0: .line 2064
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.lang.Iterable files
        end local 1 // java.lang.String moduleName
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
            0    1     1  moduleName  Ljava/lang/String;
            0    1     2       files  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
            Name  Flags
      moduleName  
      files       

  javax.tools.JavaFileManager$Location getLocationForModule(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
        start local 1 // java.lang.String name
         0: .line 2069
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* name */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

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

  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$PatchModulesLocationHandler this
         0: .line 2079
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.locations:()Ljava/util/Set;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/lang/Iterable<Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;>;

  boolean contains(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 2084
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.contains:(Ljava/nio/file/Path;)Z
            ireturn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$PatchModulesLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$PatchModulesLocationHandler;
            0    1     1  file  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  
}
SourceFile: "Locations.java"
NestHost: com.sun.tools.javac.file.Locations
InnerClasses:
  private abstract BasicLocationHandler = com.sun.tools.javac.file.Locations$BasicLocationHandler of com.sun.tools.javac.file.Locations
  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
  private ModuleTable = com.sun.tools.javac.file.Locations$ModuleTable of com.sun.tools.javac.file.Locations
  private PatchModulesLocationHandler = com.sun.tools.javac.file.Locations$PatchModulesLocationHandler of com.sun.tools.javac.file.Locations
  private SearchPath = com.sun.tools.javac.file.Locations$SearchPath of com.sun.tools.javac.file.Locations
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public final Error = com.sun.tools.javac.util.JCDiagnostic$Error of com.sun.tools.javac.util.JCDiagnostic
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager