class javafx.scene.shape.Cylinder$2 extends javafx.beans.property.SimpleDoubleProperty
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.shape.Cylinder$2
super_class: javafx.beans.property.SimpleDoubleProperty
{
final javafx.scene.shape.Cylinder this$0;
descriptor: Ljavafx/scene/shape/Cylinder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.shape.Cylinder, java.lang.Object, java.lang.String, double);
descriptor: (Ljavafx/scene/shape/Cylinder;Ljava/lang/Object;Ljava/lang/String;D)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=5
start local 0 // javafx.scene.shape.Cylinder$2 this
start local 2 // java.lang.Object $anonymous0
start local 3 // java.lang.String $anonymous1
start local 4 // double $anonymous2
0: .line 151
aload 0 /* this */
aload 1
putfield javafx.scene.shape.Cylinder$2.this$0:Ljavafx/scene/shape/Cylinder;
aload 0 /* this */
aload 2 /* $anonymous0 */
aload 3 /* $anonymous1 */
dload 4 /* $anonymous2 */
invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;D)V
return
end local 4 // double $anonymous2
end local 3 // java.lang.String $anonymous1
end local 2 // java.lang.Object $anonymous0
end local 0 // javafx.scene.shape.Cylinder$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Cylinder$2;
0 1 2 $anonymous0 Ljava/lang/Object;
0 1 3 $anonymous1 Ljava/lang/String;
0 1 4 $anonymous2 D
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
$anonymous2
public void invalidated();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // javafx.scene.shape.Cylinder$2 this
0: .line 154
aload 0 /* this */
getfield javafx.scene.shape.Cylinder$2.this$0:Ljavafx/scene/shape/Cylinder;
getstatic com.sun.javafx.scene.DirtyBits.MESH_GEOM:Lcom/sun/javafx/scene/DirtyBits;
invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
1: .line 155
aload 0 /* this */
getfield javafx.scene.shape.Cylinder$2.this$0:Ljavafx/scene/shape/Cylinder;
getfield javafx.scene.shape.Cylinder.manager:Ljavafx/scene/shape/PredefinedMeshManager;
aload 0 /* this */
getfield javafx.scene.shape.Cylinder$2.this$0:Ljavafx/scene/shape/Cylinder;
getfield javafx.scene.shape.Cylinder.key:Ljavafx/scene/shape/Shape3D$Key;
invokevirtual javafx.scene.shape.PredefinedMeshManager.invalidateCylinderMesh:(Ljavafx/scene/shape/Shape3D$Key;)V
2: .line 156
aload 0 /* this */
getfield javafx.scene.shape.Cylinder$2.this$0:Ljavafx/scene/shape/Cylinder;
aconst_null
putfield javafx.scene.shape.Cylinder.key:Ljavafx/scene/shape/Shape3D$Key;
3: .line 157
aload 0 /* this */
getfield javafx.scene.shape.Cylinder$2.this$0:Ljavafx/scene/shape/Cylinder;
invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
4: .line 158
return
end local 0 // javafx.scene.shape.Cylinder$2 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/scene/shape/Cylinder$2;
}
SourceFile: "Cylinder.java"
EnclosingMethod: javafx.scene.shape.Cylinder.heightProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.shape.Cylinder
InnerClasses:
javafx.scene.shape.Cylinder$2
abstract Key = javafx.scene.shape.Shape3D$Key of javafx.scene.shape.Shape3D