class javafx.scene.Node$6 extends javafx.beans.property.StringPropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$6
  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, java.lang.String);
    descriptor: (Ljavafx/scene/Node;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.Node$6 this
        start local 2 // java.lang.String $anonymous0
         0: .line 1339
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$6.this$0:Ljavafx/scene/Node;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.StringPropertyBase.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // javafx.scene.Node$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/Node$6;
            0    1     2  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void set(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.Node$6 this
        start local 1 // java.lang.String value
         0: .line 1345
            aload 0 /* this */
            aload 1 /* value */
            ifnull 1
            aload 1 /* value */
            goto 2
      StackMap locals:
      StackMap stack: javafx.scene.Node$6
         1: ldc ""
      StackMap locals: javafx.scene.Node$6 java.lang.String
      StackMap stack: javafx.scene.Node$6 java.lang.String
         2: invokespecial javafx.beans.property.StringPropertyBase.set:(Ljava/lang/String;)V
         3: .line 1346
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.scene.Node$6 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/scene/Node$6;
            0    4     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$6 this
         0: .line 1352
            aload 0 /* this */
            getfield javafx.scene.Node$6.this$0:Ljavafx/scene/Node;
            invokevirtual javafx.scene.Node.reapplyCSS:()V
         1: .line 1353
            return
        end local 0 // javafx.scene.Node$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/Node$6;

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

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