class javax.swing.filechooser.WindowsFileSystemView$2 extends javax.swing.filechooser.FileSystemView$FileSystemRoot
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.filechooser.WindowsFileSystemView$2
  super_class: javax.swing.filechooser.FileSystemView$FileSystemRoot
{
  final javax.swing.filechooser.WindowsFileSystemView this$0;
    descriptor: Ljavax/swing/filechooser/WindowsFileSystemView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javax.swing.filechooser.WindowsFileSystemView, java.io.File);
    descriptor: (Ljavax/swing/filechooser/WindowsFileSystemView;Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.filechooser.WindowsFileSystemView$2 this
        start local 2 // java.io.File $anonymous0
         0: .line 782
            aload 0 /* this */
            aload 1
            putfield javax.swing.filechooser.WindowsFileSystemView$2.this$0:Ljavax/swing/filechooser/WindowsFileSystemView;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javax.swing.filechooser.FileSystemView$FileSystemRoot.<init>:(Ljava/io/File;)V
            return
        end local 2 // java.io.File $anonymous0
        end local 0 // javax.swing.filechooser.WindowsFileSystemView$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavax/swing/filechooser/WindowsFileSystemView$2;
            0    1     2  $anonymous0  Ljava/io/File;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public boolean exists();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.filechooser.WindowsFileSystemView$2 this
         0: .line 784
            iconst_1
            ireturn
        end local 0 // javax.swing.filechooser.WindowsFileSystemView$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/WindowsFileSystemView$2;
}
SourceFile: "FileSystemView.java"
EnclosingMethod: javax.swing.filechooser.WindowsFileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
NestHost: javax.swing.filechooser.WindowsFileSystemView
InnerClasses:
  FileSystemRoot = javax.swing.filechooser.FileSystemView$FileSystemRoot of javax.swing.filechooser.FileSystemView
  javax.swing.filechooser.WindowsFileSystemView$2