class lombok.installer.InstallerGUI$11$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.installer.InstallerGUI$11$1
  super_class: java.lang.Object
{
  final lombok.installer.InstallerGUI$11 this$1;
    descriptor: Llombok/installer/InstallerGUI$11;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final lombok.installer.UninstallException val$e;
    descriptor: Llombok/installer/UninstallException;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.installer.InstallerGUI$11, lombok.installer.UninstallException);
    descriptor: (Llombok/installer/InstallerGUI$11;Llombok/installer/UninstallException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // lombok.installer.InstallerGUI$11$1 this
         0: .line 643
            aload 0 /* this */
            aload 1
            putfield lombok.installer.InstallerGUI$11$1.this$1:Llombok/installer/InstallerGUI$11;
            aload 0 /* this */
            aload 2
            putfield lombok.installer.InstallerGUI$11$1.val$e:Llombok/installer/UninstallException;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.installer.InstallerGUI$11$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$11$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$e   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$11$1 this
         0: .line 645
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$11$1.this$1:Llombok/installer/InstallerGUI$11;
            invokestatic lombok.installer.InstallerGUI$11.access$0:(Llombok/installer/InstallerGUI$11;)Llombok/installer/InstallerGUI;
            getfield lombok.installer.InstallerGUI.appWindow:Ljavax/swing/JFrame;
         1: .line 646
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$11$1.val$e:Llombok/installer/UninstallException;
            invokevirtual lombok.installer.UninstallException.getMessage:()Ljava/lang/String;
            ldc "Uninstall Problem"
            iconst_2
         2: .line 645
            invokestatic javax.swing.JOptionPane.showMessageDialog:(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)V
         3: .line 647
            return
        end local 0 // lombok.installer.InstallerGUI$11$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Llombok/installer/InstallerGUI$11$1;
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI$11.run:()V
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$11
  lombok.installer.InstallerGUI$11$1