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 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
1: aload 0
invokespecial com.sun.tools.javac.file.Locations$LocationHandler.<init>:()V
2: aload 0
aload 2
putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.parent:Lcom/sun/tools/javac/file/Locations$LocationHandler;
3: aload 0
aload 3
putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
4: aload 0
aload 4
putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
5: aload 0
aload 5
putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
6: aload 0
iload 6
putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.output:Z
7: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 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 0: aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.output:Z
ireturn
end local 0 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 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$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 0: aload 0
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 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 0: iconst_1
ireturn
end local 0 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 start local 1 0: aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.parent:Lcom/sun/tools/javac/file/Locations$LocationHandler;
aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
aload 1
invokevirtual com.sun.tools.javac.file.Locations$LocationHandler.setPathsForModule:(Ljava/lang/String;Ljava/lang/Iterable;)V
1: return
end local 1 end local 0 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 start local 1 start local 2 0: 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
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 end local 1 end local 0 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 0: aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
aload 1
invokevirtual com.sun.tools.javac.file.Locations.contains:(Ljava/util/Collection;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$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 0: aload 0
getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.name:Ljava/lang/String;
areturn
end local 0 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