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

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.Node$5 this
         0: .line 1234
            aload 0 /* this */
            getfield javafx.scene.Node$5.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.reapplyCSS:()V
         1: .line 1235
            getstatic com.sun.prism.impl.PrismSettings.printRenderGraph:Z
            ifeq 3
         2: .line 1236
            aload 0 /* this */
            getfield javafx.scene.Node$5.this$0:Ljavafx/scene/Node;
            getstatic com.sun.javafx.scene.DirtyBits.DEBUG:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         3: .line 1238
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.Node$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/Node$5;

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

  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$5 this
         0: .line 1247
            ldc "id"
            areturn
        end local 0 // javafx.scene.Node$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$5;
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node.idProperty:()Ljavafx/beans/property/StringProperty;
NestHost: javafx.scene.Node
InnerClasses:
  javafx.scene.Node$5