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

  void <init>(sun.nio.fs.WindowsFileSystem);
    descriptor: (Lsun/nio/fs/WindowsFileSystem;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.WindowsFileSystem$1 this
         0: .line 196
            aload 0 /* this */
            aload 1
            putfield sun.nio.fs.WindowsFileSystem$1.this$0:Lsun/nio/fs/WindowsFileSystem;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.fs.WindowsFileSystem$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsFileSystem$1;
    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.WindowsFileSystem$1 this
         0: .line 198
            new sun.nio.fs.WindowsFileSystem$FileStoreIterator
            dup
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileSystem$1.this$0:Lsun/nio/fs/WindowsFileSystem;
            invokespecial sun.nio.fs.WindowsFileSystem$FileStoreIterator.<init>:(Lsun/nio/fs/WindowsFileSystem;)V
            areturn
        end local 0 // sun.nio.fs.WindowsFileSystem$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsFileSystem$1;
    Signature: ()Ljava/util/Iterator<Ljava/nio/file/FileStore;>;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Ljava/nio/file/FileStore;>;
SourceFile: "WindowsFileSystem.java"
EnclosingMethod: sun.nio.fs.WindowsFileSystem.getFileStores:()Ljava/lang/Iterable;
NestHost: sun.nio.fs.WindowsFileSystem
InnerClasses:
  sun.nio.fs.WindowsFileSystem$1
  private FileStoreIterator = sun.nio.fs.WindowsFileSystem$FileStoreIterator of sun.nio.fs.WindowsFileSystem