class com.caucho.hessian.io.HessianDebugState$ReplyState1 extends com.caucho.hessian.io.HessianDebugState$State1
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.caucho.hessian.io.HessianDebugState$ReplyState1
  super_class: com.caucho.hessian.io.HessianDebugState$State1
{
  private static final int MAJOR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int MINOR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int HEADER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int VALUE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int END;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

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

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

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

  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=2, locals=3, args_size=3
        start local 0 // com.caucho.hessian.io.HessianDebugState$ReplyState1 this
        start local 2 // com.caucho.hessian.io.HessianDebugState$State next
         0: .line 2254
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
         1: .line 2253
            aload 0 /* this */
            aload 1
            invokespecial com.caucho.hessian.io.HessianDebugState$State1.<init>:(Lcom/caucho/hessian/io/HessianDebugState;)V
         2: .line 2255
            aload 0 /* this */
            aload 2 /* next */
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._next:Lcom/caucho/hessian/io/HessianDebugState$State;
         3: .line 2256
            return
        end local 2 // com.caucho.hessian.io.HessianDebugState$State next
        end local 0 // com.caucho.hessian.io.HessianDebugState$ReplyState1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianDebugState$ReplyState1;
            0    4     2  next  Lcom/caucho/hessian/io/HessianDebugState$State;
    MethodParameters:
        Name  Flags
      this$0  final
      next    

  int depth();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianDebugState$ReplyState1 this
         0: .line 2260
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            invokevirtual com.caucho.hessian.io.HessianDebugState$State.depth:()I
            iconst_2
            iadd
            ireturn
        end local 0 // com.caucho.hessian.io.HessianDebugState$ReplyState1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianDebugState$ReplyState1;

  com.caucho.hessian.io.HessianDebugState$State next(int);
    descriptor: (I)Lcom/caucho/hessian/io/HessianDebugState$State;
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianDebugState$ReplyState1 this
        start local 1 // int ch
         0: .line 2265
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
            tableswitch { // 0 - 4
                    0: 1
                    1: 6
                    2: 10
                    3: 20
                    4: 22
              default: 26
          }
         1: .line 2267
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 116
            if_icmpeq 2
            iload 1 /* ch */
            bipush 83
            if_icmpne 3
         2: .line 2268
      StackMap locals:
      StackMap stack:
            new com.caucho.hessian.io.HessianDebugState$RemoteState
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            aload 0 /* this */
            invokespecial com.caucho.hessian.io.HessianDebugState$RemoteState.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;)V
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$RemoteState.next:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
         3: .line 2270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._major:I
         4: .line 2271
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
         5: .line 2272
            aload 0 /* this */
            areturn
         6: .line 2275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._minor:I
         7: .line 2276
            aload 0 /* this */
            iconst_2
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
         8: .line 2277
            aload 0 /* this */
            bipush -2
            new java.lang.StringBuilder
            dup
            ldc "reply "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1._major:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1._minor:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianDebugState$ReplyState1.println:(ILjava/lang/String;)V
         9: .line 2278
            aload 0 /* this */
            areturn
        10: .line 2281
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 72
            if_icmpne 13
        11: .line 2282
            aload 0 /* this */
            iconst_3
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
        12: .line 2283
            new com.caucho.hessian.io.HessianDebugState$StringState
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            aload 0 /* this */
            bipush 72
            iconst_1
            invokespecial com.caucho.hessian.io.HessianDebugState$StringState.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;CZ)V
            areturn
        13: .line 2285
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 102
            if_icmpne 18
        14: .line 2286
            aload 0 /* this */
            ldc "fault "
            invokevirtual com.caucho.hessian.io.HessianDebugState$ReplyState1.print:(Ljava/lang/String;)V
        15: .line 2287
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            iconst_0
            putfield com.caucho.hessian.io.HessianDebugState._isObject:Z
        16: .line 2288
            aload 0 /* this */
            iconst_4
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
        17: .line 2289
            new com.caucho.hessian.io.HessianDebugState$MapState
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            aload 0 /* this */
            iconst_0
            invokespecial com.caucho.hessian.io.HessianDebugState$MapState.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;I)V
            areturn
        18: .line 2292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
        19: .line 2293
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$ReplyState1.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        20: .line 2297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.caucho.hessian.io.HessianDebugState$ReplyState1._state:I
        21: .line 2298
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$ReplyState1.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        22: .line 2301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianDebugState$ReplyState1.println:()V
        23: .line 2302
            iload 1 /* ch */
            bipush 122
            if_icmpne 25
        24: .line 2303
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        25: .line 2306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$ReplyState1._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$State.next:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        26: .line 2309
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianDebugState$ReplyState1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lcom/caucho/hessian/io/HessianDebugState$ReplyState1;
            0   27     1    ch  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HessianDebugState.java"
NestHost: com.caucho.hessian.io.HessianDebugState
InnerClasses:
  MapState = com.caucho.hessian.io.HessianDebugState$MapState of com.caucho.hessian.io.HessianDebugState
  RemoteState = com.caucho.hessian.io.HessianDebugState$RemoteState of com.caucho.hessian.io.HessianDebugState
  ReplyState1 = com.caucho.hessian.io.HessianDebugState$ReplyState1 of com.caucho.hessian.io.HessianDebugState
  abstract State = com.caucho.hessian.io.HessianDebugState$State of com.caucho.hessian.io.HessianDebugState
  abstract State1 = com.caucho.hessian.io.HessianDebugState$State1 of com.caucho.hessian.io.HessianDebugState
  StringState = com.caucho.hessian.io.HessianDebugState$StringState of com.caucho.hessian.io.HessianDebugState