class com.googlecode.lanterna.gui2.RadioBoxList$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.googlecode.lanterna.gui2.RadioBoxList$1
  super_class: java.lang.Object
{
  final com.googlecode.lanterna.gui2.RadioBoxList this$0;
    descriptor: Lcom/googlecode/lanterna/gui2/RadioBoxList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$previouslyChecked;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.googlecode.lanterna.gui2.RadioBoxList, int);
    descriptor: (Lcom/googlecode/lanterna/gui2/RadioBoxList;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.googlecode.lanterna.gui2.RadioBoxList$1 this
         0: .line 216
            aload 0 /* this */
            aload 1
            putfield com.googlecode.lanterna.gui2.RadioBoxList$1.this$0:Lcom/googlecode/lanterna/gui2/RadioBoxList;
            aload 0 /* this */
            iload 2
            putfield com.googlecode.lanterna.gui2.RadioBoxList$1.val$previouslyChecked:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.googlecode.lanterna.gui2.RadioBoxList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/googlecode/lanterna/gui2/RadioBoxList$1;
    MethodParameters:
                       Name  Flags
      this$0                 final
      val$previouslyChecked  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.googlecode.lanterna.gui2.RadioBoxList$1 this
         0: .line 219
            aload 0 /* this */
            getfield com.googlecode.lanterna.gui2.RadioBoxList$1.this$0:Lcom/googlecode/lanterna/gui2/RadioBoxList;
            getfield com.googlecode.lanterna.gui2.RadioBoxList.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: com.googlecode.lanterna.gui2.RadioBoxList$1 top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.googlecode.lanterna.gui2.RadioBoxList$Listener
            astore 1 /* listener */
        start local 1 // com.googlecode.lanterna.gui2.RadioBoxList$Listener listener
         2: .line 220
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.googlecode.lanterna.gui2.RadioBoxList$1.this$0:Lcom/googlecode/lanterna/gui2/RadioBoxList;
            getfield com.googlecode.lanterna.gui2.RadioBoxList.checkedIndex:I
            aload 0 /* this */
            getfield com.googlecode.lanterna.gui2.RadioBoxList$1.val$previouslyChecked:I
            invokeinterface com.googlecode.lanterna.gui2.RadioBoxList$Listener.onSelectionChanged:(II)V
        end local 1 // com.googlecode.lanterna.gui2.RadioBoxList$Listener listener
         3: .line 219
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 222
            return
        end local 0 // com.googlecode.lanterna.gui2.RadioBoxList$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/googlecode/lanterna/gui2/RadioBoxList$1;
            2    3     1  listener  Lcom/googlecode/lanterna/gui2/RadioBoxList$Listener;
}
SourceFile: "RadioBoxList.java"
EnclosingMethod: com.googlecode.lanterna.gui2.RadioBoxList.setCheckedIndex:(I)V
NestHost: com.googlecode.lanterna.gui2.RadioBoxList
InnerClasses:
  com.googlecode.lanterna.gui2.RadioBoxList$1
  public abstract Listener = com.googlecode.lanterna.gui2.RadioBoxList$Listener of com.googlecode.lanterna.gui2.RadioBoxList