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

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

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // lombok.installer.InstallerGUI$9 this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 495
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* locationsToUninstall */
        start local 2 // java.util.List locationsToUninstall
         1: .line 496
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$9.this$0:Llombok/installer/InstallerGUI;
            getfield lombok.installer.InstallerGUI.idesList:Llombok/installer/InstallerGUI$IdesList;
            invokevirtual lombok.installer.InstallerGUI$IdesList.getSelectedIdes:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: lombok.installer.InstallerGUI$9 java.awt.event.ActionEvent java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast lombok.installer.IdeLocation
            astore 3 /* location */
        start local 3 // lombok.installer.IdeLocation location
         3: .line 497
            aload 3 /* location */
            invokevirtual lombok.installer.IdeLocation.hasLombok:()Z
            ifeq 4
            aload 2 /* locationsToUninstall */
            aload 3 /* location */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // lombok.installer.IdeLocation location
         4: .line 496
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 500
            aload 2 /* locationsToUninstall */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 8
         6: .line 501
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$9.this$0:Llombok/installer/InstallerGUI;
            getfield lombok.installer.InstallerGUI.appWindow:Ljavax/swing/JFrame;
            ldc "You haven't selected any IDE installations that have been lombok-enabled."
            ldc "No Selection"
            iconst_2
            invokestatic javax.swing.JOptionPane.showMessageDialog:(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)V
         7: .line 502
            return
         8: .line 506
      StackMap locals: lombok.installer.InstallerGUI$9 java.awt.event.ActionEvent java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$9.this$0:Llombok/installer/InstallerGUI;
            aload 2 /* locationsToUninstall */
            invokevirtual lombok.installer.InstallerGUI.uninstall:(Ljava/util/List;)V
         9: .line 507
            return
        end local 2 // java.util.List locationsToUninstall
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // lombok.installer.InstallerGUI$9 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0                  this  Llombok/installer/InstallerGUI$9;
            0   10     1                     e  Ljava/awt/event/ActionEvent;
            1   10     2  locationsToUninstall  Ljava/util/List<Llombok/installer/IdeLocation;>;
            3    4     3              location  Llombok/installer/IdeLocation;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI.buildIdeArea:()Ljava/awt/Component;
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$9
  private IdesList = lombok.installer.InstallerGUI$IdesList of lombok.installer.InstallerGUI