public class com.sun.javafx.scene.AmbientLightHelper 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.AmbientLightHelper
  super_class: com.sun.javafx.scene.LightBaseHelper
{
  private static final com.sun.javafx.scene.AmbientLightHelper theInstance;
    descriptor: Lcom/sun/javafx/scene/AmbientLightHelper;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor ambientLightAccessor;
    descriptor: Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
    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.AmbientLightHelper
            dup
            invokespecial com.sun.javafx.scene.AmbientLightHelper.<init>:()V
            putstatic com.sun.javafx.scene.AmbientLightHelper.theInstance:Lcom/sun/javafx/scene/AmbientLightHelper;
         1: .line 43
            ldc Ljavafx/scene/AmbientLight;
            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.AmbientLightHelper this
         0: .line 36
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.LightBaseHelper.<init>:()V
            return
        end local 0 // com.sun.javafx.scene.AmbientLightHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/AmbientLightHelper;

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

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

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

  public static void setAmbientLightAccessor(com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor);
    descriptor: (Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor newAccessor
         0: .line 60
            getstatic com.sun.javafx.scene.AmbientLightHelper.ambientLightAccessor:Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
            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.AmbientLightHelper.ambientLightAccessor:Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
         3: .line 65
            return
        end local 0 // com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor newAccessor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0  newAccessor  Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
    MethodParameters:
             Name  Flags
      newAccessor  final
}
SourceFile: "AmbientLightHelper.java"
NestMembers:
  com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor
InnerClasses:
  public abstract AmbientLightAccessor = com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor of com.sun.javafx.scene.AmbientLightHelper