public class javafx.scene.control.cell.ChoiceBoxListCell<T> extends javafx.scene.control.ListCell<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.control.cell.ChoiceBoxListCell
  super_class: javafx.scene.control.ListCell
{
  private final javafx.collections.ObservableList<T> items;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ObservableList<TT;>;

  private javafx.scene.control.ChoiceBox<T> choiceBox;
    descriptor: Ljavafx/scene/control/ChoiceBox;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/scene/control/ChoiceBox<TT;>;

  private javafx.beans.property.ObjectProperty<javafx.util.StringConverter<T>> converter;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/util/StringConverter<TT;>;>;

  public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>, javafx.scene.control.ListCell<T>> forListView(T[]);
    descriptor: ([Ljava/lang/Object;)Ljavafx/util/Callback;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object[] items
         0: .line 82
            aload 0 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ChoiceBoxListCell.forListView:(Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
            areturn
        end local 0 // java.lang.Object[] items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  items  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Ljavafx/util/Callback<Ljavafx/scene/control/ListView<TT;>;Ljavafx/scene/control/ListCell<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
       Name  Flags
      items  final

  public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>, javafx.scene.control.ListCell<T>> forListView(javafx.util.StringConverter<T>, T[]);
    descriptor: (Ljavafx/util/StringConverter;[Ljava/lang/Object;)Ljavafx/util/Callback;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.util.StringConverter converter
        start local 1 // java.lang.Object[] items
         0: .line 106
            aload 0 /* converter */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ChoiceBoxListCell.forListView:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
            areturn
        end local 1 // java.lang.Object[] items
        end local 0 // javafx.util.StringConverter converter
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  converter  Ljavafx/util/StringConverter<TT;>;
            0    1     1      items  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljavafx/util/StringConverter<TT;>;[TT;)Ljavafx/util/Callback<Ljavafx/scene/control/ListView<TT;>;Ljavafx/scene/control/ListCell<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
           Name  Flags
      converter  final
      items      final

  public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>, javafx.scene.control.ListCell<T>> forListView(javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableList items
         0: .line 126
            aconst_null
            aload 0 /* items */
            invokestatic javafx.scene.control.cell.ChoiceBoxListCell.forListView:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
            areturn
        end local 0 // javafx.collections.ObservableList items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  items  Ljavafx/collections/ObservableList<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljavafx/collections/ObservableList<TT;>;)Ljavafx/util/Callback<Ljavafx/scene/control/ListView<TT;>;Ljavafx/scene/control/ListCell<TT;>;>;
    MethodParameters:
       Name  Flags
      items  final

  public static <T> javafx.util.Callback<javafx.scene.control.ListView<T>, javafx.scene.control.ListCell<T>> forListView(javafx.util.StringConverter<T>, javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.util.StringConverter converter
        start local 1 // javafx.collections.ObservableList items
         0: .line 149
            aload 0 /* converter */
            aload 1 /* items */
            invokedynamic call(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  javafx/scene/control/cell/ChoiceBoxListCell.lambda$0(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;Ljavafx/scene/control/ListView;)Ljavafx/scene/control/ListCell; (6)
                  (Ljavafx/scene/control/ListView;)Ljavafx/scene/control/ListCell;
            areturn
        end local 1 // javafx.collections.ObservableList items
        end local 0 // javafx.util.StringConverter converter
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  converter  Ljavafx/util/StringConverter<TT;>;
            0    1     1      items  Ljavafx/collections/ObservableList<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljavafx/util/StringConverter<TT;>;Ljavafx/collections/ObservableList<TT;>;)Ljavafx/util/Callback<Ljavafx/scene/control/ListView<TT;>;Ljavafx/scene/control/ListCell<TT;>;>;
    MethodParameters:
           Name  Flags
      converter  final
      items      final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
         0: .line 176
            aload 0 /* this */
            invokestatic javafx.collections.FXCollections.observableArrayList:()Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxListCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 177
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;

  public void <init>();
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
        start local 1 // java.lang.Object[] items
         0: .line 188
            aload 0 /* this */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxListCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 189
            return
        end local 1 // java.lang.Object[] items
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
            0    2     1  items  [Ljava/lang/Object;
    Signature: ([TT;)V
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
       Name  Flags
      items  

  public void <init>(javafx.util.StringConverter<T>, );
    descriptor: (Ljavafx/util/StringConverter;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // java.lang.Object[] items
         0: .line 205
            aload 0 /* this */
            aload 1 /* converter */
            aload 2 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxListCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 206
            return
        end local 2 // java.lang.Object[] items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
            0    2     1  converter  Ljavafx/util/StringConverter<TT;>;
            0    2     2      items  [Ljava/lang/Object;
    Signature: (Ljavafx/util/StringConverter<TT;>;[TT;)V
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
           Name  Flags
      converter  
      items      

  public void <init>(javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
        start local 1 // javafx.collections.ObservableList items
         0: .line 216
            aload 0 /* this */
            aconst_null
            aload 1 /* items */
            invokespecial javafx.scene.control.cell.ChoiceBoxListCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 217
            return
        end local 1 // javafx.collections.ObservableList items
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
            0    2     1  items  Ljavafx/collections/ObservableList<TT;>;
    Signature: (Ljavafx/collections/ObservableList<TT;>;)V
    MethodParameters:
       Name  Flags
      items  

  public void <init>(javafx.util.StringConverter<T>, javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // javafx.collections.ObservableList items
         0: .line 231
            aload 0 /* this */
            invokespecial javafx.scene.control.ListCell.<init>:()V
         1: .line 246
            aload 0 /* this */
         2: .line 247
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "converter"
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.control.cell.ChoiceBoxListCell.converter:Ljavafx/beans/property/ObjectProperty;
         3: .line 232
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.getStyleClass:()Ljavafx/collections/ObservableList;
            ldc "choice-box-list-cell"
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 233
            aload 0 /* this */
            aload 2 /* items */
            putfield javafx.scene.control.cell.ChoiceBoxListCell.items:Ljavafx/collections/ObservableList;
         5: .line 234
            aload 0 /* this */
            aload 1 /* converter */
            ifnull 6
            aload 1 /* converter */
            goto 7
      StackMap locals: javafx.scene.control.cell.ChoiceBoxListCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ChoiceBoxListCell
         6: invokestatic javafx.scene.control.cell.CellUtils.defaultStringConverter:()Ljavafx/util/StringConverter;
      StackMap locals: javafx.scene.control.cell.ChoiceBoxListCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ChoiceBoxListCell javafx.util.StringConverter
         7: invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.setConverter:(Ljavafx/util/StringConverter;)V
         8: .line 235
            return
        end local 2 // javafx.collections.ObservableList items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
            0    9     1  converter  Ljavafx/util/StringConverter<TT;>;
            0    9     2      items  Ljavafx/collections/ObservableList<TT;>;
    Signature: (Ljavafx/util/StringConverter<TT;>;Ljavafx/collections/ObservableList<TT;>;)V
    MethodParameters:
           Name  Flags
      converter  
      items      

  public final javafx.beans.property.ObjectProperty<javafx.util.StringConverter<T>> converterProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
         0: .line 254
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.converter:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/util/StringConverter<TT;>;>;

  public final void setConverter(javafx.util.StringConverter<T>);
    descriptor: (Ljavafx/util/StringConverter;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
        start local 1 // javafx.util.StringConverter value
         0: .line 262
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 263
            return
        end local 1 // javafx.util.StringConverter value
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
            0    2     1  value  Ljavafx/util/StringConverter<TT;>;
    Signature: (Ljavafx/util/StringConverter<TT;>;)V
    MethodParameters:
       Name  Flags
      value  

  public final javafx.util.StringConverter<T> getConverter();
    descriptor: ()Ljavafx/util/StringConverter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
         0: .line 270
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.util.StringConverter
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
    Signature: ()Ljavafx/util/StringConverter<TT;>;

  public javafx.collections.ObservableList<T> getItems();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
         0: .line 286
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.items:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
    Signature: ()Ljavafx/collections/ObservableList<TT;>;

  public void startEdit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
         0: .line 291
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.isEditable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.getListView:()Ljavafx/scene/control/ListView;
            invokevirtual javafx.scene.control.ListView.isEditable:()Z
            ifne 2
         1: .line 292
      StackMap locals:
      StackMap stack:
            return
         2: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            ifnonnull 4
         3: .line 296
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.items:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            invokestatic javafx.scene.control.cell.CellUtils.createChoiceBox:(Ljavafx/scene/control/Cell;Ljavafx/collections/ObservableList;Ljavafx/beans/property/ObjectProperty;)Ljavafx/scene/control/ChoiceBox;
            putfield javafx.scene.control.cell.ChoiceBoxListCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
         4: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokevirtual javafx.scene.control.ChoiceBox.getSelectionModel:()Ljavafx/scene/control/SingleSelectionModel;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.getItem:()Ljava/lang/Object;
            invokevirtual javafx.scene.control.SingleSelectionModel.select:(Ljava/lang/Object;)V
         5: .line 301
            aload 0 /* this */
            invokespecial javafx.scene.control.ListCell.startEdit:()V
         6: .line 303
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.isEditing:()Z
            ifeq 9
         7: .line 304
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.setText:(Ljava/lang/String;)V
         8: .line 305
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.setGraphic:(Ljavafx/scene/Node;)V
         9: .line 307
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;

  public void cancelEdit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
         0: .line 311
            aload 0 /* this */
            invokespecial javafx.scene.control.ListCell.cancelEdit:()V
         1: .line 313
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.getConverter:()Ljavafx/util/StringConverter;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.getItem:()Ljava/lang/Object;
            invokevirtual javafx.util.StringConverter.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.setText:(Ljava/lang/String;)V
         2: .line 314
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.setGraphic:(Ljavafx/scene/Node;)V
         3: .line 315
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;

  public void updateItem(T, );
    descriptor: (Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
        start local 1 // java.lang.Object item
        start local 2 // boolean empty
         0: .line 319
            aload 0 /* this */
            aload 1 /* item */
            iload 2 /* empty */
            invokespecial javafx.scene.control.ListCell.updateItem:(Ljava/lang/Object;Z)V
         1: .line 320
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxListCell.getConverter:()Ljavafx/util/StringConverter;
            aconst_null
            aconst_null
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxListCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokestatic javafx.scene.control.cell.CellUtils.updateItem:(Ljavafx/scene/control/Cell;Ljavafx/util/StringConverter;Ljavafx/scene/layout/HBox;Ljavafx/scene/Node;Ljavafx/scene/control/ChoiceBox;)V
         2: .line 321
            return
        end local 2 // boolean empty
        end local 1 // java.lang.Object item
        end local 0 // javafx.scene.control.cell.ChoiceBoxListCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/control/cell/ChoiceBoxListCell<TT;>;
            0    3     1   item  TT;
            0    3     2  empty  Z
    Signature: (TT;Z)V
    MethodParameters:
       Name  Flags
      item   
      empty  

  private static javafx.scene.control.ListCell lambda$0(javafx.util.StringConverter, javafx.collections.ObservableList, javafx.scene.control.ListView);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;Ljavafx/scene/control/ListView;)Ljavafx/scene/control/ListCell;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 2 // javafx.scene.control.ListView list
         0: .line 149
            new javafx.scene.control.cell.ChoiceBoxListCell
            dup
            aload 0
            aload 1
            invokespecial javafx.scene.control.cell.ChoiceBoxListCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
            areturn
        end local 2 // javafx.scene.control.ListView list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2  list  Ljavafx/scene/control/ListView<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/scene/control/ListCell<TT;>;
SourceFile: "ChoiceBoxListCell.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles