class sun.nio.fs.WindowsFileSystem$2 implements java.nio.file.PathMatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.fs.WindowsFileSystem$2
super_class: java.lang.Object
{
final sun.nio.fs.WindowsFileSystem this$0;
descriptor: Lsun/nio/fs/WindowsFileSystem;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.regex.Pattern val$pattern;
descriptor: Ljava/util/regex/Pattern;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.nio.fs.WindowsFileSystem, java.util.regex.Pattern);
descriptor: (Lsun/nio/fs/WindowsFileSystem;Ljava/util/regex/Pattern;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.nio.fs.WindowsFileSystem$2.this$0:Lsun/nio/fs/WindowsFileSystem;
aload 0
aload 2
putfield sun.nio.fs.WindowsFileSystem$2.val$pattern:Ljava/util/regex/Pattern;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/WindowsFileSystem$2;
MethodParameters:
Name Flags
this$0 final
val$pattern final
public boolean matches(java.nio.file.Path);
descriptor: (Ljava/nio/file/Path;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.nio.fs.WindowsFileSystem$2.val$pattern:Ljava/util/regex/Pattern;
aload 1
invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
invokevirtual java.util.regex.Matcher.matches:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/WindowsFileSystem$2;
0 1 1 path Ljava/nio/file/Path;
MethodParameters:
Name Flags
path
}
SourceFile: "WindowsFileSystem.java"
EnclosingMethod: sun.nio.fs.WindowsFileSystem.getPathMatcher:(Ljava/lang/String;)Ljava/nio/file/PathMatcher;
NestHost: sun.nio.fs.WindowsFileSystem
InnerClasses:
sun.nio.fs.WindowsFileSystem$2