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 0: 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/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 start local 1 0: new sun.nio.fs.UnixFileAttributeViews$Basic
dup
aload 0
iload 1
invokespecial sun.nio.fs.UnixFileAttributeViews$Basic.<init>:(Lsun/nio/fs/UnixPath;Z)V
areturn
end local 1 end local 0 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 start local 1 0: new sun.nio.fs.UnixFileAttributeViews$Posix
dup
aload 0
iload 1
invokespecial sun.nio.fs.UnixFileAttributeViews$Posix.<init>:(Lsun/nio/fs/UnixPath;Z)V
areturn
end local 1 end local 0 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 start local 1 0: new sun.nio.fs.UnixFileAttributeViews$Unix
dup
aload 0
iload 1
invokespecial sun.nio.fs.UnixFileAttributeViews$Unix.<init>:(Lsun/nio/fs/UnixPath;Z)V
areturn
end local 1 end local 0 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 start local 1 0: new sun.nio.fs.FileOwnerAttributeViewImpl
dup
aload 0
iload 1
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 end local 0 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