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