class javafx.scene.Node$13 extends javafx.beans.property.DoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$13
  super_class: javafx.beans.property.DoublePropertyBase
{
  final javafx.scene.Node this$0;
    descriptor: Ljavafx/scene/Node;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.Node, double);
    descriptor: (Ljavafx/scene/Node;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.Node$13 this
        start local 2 // double $anonymous0
         0: .line 2822
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$13.this$0:Ljavafx/scene/Node;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.DoublePropertyBase.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.scene.Node$13 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/Node$13;
            0    1     2  $anonymous0  D
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.Node$13 this
         0: .line 2826
            aload 0 /* this */
            getfield javafx.scene.Node$13.this$0:Ljavafx/scene/Node;
            invokestatic com.sun.javafx.scene.NodeHelper.transformsChanged:(Ljavafx/scene/Node;)V
         1: .line 2827
            aload 0 /* this */
            getfield javafx.scene.Node$13.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.getParent:()Ljavafx/scene/Parent;
            astore 1 /* p */
        start local 1 // javafx.scene.Parent p
         2: .line 2830
            aload 1 /* p */
            ifnull 8
            aload 1 /* p */
            aload 0 /* this */
            getfield javafx.scene.Node$13.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Parent.isCurrentLayoutChild:(Ljavafx/scene/Node;)Z
            ifne 8
         3: .line 2831
            aload 0 /* this */
            getfield javafx.scene.Node$13.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 6
         4: .line 2833
            aload 1 /* p */
            iconst_1
            invokevirtual javafx.scene.Parent.requestLayout:(Z)V
         5: .line 2834
            goto 8
         6: .line 2836
      StackMap locals: javafx.scene.Parent
      StackMap stack:
            aload 1 /* p */
            invokevirtual javafx.scene.Parent.clearSizeCache:()V
         7: .line 2837
            aload 1 /* p */
            invokevirtual javafx.scene.Parent.requestParentLayout:()V
         8: .line 2840
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.Parent p
        end local 0 // javafx.scene.Node$13 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavafx/scene/Node$13;
            2    9     1     p  Ljavafx/scene/Parent;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$13 this
         0: .line 2844
            aload 0 /* this */
            getfield javafx.scene.Node$13.this$0:Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.Node$13 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$13;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$13 this
         0: .line 2849
            ldc "layoutY"
            areturn
        end local 0 // javafx.scene.Node$13 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$13;
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node.layoutYProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.Node
InnerClasses:
  javafx.scene.Node$13