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=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.LightBase$4.this$0:Ljavafx/scene/LightBase;
getstatic com.sun.javafx.scene.DirtyBits.NODE_LIGHT_SCOPE:Lcom/sun/javafx/scene/DirtyBits;
invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
1: goto 12
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemoved:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 6
StackMap locals: javafx.scene.LightBase$4 javafx.collections.ListChangeListener$Change top java.util.Iterator
StackMap stack:
3: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast javafx.scene.Node
astore 2
start local 2 4: aload 2
instanceof javafx.scene.Parent
ifne 5
aload 2
instanceof javafx.scene.shape.Shape3D
ifeq 6
5: StackMap locals: javafx.scene.LightBase$4 javafx.collections.ListChangeListener$Change javafx.scene.Node java.util.Iterator
StackMap stack:
aload 0
getfield javafx.scene.LightBase$4.this$0:Ljavafx/scene/LightBase;
aload 2
invokevirtual javafx.scene.LightBase.markChildrenDirty:(Ljavafx/scene/Node;)V
end local 2 6: StackMap locals: javafx.scene.LightBase$4 javafx.collections.ListChangeListener$Change top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
7: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getAddedSubList:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 11
StackMap locals:
StackMap stack:
8: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast javafx.scene.Node
astore 2
start local 2 9: aload 2
instanceof javafx.scene.Parent
ifne 10
aload 2
instanceof javafx.scene.shape.Shape3D
ifeq 11
10: StackMap locals: javafx.scene.LightBase$4 javafx.collections.ListChangeListener$Change javafx.scene.Node java.util.Iterator
StackMap stack:
aload 0
getfield javafx.scene.LightBase$4.this$0:Ljavafx/scene/LightBase;
aload 2
invokevirtual javafx.scene.LightBase.markChildrenDirty:(Ljavafx/scene/Node;)V
end local 2 11: StackMap locals: javafx.scene.LightBase$4 javafx.collections.ListChangeListener$Change top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
12: StackMap locals: javafx.scene.LightBase$4 javafx.collections.ListChangeListener$Change
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
ifne 2
13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljavafx/scene/LightBase$4;
0 14 1 c Ljavafx/collections/ListChangeListener$Change<Ljavafx/scene/Node;>;
4 6 2 node Ljavafx/scene/Node;
9 11 2 node 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