public class apple.laf.JRSUIState$ScrollBarState extends apple.laf.JRSUIState$ValueState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: apple.laf.JRSUIState$ScrollBarState
  super_class: apple.laf.JRSUIState$ValueState
{
  final double thumbProportion;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  double derivedThumbProportion;
    descriptor: D
    flags: (0x0000) 

  final double thumbStart;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  double derivedThumbStart;
    descriptor: D
    flags: (0x0000) 

  void <init>(long, double, double, double);
    descriptor: (JDDD)V
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
        start local 1 // long encodedState
        start local 3 // double value
        start local 5 // double thumbProportion
        start local 7 // double thumbStart
         0: .line 215
            aload 0 /* this */
            lload 1 /* encodedState */
            dload 3 /* value */
            invokespecial apple.laf.JRSUIState$ValueState.<init>:(JD)V
         1: .line 216
            aload 0 /* this */
            aload 0 /* this */
            dload 5 /* thumbProportion */
            dup2_x1
            putfield apple.laf.JRSUIState$ScrollBarState.derivedThumbProportion:D
            putfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
         2: .line 217
            aload 0 /* this */
            aload 0 /* this */
            dload 7 /* thumbStart */
            dup2_x1
            putfield apple.laf.JRSUIState$ScrollBarState.derivedThumbStart:D
            putfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
         3: .line 218
            return
        end local 7 // double thumbStart
        end local 5 // double thumbProportion
        end local 3 // double value
        end local 1 // long encodedState
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lapple/laf/JRSUIState$ScrollBarState;
            0    4     1     encodedState  J
            0    4     3            value  D
            0    4     5  thumbProportion  D
            0    4     7       thumbStart  D
    MethodParameters:
                 Name  Flags
      encodedState     final
      value            final
      thumbProportion  final
      thumbStart       final

  boolean isDerivationSame();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
         0: .line 222
            aload 0 /* this */
            invokespecial apple.laf.JRSUIState$ValueState.isDerivationSame:()Z
            ifeq 1
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.derivedThumbProportion:D
            dcmpl
            ifne 1
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.derivedThumbStart:D
            dcmpl
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lapple/laf/JRSUIState$ScrollBarState;

  public <T extends apple.laf.JRSUIState> T createDerivation();
    descriptor: ()Lapple/laf/JRSUIState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
         0: .line 227
            new apple.laf.JRSUIState$ScrollBarState
            dup
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.derivedEncodedState:J
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.derivedValue:D
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.derivedThumbProportion:D
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.derivedThumbStart:D
            invokespecial apple.laf.JRSUIState$ScrollBarState.<init>:(JDDD)V
            areturn
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lapple/laf/JRSUIState$ScrollBarState;
    Signature: <T:Lapple/laf/JRSUIState;>()TT;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
         0: .line 232
            aload 0 /* this */
            invokespecial apple.laf.JRSUIState$ValueState.reset:()V
         1: .line 233
            aload 0 /* this */
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
            putfield apple.laf.JRSUIState$ScrollBarState.derivedThumbProportion:D
         2: .line 234
            aload 0 /* this */
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
            putfield apple.laf.JRSUIState$ScrollBarState.derivedThumbStart:D
         3: .line 235
            return
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lapple/laf/JRSUIState$ScrollBarState;

  public void setThumbPercent(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
        start local 1 // double thumbPercent
         0: .line 238
            aload 0 /* this */
            dload 1 /* thumbPercent */
            putfield apple.laf.JRSUIState$ScrollBarState.derivedThumbProportion:D
         1: .line 239
            return
        end local 1 // double thumbPercent
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lapple/laf/JRSUIState$ScrollBarState;
            0    2     1  thumbPercent  D
    MethodParameters:
              Name  Flags
      thumbPercent  final

  public void setThumbStart(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
        start local 1 // double thumbStart
         0: .line 242
            aload 0 /* this */
            dload 1 /* thumbStart */
            putfield apple.laf.JRSUIState$ScrollBarState.derivedThumbStart:D
         1: .line 243
            return
        end local 1 // double thumbStart
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lapple/laf/JRSUIState$ScrollBarState;
            0    2     1  thumbStart  D
    MethodParameters:
            Name  Flags
      thumbStart  final

  public void apply(apple.laf.JRSUIControl);
    descriptor: (Lapple/laf/JRSUIControl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
        start local 1 // apple.laf.JRSUIControl control
         0: .line 247
            aload 0 /* this */
            aload 1 /* control */
            invokespecial apple.laf.JRSUIState$ValueState.apply:(Lapple/laf/JRSUIControl;)V
         1: .line 248
            aload 1 /* control */
            getstatic apple.laf.JRSUIConstants$Key.THUMB_PROPORTION:Lapple/laf/JRSUIConstants$Key;
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
            invokevirtual apple.laf.JRSUIControl.set:(Lapple/laf/JRSUIConstants$Key;D)V
         2: .line 249
            aload 1 /* control */
            getstatic apple.laf.JRSUIConstants$Key.THUMB_START:Lapple/laf/JRSUIConstants$Key;
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
            invokevirtual apple.laf.JRSUIControl.set:(Lapple/laf/JRSUIConstants$Key;D)V
         3: .line 250
            return
        end local 1 // apple.laf.JRSUIControl control
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lapple/laf/JRSUIState$ScrollBarState;
            0    4     1  control  Lapple/laf/JRSUIControl;
    MethodParameters:
         Name  Flags
      control  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
        start local 1 // java.lang.Object obj
         0: .line 254
            aload 1 /* obj */
            instanceof apple.laf.JRSUIState$ScrollBarState
            ifne 1
            iconst_0
            ireturn
         1: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
            aload 1 /* obj */
            checkcast apple.laf.JRSUIState$ScrollBarState
            getfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
            dcmpl
            ifne 2
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
            aload 1 /* obj */
            checkcast apple.laf.JRSUIState$ScrollBarState
            getfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
            dcmpl
            ifne 2
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial apple.laf.JRSUIState$ValueState.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lapple/laf/JRSUIState$ScrollBarState;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // apple.laf.JRSUIState$ScrollBarState this
         0: .line 260
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbProportion:D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ScrollBarState.thumbStart:D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lxor
            lstore 1 /* bits */
        start local 1 // long bits
         1: .line 261
            aload 0 /* this */
            invokespecial apple.laf.JRSUIState$ValueState.hashCode:()I
            lload 1 /* bits */
            l2i
            ixor
            lload 1 /* bits */
            bipush 32
            lushr
            l2i
            ixor
            ireturn
        end local 1 // long bits
        end local 0 // apple.laf.JRSUIState$ScrollBarState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lapple/laf/JRSUIState$ScrollBarState;
            1    2     1  bits  J
}
SourceFile: "JRSUIState.java"
NestHost: apple.laf.JRSUIState
InnerClasses:
  Key = apple.laf.JRSUIConstants$Key of apple.laf.JRSUIConstants
  public ScrollBarState = apple.laf.JRSUIState$ScrollBarState of apple.laf.JRSUIState
  public ValueState = apple.laf.JRSUIState$ValueState of apple.laf.JRSUIState