class javafx.scene.Node$7 extends javafx.css.StyleableBooleanProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$7
  super_class: javafx.css.StyleableBooleanProperty
{
  boolean oldValue;
    descriptor: Z
    flags: (0x0000) 

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

  void <init>(javafx.scene.Node, boolean);
    descriptor: (Ljavafx/scene/Node;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.Node$7 this
        start local 2 // boolean $anonymous0
         0: .line 1391
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableBooleanProperty.<init>:(Z)V
         1: .line 1392
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.Node$7.oldValue:Z
         2: .line 1391
            return
        end local 2 // boolean $anonymous0
        end local 0 // javafx.scene.Node$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavafx/scene/Node$7;
            0    3     2  $anonymous0  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.Node$7 this
         0: .line 1395
            aload 0 /* this */
            getfield javafx.scene.Node$7.oldValue:Z
            aload 0 /* this */
            invokevirtual javafx.scene.Node$7.get:()Z
            if_icmpeq 7
         1: .line 1396
            aload 0 /* this */
            getfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_VISIBLE:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         2: .line 1397
            aload 0 /* this */
            getfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         3: .line 1398
            aload 0 /* this */
            getfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            iconst_0
            invokevirtual javafx.scene.Node.updateTreeVisible:(Z)V
         4: .line 1399
            aload 0 /* this */
            getfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.getParent:()Ljavafx/scene/Parent;
            ifnull 6
         5: .line 1403
            aload 0 /* this */
            getfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.getParent:()Ljavafx/scene/Parent;
            aload 0 /* this */
            getfield javafx.scene.Node$7.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Parent.childVisibilityChanged:(Ljavafx/scene/Node;)V
         6: .line 1405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.Node$7.get:()Z
            putfield javafx.scene.Node$7.oldValue:Z
         7: .line 1407
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.Node$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/Node$7;

  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$7 this
         0: .line 1411
            getstatic javafx.scene.Node$StyleableProperties.VISIBILITY:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.Node$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$7;

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

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