public class javafx.scene.PointLight extends javafx.scene.LightBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.PointLight
  super_class: javafx.scene.LightBase
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 44
            new javafx.scene.PointLight$1
            dup
            invokespecial javafx.scene.PointLight$1.<init>:()V
            invokestatic com.sun.javafx.scene.PointLightHelper.setPointLightAccessor:(Lcom/sun/javafx/scene/PointLightHelper$PointLightAccessor;)V
         1: .line 50
            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 // javafx.scene.PointLight this
         0: .line 61
            aload 0 /* this */
            invokespecial javafx.scene.LightBase.<init>:()V
         1: .line 54
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.PointLightHelper.initHelper:(Ljavafx/scene/PointLight;)V
         2: .line 62
            return
        end local 0 // javafx.scene.PointLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/PointLight;

  public void <init>(javafx.scene.paint.Color);
    descriptor: (Ljavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.PointLight this
        start local 1 // javafx.scene.paint.Color color
         0: .line 70
            aload 0 /* this */
            aload 1 /* color */
            invokespecial javafx.scene.LightBase.<init>:(Ljavafx/scene/paint/Color;)V
         1: .line 54
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.PointLightHelper.initHelper:(Ljavafx/scene/PointLight;)V
         2: .line 71
            return
        end local 1 // javafx.scene.paint.Color color
        end local 0 // javafx.scene.PointLight this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/PointLight;
            0    3     1  color  Ljavafx/scene/paint/Color;
    MethodParameters:
       Name  Flags
      color  

  private com.sun.javafx.sg.prism.NGNode doCreatePeer();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.PointLight this
         0: .line 77
            new com.sun.javafx.sg.prism.NGPointLight
            dup
            invokespecial com.sun.javafx.sg.prism.NGPointLight.<init>:()V
            areturn
        end local 0 // javafx.scene.PointLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/PointLight;
}
SourceFile: "PointLight.java"
NestMembers:
  javafx.scene.PointLight$1
InnerClasses:
  public abstract PointLightAccessor = com.sun.javafx.scene.PointLightHelper$PointLightAccessor of com.sun.javafx.scene.PointLightHelper
  javafx.scene.PointLight$1