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

  private static com.sun.javafx.scene.PointLightHelper$PointLightAccessor pointLightAccessor;
    descriptor: Lcom/sun/javafx/scene/PointLightHelper$PointLightAccessor;
    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 42
            new com.sun.javafx.scene.PointLightHelper
            dup
            invokespecial com.sun.javafx.scene.PointLightHelper.<init>:()V
            putstatic com.sun.javafx.scene.PointLightHelper.theInstance:Lcom/sun/javafx/scene/PointLightHelper;
         1: .line 43
            ldc Ljavafx/scene/PointLight;
            invokestatic com.sun.javafx.util.Utils.forceInit:(Ljava/lang/Class;)V
         2: .line 44
            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.PointLightHelper this
         0: .line 36
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.LightBaseHelper.<init>:()V
            return
        end local 0 // com.sun.javafx.scene.PointLightHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/PointLightHelper;

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

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

  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.PointLightHelper this
        start local 1 // javafx.scene.Node node
         0: .line 56
            getstatic com.sun.javafx.scene.PointLightHelper.pointLightAccessor:Lcom/sun/javafx/scene/PointLightHelper$PointLightAccessor;
            aload 1 /* node */
            invokeinterface com.sun.javafx.scene.PointLightHelper$PointLightAccessor.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.PointLightHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/PointLightHelper;
            0    1     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

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