class javafx.scene.control.skin.ChoiceBoxSkin$1 implements javafx.collections.ListChangeListener<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.control.skin.ChoiceBoxSkin$1
  super_class: java.lang.Object
{
  final javafx.scene.control.skin.ChoiceBoxSkin this$0;
    descriptor: Ljavafx/scene/control/skin/ChoiceBoxSkin;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.control.skin.ChoiceBoxSkin);
    descriptor: (Ljavafx/scene/control/skin/ChoiceBoxSkin;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.skin.ChoiceBoxSkin$1 this
         0: .line 100
            aload 0 /* this */
            aload 1
            putfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.scene.control.skin.ChoiceBoxSkin$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/skin/ChoiceBoxSkin$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onChanged(javafx.collections.ListChangeListener$Change<? extends T>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javafx.scene.control.skin.ChoiceBoxSkin$1 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 102
            goto 17
         1: .line 103
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
            ifgt 2
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.wasPermutated:()Z
            ifeq 11
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            getfield javafx.scene.control.skin.ChoiceBoxSkin.toggleGroup:Ljavafx/scene/control/ToggleGroup;
            invokevirtual javafx.scene.control.ToggleGroup.getToggles:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.clear:()V
         3: .line 105
            aload 0 /* this */
            getfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            getfield javafx.scene.control.skin.ChoiceBoxSkin.popup:Ljavafx/scene/control/ContextMenu;
            invokevirtual javafx.scene.control.ContextMenu.getItems:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.clear:()V
         4: .line 106
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: .line 107
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: javafx.scene.control.skin.ChoiceBoxSkin$1 javafx.collections.ListChangeListener$Change int top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         7: .line 108
            aload 0 /* this */
            getfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            aload 3 /* obj */
            iload 2 /* i */
            invokevirtual javafx.scene.control.skin.ChoiceBoxSkin.addPopupItem:(Ljava/lang/Object;I)V
         8: .line 109
            iinc 2 /* i */ 1
        end local 3 // java.lang.Object obj
         9: .line 107
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // int i
        10: .line 111
            goto 17
        11: .line 112
      StackMap locals: javafx.scene.control.skin.ChoiceBoxSkin$1 javafx.collections.ListChangeListener$Change
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            istore 2 /* i */
        start local 2 // int i
        12: goto 16
        13: .line 113
      StackMap locals: int
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
            iload 2 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
        14: .line 114
            aload 0 /* this */
            getfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            aload 3 /* obj */
            iload 2 /* i */
            invokevirtual javafx.scene.control.skin.ChoiceBoxSkin.addPopupItem:(Ljava/lang/Object;I)V
        end local 3 // java.lang.Object obj
        15: .line 112
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            if_icmplt 13
        end local 2 // int i
        17: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ifne 1
        18: .line 118
            aload 0 /* this */
            getfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            invokevirtual javafx.scene.control.skin.ChoiceBoxSkin.updateSelection:()V
        19: .line 119
            aload 0 /* this */
            getfield javafx.scene.control.skin.ChoiceBoxSkin$1.this$0:Ljavafx/scene/control/skin/ChoiceBoxSkin;
            invokevirtual javafx.scene.control.skin.ChoiceBoxSkin.getSkinnable:()Ljavafx/scene/control/Control;
            checkcast javafx.scene.control.ChoiceBox
            invokevirtual javafx.scene.control.ChoiceBox.requestLayout:()V
        20: .line 120
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.scene.control.skin.ChoiceBoxSkin$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Ljavafx/scene/control/skin/ChoiceBoxSkin$1;
            0   21     1     c  Ljavafx/collections/ListChangeListener$Change<+TT;>;
            5   10     2     i  I
            7    9     3   obj  TT;
           12   17     2     i  I
           14   15     3   obj  TT;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TT;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Ljava/lang/Object;Ljavafx/collections/ListChangeListener<TT;>;
SourceFile: "ChoiceBoxSkin.java"
EnclosingMethod: javafx.scene.control.skin.ChoiceBoxSkin
NestHost: javafx.scene.control.skin.ChoiceBoxSkin
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  javafx.scene.control.skin.ChoiceBoxSkin$1