class com.caucho.hessian.io.HessianDebugState$Reply2State 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$Reply2State
  super_class: com.caucho.hessian.io.HessianDebugState$State
{
  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$Reply2State this
        start local 2 // com.caucho.hessian.io.HessianDebugState$State next
         0: .line 2316
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianDebugState$Reply2State.this$0:Lcom/caucho/hessian/io/HessianDebugState;
         1: .line 2317
            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 2319
            aload 0 /* this */
            bipush -2
            ldc "Reply"
            invokevirtual com.caucho.hessian.io.HessianDebugState$Reply2State.println:(ILjava/lang/String;)V
         3: .line 2320
            return
        end local 2 // com.caucho.hessian.io.HessianDebugState$State next
        end local 0 // com.caucho.hessian.io.HessianDebugState$Reply2State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianDebugState$Reply2State;
            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$Reply2State this
         0: .line 2324
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$Reply2State._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$Reply2State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianDebugState$Reply2State;

  com.caucho.hessian.io.HessianDebugState$State next(int);
    descriptor: (I)Lcom/caucho/hessian/io/HessianDebugState$State;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianDebugState$Reply2State this
        start local 1 // int ch
         0: .line 2330
            iload 1 /* ch */
            ifge 3
         1: .line 2331
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianDebugState$Reply2State.println:()V
         2: .line 2332
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$Reply2State._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
         3: .line 2335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$Reply2State.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianDebugState$Reply2State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianDebugState$Reply2State;
            0    4     1    ch  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HessianDebugState.java"
NestHost: com.caucho.hessian.io.HessianDebugState
InnerClasses:
  Reply2State = com.caucho.hessian.io.HessianDebugState$Reply2State of com.caucho.hessian.io.HessianDebugState
  abstract State = com.caucho.hessian.io.HessianDebugState$State of com.caucho.hessian.io.HessianDebugState