class sun.nio.fs.AixFileSystemProvider extends sun.nio.fs.UnixFileSystemProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) 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 // sun.nio.fs.AixFileSystemProvider this
         0: .line 37
            aload 0 /* this */
            invokespecial sun.nio.fs.UnixFileSystemProvider.<init>:()V
         1: .line 38
            return
        end local 0 // sun.nio.fs.AixFileSystemProvider this
      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 // sun.nio.fs.AixFileSystemProvider this
        start local 1 // java.lang.String dir
         0: .line 42
            new sun.nio.fs.AixFileSystem
            dup
            aload 0 /* this */
            aload 1 /* dir */
            invokespecial sun.nio.fs.AixFileSystem.<init>:(Lsun/nio/fs/UnixFileSystemProvider;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String dir
        end local 0 // sun.nio.fs.AixFileSystemProvider this
      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 // sun.nio.fs.AixFileSystemProvider this
        start local 1 // sun.nio.fs.UnixPath path
         0: .line 50
            new sun.nio.fs.AixFileStore
            dup
            aload 1 /* path */
            invokespecial sun.nio.fs.AixFileStore.<init>:(Lsun/nio/fs/UnixPath;)V
            areturn
        end local 1 // sun.nio.fs.UnixPath path
        end local 0 // sun.nio.fs.AixFileSystemProvider this
      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: .line 1
            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: .line 1
            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"