class javafx.scene.LightBase$3 extends javafx.beans.property.SimpleBooleanProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.LightBase$3
  super_class: javafx.beans.property.SimpleBooleanProperty
{
  final javafx.scene.LightBase this$0;
    descriptor: Ljavafx/scene/LightBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.LightBase, java.lang.Object, java.lang.String, boolean);
    descriptor: (Ljavafx/scene/LightBase;Ljava/lang/Object;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javafx.scene.LightBase$3 this
        start local 2 // java.lang.Object $anonymous0
        start local 3 // java.lang.String $anonymous1
        start local 4 // boolean $anonymous2
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield javafx.scene.LightBase$3.this$0:Ljavafx/scene/LightBase;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial javafx.beans.property.SimpleBooleanProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Z)V
            return
        end local 4 // boolean $anonymous2
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Object $anonymous0
        end local 0 // javafx.scene.LightBase$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/LightBase$3;
            0    1     2  $anonymous0  Ljava/lang/Object;
            0    1     3  $anonymous1  Ljava/lang/String;
            0    1     4  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.LightBase$3 this
         0: .line 193
            aload 0 /* this */
            getfield javafx.scene.LightBase$3.this$0:Ljavafx/scene/LightBase;
            getstatic com.sun.javafx.scene.DirtyBits.NODE_LIGHT:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 194
            return
        end local 0 // javafx.scene.LightBase$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/LightBase$3;
}
SourceFile: "LightBase.java"
EnclosingMethod: javafx.scene.LightBase.lightOnProperty:()Ljavafx/beans/property/BooleanProperty;
NestHost: javafx.scene.LightBase
InnerClasses:
  javafx.scene.LightBase$3