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 // javafx.stage.Stage$4 this
        start local 2 // javafx.collections.ObservableList $anonymous0
         0: .line 683
            aload 0 /* this */
            aload 1
            putfield javafx.stage.Stage$4.this$0:Ljavafx/stage/Stage;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.sun.javafx.collections.VetoableListDecorator.<init>:(Ljavafx/collections/ObservableList;)V
            return
        end local 2 // javafx.collections.ObservableList $anonymous0
        end local 0 // javafx.stage.Stage$4 this
      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 // javafx.stage.Stage$4 this
        start local 1 // java.util.List toBeAddedIcons
        start local 2 // int[] indices
         0: .line 696
            aload 1 /* toBeAddedIcons */
            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 /* icon */
        start local 3 // javafx.scene.image.Image icon
         2: .line 697
            aload 3 /* icon */
            ifnonnull 4
         3: .line 698
            new java.lang.NullPointerException
            dup
            ldc "icon can not be null."
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // javafx.scene.image.Image icon
         4: .line 696
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 701
            return
        end local 2 // int[] indices
        end local 1 // java.util.List toBeAddedIcons
        end local 0 // javafx.stage.Stage$4 this
      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