class javafx.scene.chart.CategoryAxis$4 extends javafx.beans.property.ObjectPropertyBase<javafx.collections.ObservableList<java.lang.String>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.chart.CategoryAxis$4
  super_class: javafx.beans.property.ObjectPropertyBase
{
  javafx.collections.ObservableList<java.lang.String> old;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0000) 
    Signature: Ljavafx/collections/ObservableList<Ljava/lang/String;>;

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

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javafx.scene.chart.CategoryAxis$4 this
         0: .line 174
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.this$0:Ljavafx/scene/chart/CategoryAxis;
            invokevirtual javafx.scene.chart.CategoryAxis.getDuplicate:()Ljava/lang/String;
            ifnull 2
         1: .line 175
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Duplicate category added; "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.this$0:Ljavafx/scene/chart/CategoryAxis;
            invokevirtual javafx.scene.chart.CategoryAxis.getDuplicate:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " already present"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.chart.CategoryAxis$4.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 1 /* newItems */
        start local 1 // javafx.collections.ObservableList newItems
         3: .line 178
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.old:Ljavafx/collections/ObservableList;
            aload 1 /* newItems */
            if_acmpeq 7
         4: .line 180
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.old:Ljavafx/collections/ObservableList;
            ifnull 5
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.old:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.this$0:Ljavafx/scene/chart/CategoryAxis;
            getfield javafx.scene.chart.CategoryAxis.itemsListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.removeListener:(Ljavafx/collections/ListChangeListener;)V
         5: .line 181
      StackMap locals: javafx.collections.ObservableList
      StackMap stack:
            aload 1 /* newItems */
            ifnull 6
            aload 1 /* newItems */
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.this$0:Ljavafx/scene/chart/CategoryAxis;
            getfield javafx.scene.chart.CategoryAxis.itemsListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
         6: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newItems */
            putfield javafx.scene.chart.CategoryAxis$4.old:Ljavafx/collections/ObservableList;
         7: .line 184
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.ObservableList newItems
        end local 0 // javafx.scene.chart.CategoryAxis$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljavafx/scene/chart/CategoryAxis$4;
            3    8     1  newItems  Ljavafx/collections/ObservableList<Ljava/lang/String;>;

  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.CategoryAxis$4 this
         0: .line 188
            aload 0 /* this */
            getfield javafx.scene.chart.CategoryAxis$4.this$0:Ljavafx/scene/chart/CategoryAxis;
            areturn
        end local 0 // javafx.scene.chart.CategoryAxis$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/CategoryAxis$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.CategoryAxis$4 this
         0: .line 193
            ldc "categories"
            areturn
        end local 0 // javafx.scene.chart.CategoryAxis$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/CategoryAxis$4;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/collections/ObservableList<Ljava/lang/String;>;>;
SourceFile: "CategoryAxis.java"
EnclosingMethod: javafx.scene.chart.CategoryAxis
NestHost: javafx.scene.chart.CategoryAxis
InnerClasses:
  javafx.scene.chart.CategoryAxis$4