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 0: aload 0
aload 1
putfield javafx.scene.shape.Polyline$2.this$0:Ljavafx/scene/shape/Polyline;
aload 0
invokespecial com.sun.javafx.collections.TrackableObservableList.<init>:()V
return
end local 0 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 start local 1 0: aload 0
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: aload 0
getfield javafx.scene.shape.Polyline$2.this$0:Ljavafx/scene/shape/Polyline;
invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
2: return
end local 1 end local 0 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