public class com.sun.javafx.sg.prism.NGLightBase extends com.sun.javafx.sg.prism.NGNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGLightBase
  super_class: com.sun.javafx.sg.prism.NGNode
{
  private com.sun.prism.paint.Color color;
    descriptor: Lcom/sun/prism/paint/Color;
    flags: (0x0002) ACC_PRIVATE

  private boolean lightOn;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.geom.transform.Affine3D worldTransform;
    descriptor: Lcom/sun/javafx/geom/transform/Affine3D;
    flags: (0x0002) ACC_PRIVATE

  java.lang.Object[] scopedNodes;
    descriptor: [Ljava/lang/Object;
    flags: (0x0000) 

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
         0: .line 43
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.<init>:()V
         1: .line 39
            aload 0 /* this */
            getstatic com.sun.prism.paint.Color.WHITE:Lcom/sun/prism/paint/Color;
            putfield com.sun.javafx.sg.prism.NGLightBase.color:Lcom/sun/prism/paint/Color;
         2: .line 40
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGLightBase.lightOn:Z
         3: .line 100
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGLightBase.scopedNodes:[Ljava/lang/Object;
         4: .line 44
            return
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;

  public void setTransformMatrix(com.sun.javafx.geom.transform.BaseTransform);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform tx
         0: .line 48
            aload 0 /* this */
            aload 1 /* tx */
            invokespecial com.sun.javafx.sg.prism.NGNode.setTransformMatrix:(Lcom/sun/javafx/geom/transform/BaseTransform;)V
         1: .line 49
            return
        end local 1 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    2     1    tx  Lcom/sun/javafx/geom/transform/BaseTransform;
    MethodParameters:
      Name  Flags
      tx    

  protected void doRender(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // com.sun.prism.Graphics g
         0: .line 52
            return
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    1     1     g  Lcom/sun/prism/Graphics;
    MethodParameters:
      Name  Flags
      g     

  protected void renderContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // com.sun.prism.Graphics g
         0: .line 54
            return
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    1     1     g  Lcom/sun/prism/Graphics;
    MethodParameters:
      Name  Flags
      g     

  protected boolean hasOverlappingContents();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
         0: .line 57
            iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;

  public com.sun.prism.paint.Color getColor();
    descriptor: ()Lcom/sun/prism/paint/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
         0: .line 61
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.color:Lcom/sun/prism/paint/Color;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;

  public void setColor(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // java.lang.Object value
         0: .line 67
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.color:Lcom/sun/prism/paint/Color;
            aload 1 /* value */
            invokevirtual com.sun.prism.paint.Color.equals:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 68
            aload 0 /* this */
            aload 1 /* value */
            checkcast com.sun.prism.paint.Color
            putfield com.sun.javafx.sg.prism.NGLightBase.color:Lcom/sun/prism/paint/Color;
         2: .line 69
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGLightBase.visualsChanged:()V
         3: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    4     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean isLightOn();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
         0: .line 74
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.lightOn:Z
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;

  public void setLightOn(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // boolean value
         0: .line 78
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.lightOn:Z
            iload 1 /* value */
            if_icmpeq 3
         1: .line 79
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGLightBase.visualsChanged:()V
         2: .line 80
            aload 0 /* this */
            iload 1 /* value */
            putfield com.sun.javafx.sg.prism.NGLightBase.lightOn:Z
         3: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.geom.transform.Affine3D getWorldTransform();
    descriptor: ()Lcom/sun/javafx/geom/transform/Affine3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.worldTransform:Lcom/sun/javafx/geom/transform/Affine3D;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;

  public void setWorldTransform(com.sun.javafx.geom.transform.Affine3D);
    descriptor: (Lcom/sun/javafx/geom/transform/Affine3D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // com.sun.javafx.geom.transform.Affine3D localToSceneTx
         0: .line 97
            aload 0 /* this */
            aload 1 /* localToSceneTx */
            putfield com.sun.javafx.sg.prism.NGLightBase.worldTransform:Lcom/sun/javafx/geom/transform/Affine3D;
         1: .line 98
            return
        end local 1 // com.sun.javafx.geom.transform.Affine3D localToSceneTx
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    2     1  localToSceneTx  Lcom/sun/javafx/geom/transform/Affine3D;
    MethodParameters:
                Name  Flags
      localToSceneTx  

  public void setScope(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // java.lang.Object[] scopedNodes
         0: .line 103
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.scopedNodes:[Ljava/lang/Object;
            aload 1 /* scopedNodes */
            if_acmpeq 3
         1: .line 104
            aload 0 /* this */
            aload 1 /* scopedNodes */
            putfield com.sun.javafx.sg.prism.NGLightBase.scopedNodes:[Ljava/lang/Object;
         2: .line 105
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGLightBase.visualsChanged:()V
         3: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object[] scopedNodes
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0    4     1  scopedNodes  [Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      scopedNodes  

  final boolean affects(com.sun.javafx.sg.prism.NGShape3D);
    descriptor: (Lcom/sun/javafx/sg/prism/NGShape3D;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
        start local 1 // com.sun.javafx.sg.prism.NGShape3D n3d
         0: .line 110
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.lightOn:Z
            ifne 2
         1: .line 111
            iconst_0
            ireturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.scopedNodes:[Ljava/lang/Object;
            ifnonnull 4
         3: .line 113
            iconst_1
            ireturn
         4: .line 115
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 18
         6: .line 116
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.scopedNodes:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* scopedNode */
        start local 3 // java.lang.Object scopedNode
         7: .line 117
            aload 3 /* scopedNode */
            instanceof com.sun.javafx.sg.prism.NGGroup
            ifeq 15
         8: .line 118
            aload 1 /* n3d */
            invokevirtual com.sun.javafx.sg.prism.NGShape3D.getParent:()Lcom/sun/javafx/sg/prism/NGNode;
            astore 4 /* parent */
        start local 4 // com.sun.javafx.sg.prism.NGNode parent
         9: .line 119
            goto 13
        10: .line 120
      StackMap locals: java.lang.Object com.sun.javafx.sg.prism.NGNode
      StackMap stack:
            aload 3 /* scopedNode */
            aload 4 /* parent */
            if_acmpne 12
        11: .line 121
            iconst_1
            ireturn
        12: .line 123
      StackMap locals:
      StackMap stack:
            aload 4 /* parent */
            invokevirtual com.sun.javafx.sg.prism.NGNode.getParent:()Lcom/sun/javafx/sg/prism/NGNode;
            astore 4 /* parent */
        13: .line 119
      StackMap locals:
      StackMap stack:
            aload 4 /* parent */
            ifnonnull 10
        end local 4 // com.sun.javafx.sg.prism.NGNode parent
        14: .line 125
            goto 17
      StackMap locals:
      StackMap stack:
        15: aload 3 /* scopedNode */
            aload 1 /* n3d */
            if_acmpne 17
        16: .line 126
            iconst_1
            ireturn
        end local 3 // java.lang.Object scopedNode
        17: .line 115
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGLightBase.scopedNodes:[Ljava/lang/Object;
            arraylength
            if_icmplt 6
        end local 2 // int i
        19: .line 130
            iconst_0
            ireturn
        end local 1 // com.sun.javafx.sg.prism.NGShape3D n3d
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/sun/javafx/sg/prism/NGLightBase;
            0   20     1         n3d  Lcom/sun/javafx/sg/prism/NGShape3D;
            5   19     2           i  I
            7   17     3  scopedNode  Ljava/lang/Object;
            9   14     4      parent  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
      Name  Flags
      n3d   

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGLightBase this
         0: .line 136
            return
        end local 0 // com.sun.javafx.sg.prism.NGLightBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGLightBase;
}
SourceFile: "NGLightBase.java"