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 // sun.nio.fs.WindowsPath$WindowsPathWithAttributes this
        start local 1 // sun.nio.fs.WindowsFileSystem fs
        start local 2 // sun.nio.fs.WindowsPathType type
        start local 3 // java.lang.String root
        start local 4 // java.lang.String path
        start local 5 // java.nio.file.attribute.BasicFileAttributes attrs
         0: .line 147
            aload 0 /* this */
            aload 1 /* fs */
            aload 2 /* type */
            aload 3 /* root */
            aload 4 /* path */
            invokespecial sun.nio.fs.WindowsPath.<init>:(Lsun/nio/fs/WindowsFileSystem;Lsun/nio/fs/WindowsPathType;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 148
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 5 /* attrs */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield sun.nio.fs.WindowsPath$WindowsPathWithAttributes.ref:Ljava/lang/ref/WeakReference;
         2: .line 149
            return
        end local 5 // java.nio.file.attribute.BasicFileAttributes attrs
        end local 4 // java.lang.String path
        end local 3 // java.lang.String root
        end local 2 // sun.nio.fs.WindowsPathType type
        end local 1 // sun.nio.fs.WindowsFileSystem fs
        end local 0 // sun.nio.fs.WindowsPath$WindowsPathWithAttributes this
      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 // sun.nio.fs.WindowsPath$WindowsPathWithAttributes this
         0: .line 153
            aload 0 /* this */
            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 // sun.nio.fs.WindowsPath$WindowsPathWithAttributes this
      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 // sun.nio.fs.WindowsPath$WindowsPathWithAttributes this
         0: .line 158
            aload 0 /* this */
            getfield sun.nio.fs.WindowsPath$WindowsPathWithAttributes.ref:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         1: .line 159
            return
        end local 0 // sun.nio.fs.WindowsPath$WindowsPathWithAttributes this
      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