class javafx.scene.shape.Circle$4 extends javafx.beans.property.DoublePropertyBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.shape.Circle$4
super_class: javafx.beans.property.DoublePropertyBase
{
final javafx.scene.shape.Circle this$0;
descriptor: Ljavafx/scene/shape/Circle;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.shape.Circle, double);
descriptor: (Ljavafx/scene/shape/Circle;D)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.scene.shape.Circle$4.this$0:Ljavafx/scene/shape/Circle;
aload 0
dload 2
invokespecial javafx.beans.property.DoublePropertyBase.<init>:(D)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Circle$4;
0 1 2 $anonymous0 D
MethodParameters:
Name Flags
this$0 final
$anonymous0
public void invalidated();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.Circle$4.this$0:Ljavafx/scene/shape/Circle;
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.Circle$4.this$0:Ljavafx/scene/shape/Circle;
invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/Circle$4;
public java.lang.Object getBean();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.Circle$4.this$0:Ljavafx/scene/shape/Circle;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Circle$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 0: ldc "centerY"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Circle$4;
}
SourceFile: "Circle.java"
EnclosingMethod: javafx.scene.shape.Circle.centerYProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.shape.Circle
InnerClasses:
javafx.scene.shape.Circle$4