class javafx.scene.Node$MiscProperties$1 extends javafx.css.StyleableDoubleProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$MiscProperties$1
  super_class: javafx.css.StyleableDoubleProperty
{
  final javafx.scene.Node$MiscProperties this$1;
    descriptor: Ljavafx/scene/Node$MiscProperties;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.Node$MiscProperties$1 this
         0: .line 6762
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$1.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.getParent:()Ljavafx/scene/Parent;
            astore 1 /* p */
        start local 1 // javafx.scene.Parent p
         1: .line 6763
            aload 1 /* p */
            ifnull 3
         2: .line 6765
            aload 1 /* p */
            invokevirtual javafx.scene.Parent.markViewOrderChildrenDirty:()V
         3: .line 6767
      StackMap locals: javafx.scene.Parent
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$1.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_VIEW_ORDER:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         4: .line 6768
            return
        end local 1 // javafx.scene.Parent p
        end local 0 // javafx.scene.Node$MiscProperties$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/scene/Node$MiscProperties$1;
            1    5     1     p  Ljavafx/scene/Parent;

  public javafx.css.CssMetaData getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$MiscProperties$1 this
         0: .line 6772
            getstatic javafx.scene.Node$StyleableProperties.VIEW_ORDER:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$1;

  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$MiscProperties$1 this
         0: .line 6777
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$1.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$1;

  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$MiscProperties$1 this
         0: .line 6782
            ldc "viewOrder"
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$1;
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties.viewOrderProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.Node
InnerClasses:
  private final MiscProperties = javafx.scene.Node$MiscProperties of javafx.scene.Node
  javafx.scene.Node$MiscProperties$1
  private StyleableProperties = javafx.scene.Node$StyleableProperties of javafx.scene.Node