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 // javafx.scene.shape.Cylinder$CylinderKey this
        start local 1 // double radius
        start local 3 // double height
        start local 5 // int divisions
         0: .line 571
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape3D$Key.<init>:()V
         1: .line 572
            aload 0 /* this */
            dload 1 /* radius */
            putfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
         2: .line 573
            aload 0 /* this */
            dload 3 /* height */
            putfield javafx.scene.shape.Cylinder$CylinderKey.height:D
         3: .line 574
            aload 0 /* this */
            iload 5 /* divisions */
            putfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
         4: .line 575
            return
        end local 5 // int divisions
        end local 3 // double height
        end local 1 // double radius
        end local 0 // javafx.scene.shape.Cylinder$CylinderKey this
      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 // javafx.scene.shape.Cylinder$CylinderKey this
         0: .line 579
            ldc 7
            lstore 1 /* bits */
        start local 1 // long bits
         1: .line 580
            ldc 31
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         2: .line 581
            ldc 31
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.shape.Cylinder$CylinderKey.height:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         3: .line 582
            ldc 31
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
            i2l
            ladd
            lstore 1 /* bits */
         4: .line 583
            lload 1 /* bits */
            invokestatic java.lang.Long.hashCode:(J)I
            ireturn
        end local 1 // long bits
        end local 0 // javafx.scene.shape.Cylinder$CylinderKey this
      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 // javafx.scene.shape.Cylinder$CylinderKey this
        start local 1 // java.lang.Object obj
         0: .line 588
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 589
            iconst_1
            ireturn
         2: .line 591
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 592
            iconst_0
            ireturn
         4: .line 594
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javafx.scene.shape.Cylinder$CylinderKey
            ifne 6
         5: .line 595
            iconst_0
            ireturn
         6: .line 597
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javafx.scene.shape.Cylinder$CylinderKey
            astore 2 /* other */
        start local 2 // javafx.scene.shape.Cylinder$CylinderKey other
         7: .line 598
            aload 0 /* this */
            getfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
            aload 2 /* other */
            getfield javafx.scene.shape.Cylinder$CylinderKey.divisions:I
            if_icmpeq 9
         8: .line 599
            iconst_0
            ireturn
         9: .line 601
      StackMap locals: javafx.scene.shape.Cylinder$CylinderKey
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
            aload 2 /* other */
            getfield javafx.scene.shape.Cylinder$CylinderKey.radius:D
            invokestatic java.lang.Double.compare:(DD)I
            ifeq 11
        10: .line 602
            iconst_0
            ireturn
        11: .line 604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.Cylinder$CylinderKey.height:D
            aload 2 /* other */
            getfield javafx.scene.shape.Cylinder$CylinderKey.height:D
            invokestatic java.lang.Double.compare:(DD)I
            ifeq 13
        12: .line 605
            iconst_0
            ireturn
        13: .line 607
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // javafx.scene.shape.Cylinder$CylinderKey other
        end local 1 // java.lang.Object obj
        end local 0 // javafx.scene.shape.Cylinder$CylinderKey this
      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