class javafx.scene.chart.Chart$4 extends javafx.beans.property.ObjectPropertyBase<javafx.scene.Node>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.chart.Chart$4
  super_class: javafx.beans.property.ObjectPropertyBase
{
  private javafx.scene.Node old;
    descriptor: Ljavafx/scene/Node;
    flags: (0x0002) ACC_PRIVATE

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

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.chart.Chart$4 this
         0: .line 164
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$4.get:()Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 1 /* newLegend */
        start local 1 // javafx.scene.Node newLegend
         1: .line 165
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$4.old:Ljavafx/scene/Node;
            ifnull 2
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$4.this$0:Ljavafx/scene/chart/Chart;
            invokestatic javafx.scene.chart.Chart.access$0:(Ljavafx/scene/chart/Chart;)Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$4.old:Ljavafx/scene/Node;
            invokeinterface javafx.collections.ObservableList.remove:(Ljava/lang/Object;)Z
            pop
         2: .line 166
      StackMap locals: javafx.scene.Node
      StackMap stack:
            aload 1 /* newLegend */
            ifnull 5
         3: .line 167
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$4.this$0:Ljavafx/scene/chart/Chart;
            invokestatic javafx.scene.chart.Chart.access$0:(Ljavafx/scene/chart/Chart;)Ljavafx/collections/ObservableList;
            aload 1 /* newLegend */
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 168
            aload 1 /* newLegend */
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$4.this$0:Ljavafx/scene/chart/Chart;
            invokevirtual javafx.scene.chart.Chart.isLegendVisible:()Z
            invokevirtual javafx.scene.Node.setVisible:(Z)V
         5: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newLegend */
            putfield javafx.scene.chart.Chart$4.old:Ljavafx/scene/Node;
         6: .line 171
            return
        end local 1 // javafx.scene.Node newLegend
        end local 0 // javafx.scene.chart.Chart$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljavafx/scene/chart/Chart$4;
            1    7     1  newLegend  Ljavafx/scene/Node;

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

  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.chart.Chart$4 this
         0: .line 180
            ldc "legend"
            areturn
        end local 0 // javafx.scene.chart.Chart$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/Chart$4;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/Node;>;
SourceFile: "Chart.java"
EnclosingMethod: javafx.scene.chart.Chart
NestHost: javafx.scene.chart.Chart
InnerClasses:
  javafx.scene.chart.Chart$4