public class com.sun.javafx.scene.shape.CylinderHelper extends com.sun.javafx.scene.shape.Shape3DHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.shape.CylinderHelper
  super_class: com.sun.javafx.scene.shape.Shape3DHelper
{
  private static final com.sun.javafx.scene.shape.CylinderHelper theInstance;
    descriptor: Lcom/sun/javafx/scene/shape/CylinderHelper;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor cylinderAccessor;
    descriptor: Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            new com.sun.javafx.scene.shape.CylinderHelper
            dup
            invokespecial com.sun.javafx.scene.shape.CylinderHelper.<init>:()V
            putstatic com.sun.javafx.scene.shape.CylinderHelper.theInstance:Lcom/sun/javafx/scene/shape/CylinderHelper;
         1: .line 47
            ldc Ljavafx/scene/shape/Cylinder;
            invokestatic com.sun.javafx.util.Utils.forceInit:(Ljava/lang/Class;)V
         2: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper this
         0: .line 40
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.shape.Shape3DHelper.<init>:()V
            return
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/shape/CylinderHelper;

  private static com.sun.javafx.scene.shape.CylinderHelper getInstance();
    descriptor: ()Lcom/sun/javafx/scene/shape/CylinderHelper;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            getstatic com.sun.javafx.scene.shape.CylinderHelper.theInstance:Lcom/sun/javafx/scene/shape/CylinderHelper;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void initHelper(javafx.scene.shape.Cylinder);
    descriptor: (Ljavafx/scene/shape/Cylinder;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Cylinder cylinder
         0: .line 55
            aload 0 /* cylinder */
            invokestatic com.sun.javafx.scene.shape.CylinderHelper.getInstance:()Lcom/sun/javafx/scene/shape/CylinderHelper;
            invokestatic com.sun.javafx.scene.shape.CylinderHelper.setHelper:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/NodeHelper;)V
         1: .line 56
            return
        end local 0 // javafx.scene.shape.Cylinder cylinder
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  cylinder  Ljavafx/scene/shape/Cylinder;
    MethodParameters:
          Name  Flags
      cylinder  

  protected com.sun.javafx.sg.prism.NGNode createPeerImpl(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper this
        start local 1 // javafx.scene.Node node
         0: .line 60
            getstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
            aload 1 /* node */
            invokeinterface com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor.doCreatePeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
            areturn
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/shape/CylinderHelper;
            0    1     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  protected void updatePeerImpl(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper this
        start local 1 // javafx.scene.Node node
         0: .line 65
            aload 0 /* this */
            aload 1 /* node */
            invokespecial com.sun.javafx.scene.shape.Shape3DHelper.updatePeerImpl:(Ljavafx/scene/Node;)V
         1: .line 66
            getstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
            aload 1 /* node */
            invokeinterface com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor.doUpdatePeer:(Ljavafx/scene/Node;)V
         2: .line 67
            return
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/scene/shape/CylinderHelper;
            0    3     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  protected com.sun.javafx.geom.BaseBounds computeGeomBoundsImpl(javafx.scene.Node, com.sun.javafx.geom.BaseBounds, com.sun.javafx.geom.transform.BaseTransform);
    descriptor: (Ljavafx/scene/Node;Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/BaseBounds;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper this
        start local 1 // javafx.scene.Node node
        start local 2 // com.sun.javafx.geom.BaseBounds bounds
        start local 3 // com.sun.javafx.geom.transform.BaseTransform tx
         0: .line 72
            getstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
            aload 1 /* node */
            aload 2 /* bounds */
            aload 3 /* tx */
            invokeinterface com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor.doComputeGeomBounds:(Ljavafx/scene/Node;Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/BaseBounds;
            areturn
        end local 3 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 2 // com.sun.javafx.geom.BaseBounds bounds
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/javafx/scene/shape/CylinderHelper;
            0    1     1    node  Ljavafx/scene/Node;
            0    1     2  bounds  Lcom/sun/javafx/geom/BaseBounds;
            0    1     3      tx  Lcom/sun/javafx/geom/transform/BaseTransform;
    MethodParameters:
        Name  Flags
      node    
      bounds  
      tx      

  protected boolean computeContainsImpl(javafx.scene.Node, double, double);
    descriptor: (Ljavafx/scene/Node;DD)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper this
        start local 1 // javafx.scene.Node node
        start local 2 // double localX
        start local 4 // double localY
         0: .line 77
            getstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
            aload 1 /* node */
            dload 2 /* localX */
            dload 4 /* localY */
            invokeinterface com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor.doComputeContains:(Ljavafx/scene/Node;DD)Z
            ireturn
        end local 4 // double localY
        end local 2 // double localX
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/javafx/scene/shape/CylinderHelper;
            0    1     1    node  Ljavafx/scene/Node;
            0    1     2  localX  D
            0    1     4  localY  D
    MethodParameters:
        Name  Flags
      node    
      localX  
      localY  

  protected boolean computeIntersectsImpl(javafx.scene.Node, com.sun.javafx.geom.PickRay, com.sun.javafx.scene.input.PickResultChooser);
    descriptor: (Ljavafx/scene/Node;Lcom/sun/javafx/geom/PickRay;Lcom/sun/javafx/scene/input/PickResultChooser;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper this
        start local 1 // javafx.scene.Node node
        start local 2 // com.sun.javafx.geom.PickRay pickRay
        start local 3 // com.sun.javafx.scene.input.PickResultChooser pickResult
         0: .line 82
            getstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
            aload 1 /* node */
            aload 2 /* pickRay */
            aload 3 /* pickResult */
            invokeinterface com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor.doComputeIntersects:(Ljavafx/scene/Node;Lcom/sun/javafx/geom/PickRay;Lcom/sun/javafx/scene/input/PickResultChooser;)Z
            ireturn
        end local 3 // com.sun.javafx.scene.input.PickResultChooser pickResult
        end local 2 // com.sun.javafx.geom.PickRay pickRay
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/javafx/scene/shape/CylinderHelper;
            0    1     1        node  Ljavafx/scene/Node;
            0    1     2     pickRay  Lcom/sun/javafx/geom/PickRay;
            0    1     3  pickResult  Lcom/sun/javafx/scene/input/PickResultChooser;
    MethodParameters:
            Name  Flags
      node        
      pickRay     
      pickResult  

  public static void setCylinderAccessor(com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor);
    descriptor: (Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor newAccessor
         0: .line 86
            getstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
            ifnull 2
         1: .line 87
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* newAccessor */
            putstatic com.sun.javafx.scene.shape.CylinderHelper.cylinderAccessor:Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
         3: .line 91
            return
        end local 0 // com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor newAccessor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0  newAccessor  Lcom/sun/javafx/scene/shape/CylinderHelper$CylinderAccessor;
    MethodParameters:
             Name  Flags
      newAccessor  final
}
SourceFile: "CylinderHelper.java"
NestMembers:
  com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor
InnerClasses:
  public abstract CylinderAccessor = com.sun.javafx.scene.shape.CylinderHelper$CylinderAccessor of com.sun.javafx.scene.shape.CylinderHelper