class com.sun.tools.javac.file.Locations$SimpleLocationHandler 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$SimpleLocationHandler
super_class: com.sun.tools.javac.file.Locations$BasicLocationHandler
{
protected java.util.Collection<java.nio.file.Path> searchPath;
descriptor: Ljava/util/Collection;
flags: (0x0004) ACC_PROTECTED
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, javax.tools.JavaFileManager$Location, com.sun.tools.javac.main.Option[]);
descriptor: (Lcom/sun/tools/javac/file/Locations;Ljavax/tools/JavaFileManager$Location;[Lcom/sun/tools/javac/main/Option;)V
flags: (0x0080) ACC_VARARGS
Code:
stack=3, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
1: aload 0
aload 2
aload 3
invokespecial com.sun.tools.javac.file.Locations$BasicLocationHandler.<init>:(Ljavax/tools/JavaFileManager$Location;[Lcom/sun/tools/javac/main/Option;)V
2: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/file/Locations$SimpleLocationHandler;
0 3 2 location Ljavax/tools/JavaFileManager$Location;
0 3 3 options [Lcom/sun/tools/javac/main/Option;
MethodParameters:
Name Flags
this$0 final
location
options
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=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.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$SimpleLocationHandler.explicit:Z
3: aload 0
aload 2
ifnonnull 4
aconst_null
goto 5
4: StackMap locals:
StackMap stack: com.sun.tools.javac.file.Locations$SimpleLocationHandler
aload 0
invokevirtual com.sun.tools.javac.file.Locations$SimpleLocationHandler.createPath:()Lcom/sun/tools/javac/file/Locations$SearchPath;
aload 2
invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
5: StackMap locals: com.sun.tools.javac.file.Locations$SimpleLocationHandler com.sun.tools.javac.main.Option java.lang.String
StackMap stack: com.sun.tools.javac.file.Locations$SimpleLocationHandler java.util.Collection
putfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.searchPath:Ljava/util/Collection;
6: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/javac/file/Locations$SimpleLocationHandler;
0 7 1 option Lcom/sun/tools/javac/main/Option;
0 7 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$SimpleLocationHandler.searchPath:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/file/Locations$SimpleLocationHandler;
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=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 3
1: aload 0
aconst_null
invokevirtual com.sun.tools.javac.file.Locations$SimpleLocationHandler.computePath:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
astore 2
start local 2 2: goto 5
end local 2 3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.explicit:Z
4: aload 0
invokevirtual com.sun.tools.javac.file.Locations$SimpleLocationHandler.createPath:()Lcom/sun/tools/javac/file/Locations$SearchPath;
aload 1
invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/Iterable;)Lcom/sun/tools/javac/file/Locations$SearchPath;
astore 2
start local 2 5: StackMap locals: com.sun.tools.javac.file.Locations$SearchPath
StackMap stack:
aload 0
aload 2
invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
putfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.searchPath:Ljava/util/Collection;
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/javac/file/Locations$SimpleLocationHandler;
0 7 1 files Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
2 3 2 p Lcom/sun/tools/javac/file/Locations$SearchPath;
5 7 2 p Lcom/sun/tools/javac/file/Locations$SearchPath;
Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
MethodParameters:
Name Flags
files
protected com.sun.tools.javac.file.Locations$SearchPath computePath(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.tools.javac.file.Locations$SimpleLocationHandler.createPath:()Lcom/sun/tools/javac/file/Locations$SearchPath;
aload 1
invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/file/Locations$SimpleLocationHandler;
0 1 1 value Ljava/lang/String;
MethodParameters:
Name Flags
value
protected com.sun.tools.javac.file.Locations$SearchPath createPath();
descriptor: ()Lcom/sun/tools/javac/file/Locations$SearchPath;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.sun.tools.javac.file.Locations$SearchPath
dup
aload 0
getfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
invokespecial com.sun.tools.javac.file.Locations$SearchPath.<init>:(Lcom/sun/tools/javac/file/Locations;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/file/Locations$SimpleLocationHandler;
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$SimpleLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
aload 0
getfield com.sun.tools.javac.file.Locations$SimpleLocationHandler.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$SimpleLocationHandler;
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
private SearchPath = com.sun.tools.javac.file.Locations$SearchPath of com.sun.tools.javac.file.Locations
private SimpleLocationHandler = com.sun.tools.javac.file.Locations$SimpleLocationHandler of com.sun.tools.javac.file.Locations
public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager