class sun.nio.fs.UnixFileAttributeViews
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixFileAttributeViews
  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.UnixFileAttributeViews this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.fs.UnixFileAttributeViews this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileAttributeViews;

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

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

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

  static sun.nio.fs.FileOwnerAttributeViewImpl createOwnerView(sun.nio.fs.UnixPath, boolean);
    descriptor: (Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/FileOwnerAttributeViewImpl;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.fs.UnixPath file
        start local 1 // boolean followLinks
         0: .line 417
            new sun.nio.fs.FileOwnerAttributeViewImpl
            dup
            aload 0 /* file */
            iload 1 /* followLinks */
            invokestatic sun.nio.fs.UnixFileAttributeViews.createPosixView:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributeViews$Posix;
            invokespecial sun.nio.fs.FileOwnerAttributeViewImpl.<init>:(Ljava/nio/file/attribute/PosixFileAttributeView;)V
            areturn
        end local 1 // boolean followLinks
        end local 0 // sun.nio.fs.UnixPath file
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         file  Lsun/nio/fs/UnixPath;
            0    1     1  followLinks  Z
    MethodParameters:
             Name  Flags
      file         
      followLinks  
}
SourceFile: "UnixFileAttributeViews.java"
NestMembers:
  sun.nio.fs.UnixFileAttributeViews$Basic  sun.nio.fs.UnixFileAttributeViews$Posix  sun.nio.fs.UnixFileAttributeViews$Unix
InnerClasses:
  Basic = sun.nio.fs.UnixFileAttributeViews$Basic of sun.nio.fs.UnixFileAttributeViews
  private Posix = sun.nio.fs.UnixFileAttributeViews$Posix of sun.nio.fs.UnixFileAttributeViews
  private Unix = sun.nio.fs.UnixFileAttributeViews$Unix of sun.nio.fs.UnixFileAttributeViews