class javafx.scene.effect.Lighting$1 extends javafx.beans.property.ObjectPropertyBase<javafx.scene.effect.Light>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.effect.Lighting$1
  super_class: javafx.beans.property.ObjectPropertyBase
{
  final javafx.scene.effect.Lighting this$0;
    descriptor: Ljavafx/scene/effect/Lighting;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.effect.Lighting, javafx.scene.effect.Light);
    descriptor: (Ljavafx/scene/effect/Lighting;Ljavafx/scene/effect/Light;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.effect.Lighting$1 this
        start local 2 // javafx.scene.effect.Light $anonymous0
         0: .line 105
            aload 0 /* this */
            aload 1
            putfield javafx.scene.effect.Lighting$1.this$0:Ljavafx/scene/effect/Lighting;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.effect.Light $anonymous0
        end local 0 // javafx.scene.effect.Lighting$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/effect/Lighting$1;
            0    1     2  $anonymous0  Ljavafx/scene/effect/Light;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Lighting$1 this
         0: .line 108
            aload 0 /* this */
            getfield javafx.scene.effect.Lighting$1.this$0:Ljavafx/scene/effect/Lighting;
            getstatic com.sun.javafx.effect.EffectDirtyBits.EFFECT_DIRTY:Lcom/sun/javafx/effect/EffectDirtyBits;
            invokevirtual javafx.scene.effect.Lighting.markDirty:(Lcom/sun/javafx/effect/EffectDirtyBits;)V
         1: .line 109
            aload 0 /* this */
            getfield javafx.scene.effect.Lighting$1.this$0:Ljavafx/scene/effect/Lighting;
            invokevirtual javafx.scene.effect.Lighting.effectBoundsChanged:()V
         2: .line 110
            return
        end local 0 // javafx.scene.effect.Lighting$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Lighting$1;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Lighting$1 this
         0: .line 114
            aload 0 /* this */
            getfield javafx.scene.effect.Lighting$1.this$0:Ljavafx/scene/effect/Lighting;
            areturn
        end local 0 // javafx.scene.effect.Lighting$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Lighting$1;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Lighting$1 this
         0: .line 119
            ldc "light"
            areturn
        end local 0 // javafx.scene.effect.Lighting$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Lighting$1;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/effect/Light;>;
SourceFile: "Lighting.java"
EnclosingMethod: javafx.scene.effect.Lighting
NestHost: javafx.scene.effect.Lighting
InnerClasses:
  javafx.scene.effect.Lighting$1