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: 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: ldc Ljavafx/scene/AmbientLight;
invokestatic com.sun.javafx.util.Utils.forceInit:(Ljava/lang/Class;)V
2: 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 0: aload 0
invokespecial com.sun.javafx.scene.LightBaseHelper.<init>:()V
return
end local 0 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: 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 0: aload 0
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: return
end local 0 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 start local 1 0: getstatic com.sun.javafx.scene.AmbientLightHelper.ambientLightAccessor:Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
aload 1
invokeinterface com.sun.javafx.scene.AmbientLightHelper$AmbientLightAccessor.doCreatePeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
areturn
end local 1 end local 0 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 0: getstatic com.sun.javafx.scene.AmbientLightHelper.ambientLightAccessor:Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
ifnull 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
putstatic com.sun.javafx.scene.AmbientLightHelper.ambientLightAccessor:Lcom/sun/javafx/scene/AmbientLightHelper$AmbientLightAccessor;
3: return
end local 0 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