public class javafx.scene.control.cell.ChoiceBoxTableCell<S, T> extends javafx.scene.control.TableCell<S, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.control.cell.ChoiceBoxTableCell
  super_class: javafx.scene.control.TableCell
{
  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 <S, T> javafx.util.Callback<javafx.scene.control.TableColumn<S, T>, javafx.scene.control.TableCell<S, T>> forTableColumn(T[]);
    descriptor: ([Ljava/lang/Object;)Ljavafx/util/Callback;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object[] items
         0: .line 86
            aconst_null
            aload 0 /* items */
            invokestatic javafx.scene.control.cell.ChoiceBoxTableCell.forTableColumn:(Ljavafx/util/StringConverter;[Ljava/lang/Object;)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: <S:Ljava/lang/Object;T:Ljava/lang/Object;>([TT;)Ljavafx/util/Callback<Ljavafx/scene/control/TableColumn<TS;TT;>;Ljavafx/scene/control/TableCell<TS;TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
       Name  Flags
      items  final

  public static <S, T> javafx.util.Callback<javafx.scene.control.TableColumn<S, T>, javafx.scene.control.TableCell<S, T>> forTableColumn(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 114
            aload 0 /* converter */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ChoiceBoxTableCell.forTableColumn:(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: <S:Ljava/lang/Object;T:Ljava/lang/Object;>(Ljavafx/util/StringConverter<TT;>;[TT;)Ljavafx/util/Callback<Ljavafx/scene/control/TableColumn<TS;TT;>;Ljavafx/scene/control/TableCell<TS;TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
           Name  Flags
      converter  final
      items      final

  public static <S, T> javafx.util.Callback<javafx.scene.control.TableColumn<S, T>, javafx.scene.control.TableCell<S, T>> forTableColumn(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 138
            aconst_null
            aload 0 /* items */
            invokestatic javafx.scene.control.cell.ChoiceBoxTableCell.forTableColumn:(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: <S:Ljava/lang/Object;T:Ljava/lang/Object;>(Ljavafx/collections/ObservableList<TT;>;)Ljavafx/util/Callback<Ljavafx/scene/control/TableColumn<TS;TT;>;Ljavafx/scene/control/TableCell<TS;TT;>;>;
    MethodParameters:
       Name  Flags
      items  final

  public static <S, T> javafx.util.Callback<javafx.scene.control.TableColumn<S, T>, javafx.scene.control.TableCell<S, T>> forTableColumn(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 165
            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/ChoiceBoxTableCell.lambda$0(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;Ljavafx/scene/control/TableColumn;)Ljavafx/scene/control/TableCell; (6)
                  (Ljavafx/scene/control/TableColumn;)Ljavafx/scene/control/TableCell;
            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: <S:Ljava/lang/Object;T:Ljava/lang/Object;>(Ljavafx/util/StringConverter<TT;>;Ljavafx/collections/ObservableList<TT;>;)Ljavafx/util/Callback<Ljavafx/scene/control/TableColumn<TS;TT;>;Ljavafx/scene/control/TableCell<TS;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.ChoiceBoxTableCell this
         0: .line 192
            aload 0 /* this */
            invokestatic javafx.collections.FXCollections.observableArrayList:()Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxTableCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 193
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
        start local 1 // java.lang.Object[] items
         0: .line 204
            aload 0 /* this */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxTableCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 205
            return
        end local 1 // java.lang.Object[] items
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // java.lang.Object[] items
         0: .line 221
            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.ChoiceBoxTableCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 222
            return
        end local 2 // java.lang.Object[] items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
        start local 1 // javafx.collections.ObservableList items
         0: .line 232
            aload 0 /* this */
            aconst_null
            aload 1 /* items */
            invokespecial javafx.scene.control.cell.ChoiceBoxTableCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 233
            return
        end local 1 // javafx.collections.ObservableList items
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // javafx.collections.ObservableList items
         0: .line 247
            aload 0 /* this */
            invokespecial javafx.scene.control.TableCell.<init>:()V
         1: .line 261
            aload 0 /* this */
         2: .line 262
            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.ChoiceBoxTableCell.converter:Ljavafx/beans/property/ObjectProperty;
         3: .line 248
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getStyleClass:()Ljavafx/collections/ObservableList;
            ldc "choice-box-table-cell"
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 249
            aload 0 /* this */
            aload 2 /* items */
            putfield javafx.scene.control.cell.ChoiceBoxTableCell.items:Ljavafx/collections/ObservableList;
         5: .line 250
            aload 0 /* this */
            aload 1 /* converter */
            ifnull 6
            aload 1 /* converter */
            goto 7
      StackMap locals: javafx.scene.control.cell.ChoiceBoxTableCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ChoiceBoxTableCell
         6: invokestatic javafx.scene.control.cell.CellUtils.defaultStringConverter:()Ljavafx/util/StringConverter;
      StackMap locals: javafx.scene.control.cell.ChoiceBoxTableCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ChoiceBoxTableCell javafx.util.StringConverter
         7: invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.setConverter:(Ljavafx/util/StringConverter;)V
         8: .line 251
            return
        end local 2 // javafx.collections.ObservableList items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
         0: .line 269
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.converter:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
        start local 1 // javafx.util.StringConverter value
         0: .line 277
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 278
            return
        end local 1 // javafx.util.StringConverter value
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
         0: .line 285
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.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.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
         0: .line 301
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.items:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
         0: .line 306
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.isEditable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getTableView:()Ljavafx/scene/control/TableView;
            invokevirtual javafx.scene.control.TableView.isEditable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getTableColumn:()Ljavafx/scene/control/TableColumn;
            invokevirtual javafx.scene.control.TableColumn.isEditable:()Z
            ifne 2
         1: .line 307
      StackMap locals:
      StackMap stack:
            return
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            ifnonnull 4
         3: .line 311
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.items:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.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.ChoiceBoxTableCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
         4: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokevirtual javafx.scene.control.ChoiceBox.getSelectionModel:()Ljavafx/scene/control/SingleSelectionModel;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getItem:()Ljava/lang/Object;
            invokevirtual javafx.scene.control.SingleSelectionModel.select:(Ljava/lang/Object;)V
         5: .line 316
            aload 0 /* this */
            invokespecial javafx.scene.control.TableCell.startEdit:()V
         6: .line 317
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.setText:(Ljava/lang/String;)V
         7: .line 318
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.setGraphic:(Ljavafx/scene/Node;)V
         8: .line 319
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
         0: .line 323
            aload 0 /* this */
            invokespecial javafx.scene.control.TableCell.cancelEdit:()V
         1: .line 325
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getConverter:()Ljavafx/util/StringConverter;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getItem:()Ljava/lang/Object;
            invokevirtual javafx.util.StringConverter.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.setText:(Ljava/lang/String;)V
         2: .line 326
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.setGraphic:(Ljavafx/scene/Node;)V
         3: .line 327
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.ChoiceBoxTableCell this
        start local 1 // java.lang.Object item
        start local 2 // boolean empty
         0: .line 331
            aload 0 /* this */
            aload 1 /* item */
            iload 2 /* empty */
            invokespecial javafx.scene.control.TableCell.updateItem:(Ljava/lang/Object;Z)V
         1: .line 332
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTableCell.getConverter:()Ljavafx/util/StringConverter;
            aconst_null
            aconst_null
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTableCell.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 333
            return
        end local 2 // boolean empty
        end local 1 // java.lang.Object item
        end local 0 // javafx.scene.control.cell.ChoiceBoxTableCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/control/cell/ChoiceBoxTableCell<TS;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.TableCell lambda$0(javafx.util.StringConverter, javafx.collections.ObservableList, javafx.scene.control.TableColumn);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;Ljavafx/scene/control/TableColumn;)Ljavafx/scene/control/TableCell;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 2 // javafx.scene.control.TableColumn list
         0: .line 165
            new javafx.scene.control.cell.ChoiceBoxTableCell
            dup
            aload 0
            aload 1
            invokespecial javafx.scene.control.cell.ChoiceBoxTableCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
            areturn
        end local 2 // javafx.scene.control.TableColumn list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2  list  Ljavafx/scene/control/TableColumn<TS;TT;>;
}
Signature: <S:Ljava/lang/Object;T:Ljava/lang/Object;>Ljavafx/scene/control/TableCell<TS;TT;>;
SourceFile: "ChoiceBoxTableCell.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles