class javafx.stage.Stage$4 extends com.sun.javafx.collections.VetoableListDecorator<javafx.scene.image.Image>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.stage.Stage$4
super_class: com.sun.javafx.collections.VetoableListDecorator
{
final javafx.stage.Stage this$0;
descriptor: Ljavafx/stage/Stage;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.stage.Stage, javafx.collections.ObservableList);
descriptor: (Ljavafx/stage/Stage;Ljavafx/collections/ObservableList;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.stage.Stage$4.this$0:Ljavafx/stage/Stage;
aload 0
aload 2
invokespecial com.sun.javafx.collections.VetoableListDecorator.<init>:(Ljavafx/collections/ObservableList;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/stage/Stage$4;
0 1 2 $anonymous0 Ljavafx/collections/ObservableList<Ljavafx/scene/image/Image;>;
MethodParameters:
Name Flags
this$0 final
$anonymous0
protected void onProposedChange(java.util.List<javafx.scene.image.Image>, );
descriptor: (Ljava/util/List;[I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: javafx.stage.Stage$4 java.util.List int[] top java.util.Iterator
StackMap stack:
1: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast javafx.scene.image.Image
astore 3
start local 3 2: aload 3
ifnonnull 4
3: new java.lang.NullPointerException
dup
ldc "icon can not be null."
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/stage/Stage$4;
0 6 1 toBeAddedIcons Ljava/util/List<Ljavafx/scene/image/Image;>;
0 6 2 indices [I
2 4 3 icon Ljavafx/scene/image/Image;
Signature: (Ljava/util/List<Ljavafx/scene/image/Image;>;[I)V
MethodParameters:
Name Flags
toBeAddedIcons final
indices
}
Signature: Lcom/sun/javafx/collections/VetoableListDecorator<Ljavafx/scene/image/Image;>;
SourceFile: "Stage.java"
EnclosingMethod: javafx.stage.Stage
NestHost: javafx.stage.Stage
InnerClasses:
javafx.stage.Stage$4