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

  void <init>(javafx.scene.Node$MiscProperties, javafx.scene.CacheHint);
    descriptor: (Ljavafx/scene/Node$MiscProperties;Ljavafx/scene/CacheHint;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.Node$MiscProperties$5 this
        start local 2 // javafx.scene.CacheHint $anonymous0
         0: .line 6914
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$MiscProperties$5.this$1:Ljavafx/scene/Node$MiscProperties;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.CacheHint $anonymous0
        end local 0 // javafx.scene.Node$MiscProperties$5 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/Node$MiscProperties$5;
            0    1     2  $anonymous0  Ljavafx/scene/CacheHint;
    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$MiscProperties$5 this
         0: .line 6917
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$5.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_CACHE:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 6918
            return
        end local 0 // javafx.scene.Node$MiscProperties$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/Node$MiscProperties$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$MiscProperties$5 this
         0: .line 6922
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$5.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$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$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$MiscProperties$5 this
         0: .line 6927
            ldc "cacheHint"
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$5;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/CacheHint;>;
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties.cacheHintProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.Node
InnerClasses:
  private final MiscProperties = javafx.scene.Node$MiscProperties of javafx.scene.Node
  javafx.scene.Node$MiscProperties$5