class javax.swing.filechooser.WindowsFileSystemView$1 implements java.security.PrivilegedAction<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.filechooser.WindowsFileSystemView$1
  super_class: java.lang.Object
{
  final javax.swing.filechooser.WindowsFileSystemView this$0;
    descriptor: Ljavax/swing/filechooser/WindowsFileSystemView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.File val$dir;
    descriptor: Ljava/io/File;
    flags: (0x1012) ACC_PRIVATE, 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$1 this
         0: .line 755
            aload 0 /* this */
            aload 1
            putfield javax.swing.filechooser.WindowsFileSystemView$1.this$0:Ljavax/swing/filechooser/WindowsFileSystemView;
            aload 0 /* this */
            aload 2
            putfield javax.swing.filechooser.WindowsFileSystemView$1.val$dir:Ljava/io/File;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.filechooser.WindowsFileSystemView$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/WindowsFileSystemView$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$dir  final

  public java.lang.String run();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.filechooser.WindowsFileSystemView$1 this
         0: .line 757
            aload 0 /* this */
            getfield javax.swing.filechooser.WindowsFileSystemView$1.val$dir:Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            areturn
        end local 0 // javax.swing.filechooser.WindowsFileSystemView$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/WindowsFileSystemView$1;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javax.swing.filechooser.WindowsFileSystemView$1.run:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/String;>;
SourceFile: "FileSystemView.java"
EnclosingMethod: javax.swing.filechooser.WindowsFileSystemView.isFloppyDrive:(Ljava/io/File;)Z
NestHost: javax.swing.filechooser.WindowsFileSystemView
InnerClasses:
  javax.swing.filechooser.WindowsFileSystemView$1