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