class javafx.scene.control.TreeTableView$10 extends javafx.beans.property.SimpleObjectProperty<javafx.util.Callback<javafx.scene.control.TreeTableView<S>, java.lang.Boolean>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.control.TreeTableView$10
  super_class: javafx.beans.property.SimpleObjectProperty
{
  final javafx.scene.control.TreeTableView this$0;
    descriptor: Ljavafx/scene/control/TreeTableView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.control.TreeTableView, java.lang.Object, java.lang.String, javafx.util.Callback);
    descriptor: (Ljavafx/scene/control/TreeTableView;Ljava/lang/Object;Ljava/lang/String;Ljavafx/util/Callback;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javafx.scene.control.TreeTableView$10 this
        start local 2 // java.lang.Object $anonymous0
        start local 3 // java.lang.String $anonymous1
        start local 4 // javafx.util.Callback $anonymous2
         0: .line 1450
            aload 0 /* this */
            aload 1
            putfield javafx.scene.control.TreeTableView$10.this$0:Ljavafx/scene/control/TreeTableView;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            return
        end local 4 // javafx.util.Callback $anonymous2
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Object $anonymous0
        end local 0 // javafx.scene.control.TreeTableView$10 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/control/TreeTableView$10;
            0    1     2  $anonymous0  Ljava/lang/Object;
            0    1     3  $anonymous1  Ljava/lang/String;
            0    1     4  $anonymous2  Ljavafx/util/Callback<Ljavafx/scene/control/TreeTableView<TS;>;Ljava/lang/Boolean;>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.TreeTableView$10 this
         0: .line 1453
            aload 0 /* this */
            getfield javafx.scene.control.TreeTableView$10.this$0:Ljavafx/scene/control/TreeTableView;
            invokevirtual javafx.scene.control.TreeTableView.sort:()V
         1: .line 1454
            return
        end local 0 // javafx.scene.control.TreeTableView$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/TreeTableView$10;
}
Signature: Ljavafx/beans/property/SimpleObjectProperty<Ljavafx/util/Callback<Ljavafx/scene/control/TreeTableView<TS;>;Ljava/lang/Boolean;>;>;
SourceFile: "TreeTableView.java"
EnclosingMethod: javafx.scene.control.TreeTableView.sortPolicyProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.control.TreeTableView
InnerClasses:
  javafx.scene.control.TreeTableView$10