class sun.nio.fs.UnixFileSystem$2 implements java.lang.Iterable<java.nio.file.FileStore>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixFileSystem$2
  super_class: java.lang.Object
{
  final sun.nio.fs.UnixFileSystem this$0;
    descriptor: Lsun/nio/fs/UnixFileSystem;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.fs.UnixFileSystem);
    descriptor: (Lsun/nio/fs/UnixFileSystem;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.UnixFileSystem$2 this
         0: .line 255
            aload 0 /* this */
            aload 1
            putfield sun.nio.fs.UnixFileSystem$2.this$0:Lsun/nio/fs/UnixFileSystem;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.fs.UnixFileSystem$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileSystem$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<java.nio.file.FileStore> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixFileSystem$2 this
         0: .line 257
            new sun.nio.fs.UnixFileSystem$FileStoreIterator
            dup
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileSystem$2.this$0:Lsun/nio/fs/UnixFileSystem;
            invokespecial sun.nio.fs.UnixFileSystem$FileStoreIterator.<init>:(Lsun/nio/fs/UnixFileSystem;)V
            areturn
        end local 0 // sun.nio.fs.UnixFileSystem$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileSystem$2;
    Signature: ()Ljava/util/Iterator<Ljava/nio/file/FileStore;>;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Ljava/nio/file/FileStore;>;
SourceFile: "UnixFileSystem.java"
EnclosingMethod: sun.nio.fs.UnixFileSystem.getFileStores:()Ljava/lang/Iterable;
NestHost: sun.nio.fs.UnixFileSystem
InnerClasses:
  sun.nio.fs.UnixFileSystem$2
  private FileStoreIterator = sun.nio.fs.UnixFileSystem$FileStoreIterator of sun.nio.fs.UnixFileSystem