class com.caucho.hessian.io.HessianDebugState$RemoteState 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$RemoteState
  super_class: com.caucho.hessian.io.HessianDebugState$State
{
  private static final int TYPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

  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=3, locals=3, args_size=3
        start local 0 // com.caucho.hessian.io.HessianDebugState$RemoteState this
        start local 2 // com.caucho.hessian.io.HessianDebugState$State next
         0: .line 2392
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianDebugState$RemoteState.this$0:Lcom/caucho/hessian/io/HessianDebugState;
         1: .line 2393
            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 2394
            return
        end local 2 // com.caucho.hessian.io.HessianDebugState$State next
        end local 0 // com.caucho.hessian.io.HessianDebugState$RemoteState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianDebugState$RemoteState;
            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=6, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianDebugState$RemoteState this
        start local 1 // int ch
         0: .line 2399
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$RemoteState._state:I
            tableswitch { // 0 - 2
                    0: 1
                    1: 7
                    2: 9
              default: 10
          }
         1: .line 2401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            ldc "remote"
            invokevirtual com.caucho.hessian.io.HessianDebugState$RemoteState.println:(ILjava/lang/String;)V
         2: .line 2402
            iload 1 /* ch */
            bipush 116
            if_icmpne 5
         3: .line 2403
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianDebugState$RemoteState._state:I
         4: .line 2404
            new com.caucho.hessian.io.HessianDebugState$StringState
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$RemoteState.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            aload 0 /* this */
            bipush 116
            iconst_0
            invokespecial com.caucho.hessian.io.HessianDebugState$StringState.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;CZ)V
            areturn
         5: .line 2407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.caucho.hessian.io.HessianDebugState$RemoteState._state:I
         6: .line 2408
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$RemoteState.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
         7: .line 2412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.caucho.hessian.io.HessianDebugState$RemoteState._state:I
         8: .line 2413
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$RemoteState._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$State.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
         9: .line 2416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$RemoteState._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
        10: .line 2419
      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$RemoteState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/caucho/hessian/io/HessianDebugState$RemoteState;
            0   11     1    ch  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HessianDebugState.java"
NestHost: com.caucho.hessian.io.HessianDebugState
InnerClasses:
  RemoteState = com.caucho.hessian.io.HessianDebugState$RemoteState of com.caucho.hessian.io.HessianDebugState
  abstract State = com.caucho.hessian.io.HessianDebugState$State of com.caucho.hessian.io.HessianDebugState
  StringState = com.caucho.hessian.io.HessianDebugState$StringState of com.caucho.hessian.io.HessianDebugState