class javafx.scene.shape.Cylinder$CylinderKey extends javafx.scene.shape.Shape3D$Key
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.shape.Cylinder$CylinderKey
super_class: javafx.scene.shape.Shape3D$Key
{
final double radius;
descriptor: D
flags: (0x0010) ACC_FINAL
final double height;
descriptor: D
flags: (0x0010) ACC_FINAL
final int divisions;
descriptor: I
flags: (0x0010) ACC_FINAL
private void <init>(double, double, int);
descriptor: (DDI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
invokespecial javafx.scene.shape.Shape3D$Key.<init>:()V
1: aload 0
dload 1
putfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
2: aload 0
dload 3
putfield javafx.scene.shape.Cylinder$CylinderKey.height:D
3: aload 0
iload 5
putfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
4: return
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/scene/shape/Cylinder$CylinderKey;
0 5 1 radius D
0 5 3 height D
0 5 5 divisions I
MethodParameters:
Name Flags
radius
height
divisions
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: ldc 7
lstore 1
start local 1 1: ldc 31
lload 1
lmul
aload 0
getfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
ladd
lstore 1
2: ldc 31
lload 1
lmul
aload 0
getfield javafx.scene.shape.Cylinder$CylinderKey.height:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
ladd
lstore 1
3: ldc 31
lload 1
lmul
aload 0
getfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
i2l
ladd
lstore 1
4: lload 1
invokestatic java.lang.Long.hashCode:(J)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/scene/shape/Cylinder$CylinderKey;
1 5 1 bits J
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
instanceof javafx.scene.shape.Cylinder$CylinderKey
ifne 6
5: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 1
checkcast javafx.scene.shape.Cylinder$CylinderKey
astore 2
start local 2 7: aload 0
getfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
aload 2
getfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
if_icmpeq 9
8: iconst_0
ireturn
9: StackMap locals: javafx.scene.shape.Cylinder$CylinderKey
StackMap stack:
aload 0
getfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
aload 2
getfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
invokestatic java.lang.Double.compare:(DD)I
ifeq 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.Cylinder$CylinderKey.height:D
aload 2
getfield javafx.scene.shape.Cylinder$CylinderKey.height:D
invokestatic java.lang.Double.compare:(DD)I
ifeq 13
12: iconst_0
ireturn
13: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljavafx/scene/shape/Cylinder$CylinderKey;
0 14 1 obj Ljava/lang/Object;
7 14 2 other Ljavafx/scene/shape/Cylinder$CylinderKey;
MethodParameters:
Name Flags
obj
}
SourceFile: "Cylinder.java"
NestHost: javafx.scene.shape.Cylinder
InnerClasses:
private CylinderKey = javafx.scene.shape.Cylinder$CylinderKey of javafx.scene.shape.Cylinder
abstract Key = javafx.scene.shape.Shape3D$Key of javafx.scene.shape.Shape3D