class jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 extends jdk.tools.jaotc.collect.FileSupport
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1
super_class: jdk.tools.jaotc.collect.FileSupport
{
final jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest this$0;
descriptor: Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest);
descriptor: (Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 this
0: .line 64
aload 0 /* this */
aload 1
putfield jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1.this$0:Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest;
aload 0 /* this */
invokespecial jdk.tools.jaotc.collect.FileSupport.<init>:()V
return
end local 0 // jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest$1;
MethodParameters:
Name Flags
this$0 final
public boolean isDirectory(java.nio.file.Path);
descriptor: (Ljava/nio/file/Path;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 // jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 this
start local 1 // java.nio.file.Path path
0: .line 68
iconst_1
ireturn
end local 1 // java.nio.file.Path path
end local 0 // jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest$1;
0 1 1 path Ljava/nio/file/Path;
MethodParameters:
Name Flags
path
public java.nio.file.Path getSubDirectory(java.nio.file.FileSystem, java.nio.file.Path, java.nio.file.Path);
descriptor: (Ljava/nio/file/FileSystem;Ljava/nio/file/Path;Ljava/nio/file/Path;)Ljava/nio/file/Path;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 // jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 this
start local 1 // java.nio.file.FileSystem fileSystem
start local 2 // java.nio.file.Path root
start local 3 // java.nio.file.Path path
0: .line 73
aload 0 /* this */
getfield jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1.this$0:Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest;
getfield jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest.getSubDirectory:Ljava/util/function/BiFunction;
ifnonnull 2
1: .line 74
new java.io.IOException
dup
ldc "Nope"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
2: .line 76
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1.this$0:Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest;
getfield jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest.getSubDirectory:Ljava/util/function/BiFunction;
aload 2 /* root */
aload 3 /* path */
invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.nio.file.Path
areturn
end local 3 // java.nio.file.Path path
end local 2 // java.nio.file.Path root
end local 1 // java.nio.file.FileSystem fileSystem
end local 0 // jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest$1;
0 3 1 fileSystem Ljava/nio/file/FileSystem;
0 3 2 root Ljava/nio/file/Path;
0 3 3 path Ljava/nio/file/Path;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fileSystem
root
path
}
SourceFile: "ModuleSourceProviderTest.java"
EnclosingMethod: jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest.setUp:()V
NestHost: jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest
InnerClasses:
jdk.tools.jaotc.test.collect.module.ModuleSourceProviderTest$1