class com.caucho.hessian.io.HessianDebugState$DoubleState extends com.caucho.hessian.io.HessianDebugState$State
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.caucho.hessian.io.HessianDebugState$DoubleState
  super_class: com.caucho.hessian.io.HessianDebugState$State
{
  int _length;
    descriptor: I
    flags: (0x0000) 

  long _value;
    descriptor: J
    flags: (0x0000) 

  final com.caucho.hessian.io.HessianDebugState this$0;
    descriptor: Lcom/caucho/hessian/io/HessianDebugState;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.caucho.hessian.io.HessianDebugState, com.caucho.hessian.io.HessianDebugState$State);
    descriptor: (Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.caucho.hessian.io.HessianDebugState$DoubleState this
        start local 2 // com.caucho.hessian.io.HessianDebugState$State next
         0: .line 952
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianDebugState$DoubleState.this$0:Lcom/caucho/hessian/io/HessianDebugState;
         1: .line 953
            aload 0 /* this */
            aload 1
            aload 2 /* next */
            invokespecial com.caucho.hessian.io.HessianDebugState$State.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;)V
         2: .line 954
            return
        end local 2 // com.caucho.hessian.io.HessianDebugState$State next
        end local 0 // com.caucho.hessian.io.HessianDebugState$DoubleState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianDebugState$DoubleState;
            0    3     2  next  Lcom/caucho/hessian/io/HessianDebugState$State;
    MethodParameters:
        Name  Flags
      this$0  final
      next    

  com.caucho.hessian.io.HessianDebugState$State next(int);
    descriptor: (I)Lcom/caucho/hessian/io/HessianDebugState$State;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.caucho.hessian.io.HessianDebugState$DoubleState this
        start local 1 // int ch
         0: .line 958
            aload 0 /* this */
            ldc 256
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleState._value:J
            lmul
            iload 1 /* ch */
            sipush 255
            iand
            i2l
            ladd
            putfield com.caucho.hessian.io.HessianDebugState$DoubleState._value:J
         1: .line 960
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianDebugState$DoubleState._length:I
            iconst_1
            iadd
            dup_x1
            putfield com.caucho.hessian.io.HessianDebugState$DoubleState._length:I
            bipush 8
            if_icmpne 7
         2: .line 961
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleState._value:J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            astore 2 /* value */
        start local 2 // java.lang.Double value
         3: .line 963
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleState._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            aload 2 /* value */
            invokevirtual com.caucho.hessian.io.HessianDebugState$State.isShift:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 964
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleState._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            aload 2 /* value */
            invokevirtual com.caucho.hessian.io.HessianDebugState$State.shift:(Ljava/lang/Object;)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
         5: .line 966
      StackMap locals: java.lang.Double
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual java.lang.Double.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianDebugState$DoubleState.printObject:(Ljava/lang/String;)V
         6: .line 968
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleState._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        end local 2 // java.lang.Double value
         7: .line 972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianDebugState$DoubleState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/caucho/hessian/io/HessianDebugState$DoubleState;
            0    8     1     ch  I
            3    7     2  value  Ljava/lang/Double;
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HessianDebugState.java"
NestHost: com.caucho.hessian.io.HessianDebugState
InnerClasses:
  DoubleState = com.caucho.hessian.io.HessianDebugState$DoubleState of com.caucho.hessian.io.HessianDebugState
  abstract State = com.caucho.hessian.io.HessianDebugState$State of com.caucho.hessian.io.HessianDebugState