class javafx.scene.LightBase$4 extends com.sun.javafx.collections.TrackableObservableList<javafx.scene.Node>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.LightBase$4
super_class: com.sun.javafx.collections.TrackableObservableList
{
final javafx.scene.LightBase this$0;
descriptor: Ljavafx/scene/LightBase;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.LightBase);
descriptor: (Ljavafx/scene/LightBase;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.scene.LightBase$4.this$0:Ljavafx/scene/LightBase;
aload 0
invokespecial com.sun.javafx.collections.TrackableObservableList.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/LightBase$4;
MethodParameters:
Name Flags
this$0 final
protected void onChanged(javafx.collections.ListChangeListener$Change<javafx.scene.Node>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.LightBase$4.this$0:Ljavafx/scene/LightBase;
aload 1
aload 0
getfield javafx.scene.LightBase$4.this$0:Ljavafx/scene/LightBase;
getfield javafx.scene.LightBase.exclusionScope:Ljavafx/collections/ObservableList;
invokevirtual javafx.scene.LightBase.doOnChanged:(Ljavafx/collections/ListChangeListener$Change;Ljavafx/collections/ObservableList;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/scene/LightBase$4;
0 2 1 c Ljavafx/collections/ListChangeListener$Change<Ljavafx/scene/Node;>;
Signature: (Ljavafx/collections/ListChangeListener$Change<Ljavafx/scene/Node;>;)V
MethodParameters:
Name Flags
c
}
Signature: Lcom/sun/javafx/collections/TrackableObservableList<Ljavafx/scene/Node;>;
SourceFile: "LightBase.java"
EnclosingMethod: javafx.scene.LightBase.getScope:()Ljavafx/collections/ObservableList;
NestHost: javafx.scene.LightBase
InnerClasses:
public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
javafx.scene.LightBase$4