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 0: aload 0
aload 1
putfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
1: aload 0
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: aload 0
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: return
end local 0 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 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.options:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.explicit:Z
3: aload 0
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: aload 2
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
start local 3 6: aload 3
bipush 61
invokevirtual java.lang.String.indexOf:(I)I
istore 7
start local 7 7: iload 7
ifle 18
8: aload 3
iconst_0
iload 7
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
astore 8
start local 8 9: new com.sun.tools.javac.file.Locations$SearchPath
dup
aload 0
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: aload 3
iload 7
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: astore 9
start local 9 12: new java.lang.StringBuilder
dup
aload 0
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
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
start local 10 13: new com.sun.tools.javac.file.Locations$ModuleLocationHandler
dup
aload 0
getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
aload 0
aload 10
14: aload 8
aload 9
iconst_0
15: 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
start local 11 16: aload 0
getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
aload 11
invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.add:(Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;)V
end local 11 end local 10 end local 9 end local 8 17: goto 19
18: 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
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
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 end local 3 19: 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: iconst_1
ireturn
end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 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 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 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 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
aload 1
invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
aload 1
invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
areturn
end local 1 end local 0 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 0: aload 0
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 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 start local 1 0: aload 0
getfield com.sun.tools.javac.file.Locations$PatchModulesLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
aload 1
invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.contains:(Ljava/nio/file/Path;)Z
ireturn
end local 1 end local 0 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