public class javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent<T> extends javafx.event.Event
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent
  super_class: javafx.event.Event
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8445355590698862999

  private final transient javafx.scene.control.CheckBoxTreeItem<T> treeItem;
    descriptor: Ljavafx/scene/control/CheckBoxTreeItem;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
    Signature: Ljavafx/scene/control/CheckBoxTreeItem<TT;>;

  private final boolean selectionChanged;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final javafx.event.EventType<javafx.event.Event> ANY;
    descriptor: Ljavafx/event/EventType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventType<Ljavafx/event/Event;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 365
            new javafx.event.EventType
            dup
            getstatic javafx.event.Event.ANY:Ljavafx/event/EventType;
            ldc "TREE_MODIFICATION"
            invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
         1: .line 364
            putstatic javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent.ANY:Ljavafx/event/EventType;
         2: .line 365
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javafx.event.EventType<? extends javafx.event.Event>, javafx.scene.control.CheckBoxTreeItem<T>, );
    descriptor: (Ljavafx/event/EventType;Ljavafx/scene/control/CheckBoxTreeItem;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
        start local 1 // javafx.event.EventType eventType
        start local 2 // javafx.scene.control.CheckBoxTreeItem treeItem
        start local 3 // boolean selectionChanged
         0: .line 376
            aload 0 /* this */
            aload 1 /* eventType */
            invokespecial javafx.event.Event.<init>:(Ljavafx/event/EventType;)V
         1: .line 377
            aload 0 /* this */
            aload 2 /* treeItem */
            putfield javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent.treeItem:Ljavafx/scene/control/CheckBoxTreeItem;
         2: .line 378
            aload 0 /* this */
            iload 3 /* selectionChanged */
            putfield javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent.selectionChanged:Z
         3: .line 379
            return
        end local 3 // boolean selectionChanged
        end local 2 // javafx.scene.control.CheckBoxTreeItem treeItem
        end local 1 // javafx.event.EventType eventType
        end local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Ljavafx/scene/control/CheckBoxTreeItem$TreeModificationEvent<TT;>;
            0    4     1         eventType  Ljavafx/event/EventType<+Ljavafx/event/Event;>;
            0    4     2          treeItem  Ljavafx/scene/control/CheckBoxTreeItem<TT;>;
            0    4     3  selectionChanged  Z
    Signature: (Ljavafx/event/EventType<+Ljavafx/event/Event;>;Ljavafx/scene/control/CheckBoxTreeItem<TT;>;Z)V
    MethodParameters:
                  Name  Flags
      eventType         
      treeItem          
      selectionChanged  

  public javafx.scene.control.CheckBoxTreeItem<T> getTreeItem();
    descriptor: ()Ljavafx/scene/control/CheckBoxTreeItem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
         0: .line 386
            aload 0 /* this */
            getfield javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent.treeItem:Ljavafx/scene/control/CheckBoxTreeItem;
            areturn
        end local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/CheckBoxTreeItem$TreeModificationEvent<TT;>;
    Signature: ()Ljavafx/scene/control/CheckBoxTreeItem<TT;>;

  public boolean wasSelectionChanged();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
         0: .line 395
            aload 0 /* this */
            getfield javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent.selectionChanged:Z
            ireturn
        end local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/CheckBoxTreeItem$TreeModificationEvent<TT;>;

  public boolean wasIndeterminateChanged();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
         0: .line 405
            aload 0 /* this */
            getfield javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent.selectionChanged:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/CheckBoxTreeItem$TreeModificationEvent<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/event/Event;
SourceFile: "CheckBoxTreeItem.java"
NestHost: javafx.scene.control.CheckBoxTreeItem
InnerClasses:
  public TreeModificationEvent = javafx.scene.control.CheckBoxTreeItem$TreeModificationEvent of javafx.scene.control.CheckBoxTreeItem