class javafx.scene.control.Tab$2 extends javafx.beans.property.ReadOnlyObjectWrapper<javafx.scene.control.TabPane>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.control.Tab$2
  super_class: javafx.beans.property.ReadOnlyObjectWrapper
{
  private java.lang.ref.WeakReference<javafx.scene.control.TabPane> oldParent;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/WeakReference<Ljavafx/scene/control/TabPane;>;

  final javafx.scene.control.Tab this$0;
    descriptor: Ljavafx/scene/control/Tab;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // javafx.scene.control.Tab$2 this
         0: .line 261
            aload 0 /* this */
            getfield javafx.scene.control.Tab$2.oldParent:Ljava/lang/ref/WeakReference;
            ifnull 2
            aload 0 /* this */
            getfield javafx.scene.control.Tab$2.oldParent:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            ifnull 2
         1: .line 262
            aload 0 /* this */
            getfield javafx.scene.control.Tab$2.oldParent:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.scene.control.TabPane
            invokevirtual javafx.scene.control.TabPane.disabledProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
            aload 0 /* this */
            getfield javafx.scene.control.Tab$2.this$0:Ljavafx/scene/control/Tab;
            getfield javafx.scene.control.Tab.parentDisabledChangedListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ReadOnlyBooleanProperty.removeListener:(Ljavafx/beans/InvalidationListener;)V
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.Tab$2.this$0:Ljavafx/scene/control/Tab;
            invokevirtual javafx.scene.control.Tab.updateDisabled:()V
         3: .line 265
            aload 0 /* this */
            invokevirtual javafx.scene.control.Tab$2.get:()Ljava/lang/Object;
            checkcast javafx.scene.control.TabPane
            astore 1 /* newParent */
        start local 1 // javafx.scene.control.TabPane newParent
         4: .line 266
            aload 1 /* newParent */
            ifnull 6
         5: .line 267
            aload 1 /* newParent */
            invokevirtual javafx.scene.control.TabPane.disabledProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
            aload 0 /* this */
            getfield javafx.scene.control.Tab$2.this$0:Ljavafx/scene/control/Tab;
            getfield javafx.scene.control.Tab.parentDisabledChangedListener:Ljavafx/beans/InvalidationListener;
            invokevirtual javafx.beans.property.ReadOnlyBooleanProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
         6: .line 269
      StackMap locals: javafx.scene.control.TabPane
      StackMap stack:
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 1 /* newParent */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield javafx.scene.control.Tab$2.oldParent:Ljava/lang/ref/WeakReference;
         7: .line 270
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyObjectWrapper.invalidated:()V
         8: .line 271
            return
        end local 1 // javafx.scene.control.TabPane newParent
        end local 0 // javafx.scene.control.Tab$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavafx/scene/control/Tab$2;
            4    9     1  newParent  Ljavafx/scene/control/TabPane;
}
Signature: Ljavafx/beans/property/ReadOnlyObjectWrapper<Ljavafx/scene/control/TabPane;>;
SourceFile: "Tab.java"
EnclosingMethod: javafx.scene.control.Tab.tabPanePropertyImpl:()Ljavafx/beans/property/ReadOnlyObjectWrapper;
NestHost: javafx.scene.control.Tab
InnerClasses:
  javafx.scene.control.Tab$2