class com.caucho.hessian.io.HessianDebugState$DoubleIntegerState 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$DoubleIntegerState
  super_class: com.caucho.hessian.io.HessianDebugState$State
{
  int _length;
    descriptor: I
    flags: (0x0000) 

  int _value;
    descriptor: I
    flags: (0x0000) 

  boolean _isFirst;
    descriptor: Z
    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, int);
    descriptor: (Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.caucho.hessian.io.HessianDebugState$DoubleIntegerState this
        start local 2 // com.caucho.hessian.io.HessianDebugState$State next
        start local 3 // int length
         0: .line 794
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState.this$0:Lcom/caucho/hessian/io/HessianDebugState;
         1: .line 795
            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 791
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._isFirst:Z
         3: .line 797
            aload 0 /* this */
            iload 3 /* length */
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._length:I
         4: .line 798
            return
        end local 3 // int length
        end local 2 // com.caucho.hessian.io.HessianDebugState$State next
        end local 0 // com.caucho.hessian.io.HessianDebugState$DoubleIntegerState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/caucho/hessian/io/HessianDebugState$DoubleIntegerState;
            0    5     2    next  Lcom/caucho/hessian/io/HessianDebugState$State;
            0    5     3  length  I
    MethodParameters:
        Name  Flags
      this$0  final
      next    
      length  

  com.caucho.hessian.io.HessianDebugState$State next(int);
    descriptor: (I)Lcom/caucho/hessian/io/HessianDebugState$State;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.caucho.hessian.io.HessianDebugState$DoubleIntegerState this
        start local 1 // int ch
         0: .line 802
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._isFirst:Z
            ifeq 2
         1: .line 803
            aload 0 /* this */
            iload 1 /* ch */
            i2b
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._value:I
            goto 3
         2: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 256
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._value:I
            imul
            iload 1 /* ch */
            sipush 255
            iand
            iadd
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._value:I
         3: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._isFirst:Z
         4: .line 809
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._length:I
            iconst_1
            iadd
            dup_x1
            putfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._length:I
            iconst_4
            if_icmpne 10
         5: .line 810
            new java.lang.Double
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._value:I
            i2d
            invokespecial java.lang.Double.<init>:(D)V
            astore 2 /* value */
        start local 2 // java.lang.Double value
         6: .line 812
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            aload 2 /* value */
            invokevirtual com.caucho.hessian.io.HessianDebugState$State.isShift:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 813
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._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
         8: .line 815
      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$DoubleIntegerState.printObject:(Ljava/lang/String;)V
         9: .line 817
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$DoubleIntegerState._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        end local 2 // java.lang.Double value
        10: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianDebugState$DoubleIntegerState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/caucho/hessian/io/HessianDebugState$DoubleIntegerState;
            0   11     1     ch  I
            6   10     2  value  Ljava/lang/Double;
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HessianDebugState.java"
NestHost: com.caucho.hessian.io.HessianDebugState
InnerClasses:
  DoubleIntegerState = com.caucho.hessian.io.HessianDebugState$DoubleIntegerState of com.caucho.hessian.io.HessianDebugState
  abstract State = com.caucho.hessian.io.HessianDebugState$State of com.caucho.hessian.io.HessianDebugState