class sun.nio.fs.WindowsPath$WindowsPathWithAttributes extends sun.nio.fs.WindowsPath implements sun.nio.fs.BasicFileAttributesHolder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.fs.WindowsPath$WindowsPathWithAttributes
super_class: sun.nio.fs.WindowsPath
{
final java.lang.ref.WeakReference<java.nio.file.attribute.BasicFileAttributes> ref;
descriptor: Ljava/lang/ref/WeakReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/ref/WeakReference<Ljava/nio/file/attribute/BasicFileAttributes;>;
void <init>(sun.nio.fs.WindowsFileSystem, sun.nio.fs.WindowsPathType, java.lang.String, java.lang.String, java.nio.file.attribute.BasicFileAttributes);
descriptor: (Lsun/nio/fs/WindowsFileSystem;Lsun/nio/fs/WindowsPathType;Ljava/lang/String;Ljava/lang/String;Ljava/nio/file/attribute/BasicFileAttributes;)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokespecial sun.nio.fs.WindowsPath.<init>:(Lsun/nio/fs/WindowsFileSystem;Lsun/nio/fs/WindowsPathType;Ljava/lang/String;Ljava/lang/String;)V
1: aload 0
new java.lang.ref.WeakReference
dup
aload 5
invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
putfield sun.nio.fs.WindowsPath$WindowsPathWithAttributes.ref:Ljava/lang/ref/WeakReference;
2: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/fs/WindowsPath$WindowsPathWithAttributes;
0 3 1 fs Lsun/nio/fs/WindowsFileSystem;
0 3 2 type Lsun/nio/fs/WindowsPathType;
0 3 3 root Ljava/lang/String;
0 3 4 path Ljava/lang/String;
0 3 5 attrs Ljava/nio/file/attribute/BasicFileAttributes;
MethodParameters:
Name Flags
fs
type
root
path
attrs
public java.nio.file.attribute.BasicFileAttributes get();
descriptor: ()Ljava/nio/file/attribute/BasicFileAttributes;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.nio.fs.WindowsPath$WindowsPathWithAttributes.ref:Ljava/lang/ref/WeakReference;
invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
checkcast java.nio.file.attribute.BasicFileAttributes
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/WindowsPath$WindowsPathWithAttributes;
public void invalidate();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.nio.fs.WindowsPath$WindowsPathWithAttributes.ref:Ljava/lang/ref/WeakReference;
invokevirtual java.lang.ref.WeakReference.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/fs/WindowsPath$WindowsPathWithAttributes;
}
SourceFile: "WindowsPath.java"
NestHost: sun.nio.fs.WindowsPath
InnerClasses:
private WindowsPathWithAttributes = sun.nio.fs.WindowsPath$WindowsPathWithAttributes of sun.nio.fs.WindowsPath