public final class javafx.scene.paint.Stop
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.paint.Stop
  super_class: java.lang.Object
{
  static final java.util.List<javafx.scene.paint.Stop> NO_STOPS;
    descriptor: Ljava/util/List;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljavafx/scene/paint/Stop;>;

  private double offset;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private javafx.scene.paint.Color color;
    descriptor: Ljavafx/scene/paint/Color;
    flags: (0x0002) ACC_PRIVATE

  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 52
            iconst_2
            anewarray javafx.scene.paint.Stop
            dup
            iconst_0
         1: .line 54
            new javafx.scene.paint.Stop
            dup
            dconst_0
            getstatic javafx.scene.paint.Color.TRANSPARENT:Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.paint.Stop.<init>:(DLjavafx/scene/paint/Color;)V
            aastore
            dup
            iconst_1
         2: .line 55
            new javafx.scene.paint.Stop
            dup
            dconst_1
            getstatic javafx.scene.paint.Color.TRANSPARENT:Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.paint.Stop.<init>:(DLjavafx/scene/paint/Color;)V
            aastore
         3: .line 53
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic javafx.scene.paint.Stop.NO_STOPS:Ljava/util/List;
         4: .line 56
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.util.List<javafx.scene.paint.Stop> normalize(javafx.scene.paint.Stop[]);
    descriptor: ([Ljavafx/scene/paint/Stop;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.paint.Stop[] stops
         0: .line 59
            aload 0 /* stops */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* stops */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         2: astore 1 /* stoplist */
        start local 1 // java.util.List stoplist
         3: .line 60
            aload 1 /* stoplist */
            invokestatic javafx.scene.paint.Stop.normalize:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List stoplist
        end local 0 // javafx.scene.paint.Stop[] stops
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0     stops  [Ljavafx/scene/paint/Stop;
            3    4     1  stoplist  Ljava/util/List<Ljavafx/scene/paint/Stop;>;
    Signature: ([Ljavafx/scene/paint/Stop;)Ljava/util/List<Ljavafx/scene/paint/Stop;>;
    MethodParameters:
       Name  Flags
      stops  

  static java.util.List<javafx.scene.paint.Stop> normalize(java.util.List<javafx.scene.paint.Stop>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=10, args_size=1
        start local 0 // java.util.List stops
         0: .line 64
            aload 0 /* stops */
            ifnonnull 2
         1: .line 65
            getstatic javafx.scene.paint.Stop.NO_STOPS:Ljava/util/List;
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* zerostop */
        start local 1 // javafx.scene.paint.Stop zerostop
         3: .line 68
            aconst_null
            astore 2 /* onestop */
        start local 2 // javafx.scene.paint.Stop onestop
         4: .line 69
            new java.util.ArrayList
            dup
            aload 0 /* stops */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* newlist */
        start local 3 // java.util.List newlist
         5: .line 70
            aload 0 /* stops */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 35
      StackMap locals: java.util.List javafx.scene.paint.Stop javafx.scene.paint.Stop java.util.List top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.paint.Stop
            astore 4 /* s */
        start local 4 // javafx.scene.paint.Stop s
         7: .line 71
            aload 4 /* s */
            ifnull 35
            aload 4 /* s */
            invokevirtual javafx.scene.paint.Stop.getColor:()Ljavafx/scene/paint/Color;
            ifnonnull 8
            goto 35
         8: .line 72
      StackMap locals: java.util.List javafx.scene.paint.Stop javafx.scene.paint.Stop java.util.List javafx.scene.paint.Stop java.util.Iterator
      StackMap stack:
            aload 4 /* s */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dstore 6 /* off */
        start local 6 // double off
         9: .line 73
            dload 6 /* off */
            dconst_0
            dcmpg
            ifgt 13
        10: .line 74
            aload 1 /* zerostop */
            ifnull 11
            dload 6 /* off */
            aload 1 /* zerostop */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dcmpl
            iflt 35
        11: .line 75
      StackMap locals: double
      StackMap stack:
            aload 4 /* s */
            astore 1 /* zerostop */
        12: .line 77
            goto 35
      StackMap locals:
      StackMap stack:
        13: dload 6 /* off */
            dconst_1
            dcmpl
            iflt 17
        14: .line 78
            aload 2 /* onestop */
            ifnull 15
            dload 6 /* off */
            aload 2 /* onestop */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dcmpg
            ifge 35
        15: .line 79
      StackMap locals:
      StackMap stack:
            aload 4 /* s */
            astore 2 /* onestop */
        16: .line 81
            goto 35
      StackMap locals:
      StackMap stack:
        17: dload 6 /* off */
            dload 6 /* off */
            dcmpl
            ifne 35
        18: .line 82
            aload 3 /* newlist */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
        19: goto 32
        20: .line 83
      StackMap locals: int
      StackMap stack:
            aload 3 /* newlist */
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.paint.Stop
            astore 9 /* s2 */
        start local 9 // javafx.scene.paint.Stop s2
        21: .line 84
            aload 9 /* s2 */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dload 6 /* off */
            dcmpg
            ifgt 31
        22: .line 85
            aload 9 /* s2 */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dload 6 /* off */
            dcmpl
            ifne 28
        23: .line 86
            iload 8 /* i */
            ifle 26
            aload 3 /* newlist */
            iload 8 /* i */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.paint.Stop
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dload 6 /* off */
            dcmpl
            ifne 26
        24: .line 87
            aload 3 /* newlist */
            iload 8 /* i */
            aload 4 /* s */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        25: .line 88
            goto 29
        26: .line 89
      StackMap locals: javafx.scene.paint.Stop
      StackMap stack:
            aload 3 /* newlist */
            iload 8 /* i */
            iconst_1
            iadd
            aload 4 /* s */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        27: .line 91
            goto 29
        28: .line 92
      StackMap locals:
      StackMap stack:
            aload 3 /* newlist */
            iload 8 /* i */
            iconst_1
            iadd
            aload 4 /* s */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        29: .line 94
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* s */
        30: .line 95
            goto 33
        end local 9 // javafx.scene.paint.Stop s2
        31: .line 82
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        32: iload 8 /* i */
            ifge 20
        end local 8 // int i
        33: .line 98
      StackMap locals:
      StackMap stack:
            aload 4 /* s */
            ifnull 35
        34: .line 99
            aload 3 /* newlist */
            iconst_0
            aload 4 /* s */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        end local 6 // double off
        end local 4 // javafx.scene.paint.Stop s
        35: .line 70
      StackMap locals: java.util.List javafx.scene.paint.Stop javafx.scene.paint.Stop java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        36: .line 104
            aload 1 /* zerostop */
            ifnonnull 47
        37: .line 106
            aload 3 /* newlist */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 42
        38: .line 107
            aload 2 /* onestop */
            ifnonnull 40
        39: .line 108
            getstatic javafx.scene.paint.Stop.NO_STOPS:Ljava/util/List;
            areturn
        40: .line 110
      StackMap locals: java.util.List javafx.scene.paint.Stop javafx.scene.paint.Stop java.util.List
      StackMap stack:
            aload 2 /* onestop */
            invokevirtual javafx.scene.paint.Stop.getColor:()Ljavafx/scene/paint/Color;
            astore 4 /* zerocolor */
        start local 4 // javafx.scene.paint.Color zerocolor
        41: .line 111
            goto 45
        end local 4 // javafx.scene.paint.Color zerocolor
        42: .line 112
      StackMap locals:
      StackMap stack:
            aload 3 /* newlist */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.paint.Stop
            invokevirtual javafx.scene.paint.Stop.getColor:()Ljavafx/scene/paint/Color;
            astore 4 /* zerocolor */
        start local 4 // javafx.scene.paint.Color zerocolor
        43: .line 113
            aload 2 /* onestop */
            ifnonnull 45
            aload 3 /* newlist */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 45
        44: .line 118
            aload 3 /* newlist */
            invokeinterface java.util.List.clear:()V
        45: .line 121
      StackMap locals: javafx.scene.paint.Color
      StackMap stack:
            new javafx.scene.paint.Stop
            dup
            dconst_0
            aload 4 /* zerocolor */
            invokespecial javafx.scene.paint.Stop.<init>:(DLjavafx/scene/paint/Color;)V
            astore 1 /* zerostop */
        end local 4 // javafx.scene.paint.Color zerocolor
        46: .line 122
            goto 49
      StackMap locals:
      StackMap stack:
        47: aload 1 /* zerostop */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dconst_0
            dcmpg
            ifge 49
        48: .line 123
            new javafx.scene.paint.Stop
            dup
            dconst_0
            aload 1 /* zerostop */
            invokevirtual javafx.scene.paint.Stop.getColor:()Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.paint.Stop.<init>:(DLjavafx/scene/paint/Color;)V
            astore 1 /* zerostop */
        49: .line 125
      StackMap locals:
      StackMap stack:
            aload 3 /* newlist */
            iconst_0
            aload 1 /* zerostop */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        50: .line 127
            aload 2 /* onestop */
            ifnonnull 53
        51: .line 128
            new javafx.scene.paint.Stop
            dup
            dconst_1
            aload 3 /* newlist */
            aload 3 /* newlist */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.paint.Stop
            invokevirtual javafx.scene.paint.Stop.getColor:()Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.paint.Stop.<init>:(DLjavafx/scene/paint/Color;)V
            astore 2 /* onestop */
        52: .line 129
            goto 55
      StackMap locals:
      StackMap stack:
        53: aload 2 /* onestop */
            invokevirtual javafx.scene.paint.Stop.getOffset:()D
            dconst_1
            dcmpl
            ifle 55
        54: .line 130
            new javafx.scene.paint.Stop
            dup
            dconst_1
            aload 2 /* onestop */
            invokevirtual javafx.scene.paint.Stop.getColor:()Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.paint.Stop.<init>:(DLjavafx/scene/paint/Color;)V
            astore 2 /* onestop */
        55: .line 132
      StackMap locals:
      StackMap stack:
            aload 3 /* newlist */
            aload 2 /* onestop */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        56: .line 134
            aload 3 /* newlist */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 3 // java.util.List newlist
        end local 2 // javafx.scene.paint.Stop onestop
        end local 1 // javafx.scene.paint.Stop zerostop
        end local 0 // java.util.List stops
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   57     0      stops  Ljava/util/List<Ljavafx/scene/paint/Stop;>;
            3   57     1   zerostop  Ljavafx/scene/paint/Stop;
            4   57     2    onestop  Ljavafx/scene/paint/Stop;
            5   57     3    newlist  Ljava/util/List<Ljavafx/scene/paint/Stop;>;
            7   35     4          s  Ljavafx/scene/paint/Stop;
            9   35     6        off  D
           19   33     8          i  I
           21   31     9         s2  Ljavafx/scene/paint/Stop;
           41   42     4  zerocolor  Ljavafx/scene/paint/Color;
           43   46     4  zerocolor  Ljavafx/scene/paint/Color;
    Signature: (Ljava/util/List<Ljavafx/scene/paint/Stop;>;)Ljava/util/List<Ljavafx/scene/paint/Stop;>;
    MethodParameters:
       Name  Flags
      stops  

  public final double getOffset();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.paint.Stop this
         0: .line 159
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.offset:D
            dreturn
        end local 0 // javafx.scene.paint.Stop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/paint/Stop;

  public final javafx.scene.paint.Color getColor();
    descriptor: ()Ljavafx/scene/paint/Color;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.paint.Stop this
         0: .line 174
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            areturn
        end local 0 // javafx.scene.paint.Stop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/paint/Stop;

  public void <init>(double, javafx.scene.paint.Color);
    descriptor: (DLjavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.paint.Stop this
        start local 1 // double offset
        start local 3 // javafx.scene.paint.Color color
         0: .line 188
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 181
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.paint.Stop.hash:I
         2: .line 189
            aload 0 /* this */
            dload 1 /* offset */
            putfield javafx.scene.paint.Stop.offset:D
         3: .line 190
            aload 0 /* this */
            aload 3 /* color */
            putfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
         4: .line 191
            return
        end local 3 // javafx.scene.paint.Color color
        end local 1 // double offset
        end local 0 // javafx.scene.paint.Stop this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavafx/scene/paint/Stop;
            0    5     1  offset  D
            0    5     3   color  Ljavafx/scene/paint/Color;
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "offset")
      1:
        javafx.beans.NamedArg(value = "color", defaultValue = "BLACK")
    MethodParameters:
        Name  Flags
      offset  
      color   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.paint.Stop this
        start local 1 // java.lang.Object obj
         0: .line 199
            aload 1 /* obj */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
            iconst_1
            ireturn
         2: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javafx.scene.paint.Stop
            ifeq 9
         3: .line 202
            aload 1 /* obj */
            checkcast javafx.scene.paint.Stop
            astore 2 /* other */
        start local 2 // javafx.scene.paint.Stop other
         4: .line 203
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.offset:D
            aload 2 /* other */
            getfield javafx.scene.paint.Stop.offset:D
            dcmpl
            ifne 8
         5: .line 204
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            ifnonnull 6
            aload 2 /* other */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            ifnonnull 8
            goto 7
      StackMap locals: javafx.scene.paint.Stop
      StackMap stack:
         6: aload 0 /* this */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            aload 2 /* other */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            invokevirtual javafx.scene.paint.Color.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 203
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // javafx.scene.paint.Stop other
         9: .line 205
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // javafx.scene.paint.Stop this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljavafx/scene/paint/Stop;
            0   10     1    obj  Ljava/lang/Object;
            4    9     2  other  Ljavafx/scene/paint/Stop;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // javafx.scene.paint.Stop this
         0: .line 213
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.hash:I
            ifne 5
         1: .line 214
            ldc 17
            lstore 1 /* bits */
        start local 1 // long bits
         2: .line 215
            ldc 37
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.offset:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         3: .line 216
            ldc 37
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            invokevirtual javafx.scene.paint.Color.hashCode:()I
            i2l
            ladd
            lstore 1 /* bits */
         4: .line 217
            aload 0 /* this */
            lload 1 /* bits */
            lload 1 /* bits */
            bipush 32
            lshr
            lxor
            l2i
            putfield javafx.scene.paint.Stop.hash:I
        end local 1 // long bits
         5: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.hash:I
            ireturn
        end local 0 // javafx.scene.paint.Stop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/paint/Stop;
            2    5     1  bits  J

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.paint.Stop this
         0: .line 227
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.color:Ljavafx/scene/paint/Color;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javafx.scene.paint.Stop.offset:D
            ldc 100.0
            dmul
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "%"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.paint.Stop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/paint/Stop;
}
SourceFile: "Stop.java"