class sun.nio.fs.WindowsFileAttributeViews
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsFileAttributeViews
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsFileAttributeViews this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.fs.WindowsFileAttributeViews this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsFileAttributeViews;

  static sun.nio.fs.WindowsFileAttributeViews$Basic createBasicView(sun.nio.fs.WindowsPath, boolean);
    descriptor: (Lsun/nio/fs/WindowsPath;Z)Lsun/nio/fs/WindowsFileAttributeViews$Basic;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.fs.WindowsPath file
        start local 1 // boolean followLinks
         0: .line 289
            new sun.nio.fs.WindowsFileAttributeViews$Basic
            dup
            aload 0 /* file */
            iload 1 /* followLinks */
            invokespecial sun.nio.fs.WindowsFileAttributeViews$Basic.<init>:(Lsun/nio/fs/WindowsPath;Z)V
            areturn
        end local 1 // boolean followLinks
        end local 0 // sun.nio.fs.WindowsPath file
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         file  Lsun/nio/fs/WindowsPath;
            0    1     1  followLinks  Z
    MethodParameters:
             Name  Flags
      file         
      followLinks  

  static sun.nio.fs.WindowsFileAttributeViews$Dos createDosView(sun.nio.fs.WindowsPath, boolean);
    descriptor: (Lsun/nio/fs/WindowsPath;Z)Lsun/nio/fs/WindowsFileAttributeViews$Dos;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.fs.WindowsPath file
        start local 1 // boolean followLinks
         0: .line 293
            new sun.nio.fs.WindowsFileAttributeViews$Dos
            dup
            aload 0 /* file */
            iload 1 /* followLinks */
            invokespecial sun.nio.fs.WindowsFileAttributeViews$Dos.<init>:(Lsun/nio/fs/WindowsPath;Z)V
            areturn
        end local 1 // boolean followLinks
        end local 0 // sun.nio.fs.WindowsPath file
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         file  Lsun/nio/fs/WindowsPath;
            0    1     1  followLinks  Z
    MethodParameters:
             Name  Flags
      file         
      followLinks  
}
SourceFile: "WindowsFileAttributeViews.java"
NestMembers:
  sun.nio.fs.WindowsFileAttributeViews$Basic  sun.nio.fs.WindowsFileAttributeViews$Dos
InnerClasses:
  private Basic = sun.nio.fs.WindowsFileAttributeViews$Basic of sun.nio.fs.WindowsFileAttributeViews
  Dos = sun.nio.fs.WindowsFileAttributeViews$Dos of sun.nio.fs.WindowsFileAttributeViews