public class sun.nio.fs.AixFileSystemProvider extends sun.nio.fs.UnixFileSystemProvider
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.nio.fs.AixFileSystemProvider
super_class: sun.nio.fs.UnixFileSystemProvider
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.nio.fs.UnixFileSystemProvider.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/fs/AixFileSystemProvider;
sun.nio.fs.AixFileSystem newFileSystem(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/nio/fs/AixFileSystem;
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new sun.nio.fs.AixFileSystem
dup
aload 0
aload 1
invokespecial sun.nio.fs.AixFileSystem.<init>:(Lsun/nio/fs/UnixFileSystemProvider;Ljava/lang/String;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/AixFileSystemProvider;
0 1 1 dir Ljava/lang/String;
MethodParameters:
Name Flags
dir
sun.nio.fs.AixFileStore getFileStore(sun.nio.fs.UnixPath);
descriptor: (Lsun/nio/fs/UnixPath;)Lsun/nio/fs/AixFileStore;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new sun.nio.fs.AixFileStore
dup
aload 1
invokespecial sun.nio.fs.AixFileStore.<init>:(Lsun/nio/fs/UnixPath;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/AixFileSystemProvider;
0 1 1 path Lsun/nio/fs/UnixPath;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
path
java.nio.file.FileStore getFileStore(sun.nio.fs.UnixPath);
descriptor: (Lsun/nio/fs/UnixPath;)Ljava/nio/file/FileStore;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual sun.nio.fs.AixFileSystemProvider.getFileStore:(Lsun/nio/fs/UnixPath;)Lsun/nio/fs/AixFileStore;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
sun.nio.fs.UnixFileSystem newFileSystem(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/nio/fs/UnixFileSystem;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual sun.nio.fs.AixFileSystemProvider.newFileSystem:(Ljava/lang/String;)Lsun/nio/fs/AixFileSystem;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AixFileSystemProvider.java"