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

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

  void <init>(long, double);
    descriptor: (JD)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // apple.laf.JRSUIState$ValueState this
        start local 1 // long encodedState
        start local 3 // double value
         0: .line 148
            aload 0 /* this */
            lload 1 /* encodedState */
            invokespecial apple.laf.JRSUIState.<init>:(J)V
         1: .line 149
            aload 0 /* this */
            aload 0 /* this */
            dload 3 /* value */
            dup2_x1
            putfield apple.laf.JRSUIState$ValueState.derivedValue:D
            putfield apple.laf.JRSUIState$ValueState.value:D
         2: .line 150
            return
        end local 3 // double value
        end local 1 // long encodedState
        end local 0 // apple.laf.JRSUIState$ValueState this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lapple/laf/JRSUIState$ValueState;
            0    3     1  encodedState  J
            0    3     3         value  D
    MethodParameters:
              Name  Flags
      encodedState  final
      value         final

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

  public <T extends apple.laf.JRSUIState> T createDerivation();
    descriptor: ()Lapple/laf/JRSUIState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIState$ValueState this
         0: .line 159
            new apple.laf.JRSUIState$ValueState
            dup
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ValueState.derivedEncodedState:J
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ValueState.derivedValue:D
            invokespecial apple.laf.JRSUIState$ValueState.<init>:(JD)V
            areturn
        end local 0 // apple.laf.JRSUIState$ValueState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lapple/laf/JRSUIState$ValueState;
    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$ValueState this
         0: .line 164
            aload 0 /* this */
            invokespecial apple.laf.JRSUIState.reset:()V
         1: .line 165
            aload 0 /* this */
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ValueState.value:D
            putfield apple.laf.JRSUIState$ValueState.derivedValue:D
         2: .line 166
            return
        end local 0 // apple.laf.JRSUIState$ValueState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lapple/laf/JRSUIState$ValueState;

  public void setValue(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // apple.laf.JRSUIState$ValueState this
        start local 1 // double value
         0: .line 169
            aload 0 /* this */
            dload 1 /* value */
            putfield apple.laf.JRSUIState$ValueState.derivedValue:D
         1: .line 170
            return
        end local 1 // double value
        end local 0 // apple.laf.JRSUIState$ValueState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lapple/laf/JRSUIState$ValueState;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  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$ValueState this
        start local 1 // apple.laf.JRSUIControl control
         0: .line 174
            aload 0 /* this */
            aload 1 /* control */
            invokespecial apple.laf.JRSUIState.apply:(Lapple/laf/JRSUIControl;)V
         1: .line 175
            aload 1 /* control */
            getstatic apple.laf.JRSUIConstants$Key.VALUE:Lapple/laf/JRSUIConstants$Key;
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ValueState.value:D
            invokevirtual apple.laf.JRSUIControl.set:(Lapple/laf/JRSUIConstants$Key;D)V
         2: .line 176
            return
        end local 1 // apple.laf.JRSUIControl control
        end local 0 // apple.laf.JRSUIState$ValueState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lapple/laf/JRSUIState$ValueState;
            0    3     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$ValueState this
        start local 1 // java.lang.Object obj
         0: .line 180
            aload 1 /* obj */
            instanceof apple.laf.JRSUIState$ValueState
            ifne 1
            iconst_0
            ireturn
         1: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ValueState.value:D
            aload 1 /* obj */
            checkcast apple.laf.JRSUIState$ValueState
            getfield apple.laf.JRSUIState$ValueState.value:D
            dcmpl
            ifne 2
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial apple.laf.JRSUIState.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$ValueState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lapple/laf/JRSUIState$ValueState;
            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$ValueState this
         0: .line 186
            aload 0 /* this */
            getfield apple.laf.JRSUIState$ValueState.value:D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lstore 1 /* bits */
        start local 1 // long bits
         1: .line 187
            aload 0 /* this */
            invokespecial apple.laf.JRSUIState.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$ValueState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lapple/laf/JRSUIState$ValueState;
            1    2     1  bits  J
}
SourceFile: "JRSUIState.java"
NestHost: apple.laf.JRSUIState
InnerClasses:
  Key = apple.laf.JRSUIConstants$Key of apple.laf.JRSUIConstants
  public ValueState = apple.laf.JRSUIState$ValueState of apple.laf.JRSUIState