class javafx.scene.shape.Polyline$2 extends com.sun.javafx.collections.TrackableObservableList<java.lang.Double>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Polyline$2
  super_class: com.sun.javafx.collections.TrackableObservableList
{
  final javafx.scene.shape.Polyline this$0;
    descriptor: Ljavafx/scene/shape/Polyline;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.Polyline);
    descriptor: (Ljavafx/scene/shape/Polyline;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Polyline$2 this
         0: .line 134
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Polyline$2.this$0:Ljavafx/scene/shape/Polyline;
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.TrackableObservableList.<init>:()V
            return
        end local 0 // javafx.scene.shape.Polyline$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Polyline$2;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void onChanged(javafx.collections.ListChangeListener$Change<java.lang.Double>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Polyline$2 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 137
            aload 0 /* this */
            getfield javafx.scene.shape.Polyline$2.this$0:Ljavafx/scene/shape/Polyline;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_GEOMETRY:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 138
            aload 0 /* this */
            getfield javafx.scene.shape.Polyline$2.this$0:Ljavafx/scene/shape/Polyline;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         2: .line 139
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.scene.shape.Polyline$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/shape/Polyline$2;
            0    3     1     c  Ljavafx/collections/ListChangeListener$Change<Ljava/lang/Double;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<Ljava/lang/Double;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Lcom/sun/javafx/collections/TrackableObservableList<Ljava/lang/Double;>;
SourceFile: "Polyline.java"
EnclosingMethod: javafx.scene.shape.Polyline
NestHost: javafx.scene.shape.Polyline
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  javafx.scene.shape.Polyline$2