class com.caucho.hessian.io.HessianDebugState$CallState1 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$CallState1
  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 METHOD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

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

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

  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$CallState1 this
        start local 2 // com.caucho.hessian.io.HessianDebugState$State next
         0: .line 2099
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianDebugState$CallState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
         1: .line 2100
            aload 0 /* this */
            aload 1
            aload 2 /* next */
            invokespecial com.caucho.hessian.io.HessianDebugState$State1.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;)V
         2: .line 2101
            return
        end local 2 // com.caucho.hessian.io.HessianDebugState$State next
        end local 0 // com.caucho.hessian.io.HessianDebugState$CallState1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianDebugState$CallState1;
            0    3     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$CallState1 this
         0: .line 2105
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1._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$CallState1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianDebugState$CallState1;

  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$CallState1 this
        start local 1 // int ch
         0: .line 2110
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1._state:I
            tableswitch { // 0 - 5
                    0: 1
                    1: 4
                    2: 8
                    3: 30
                    4: 22
                    5: 26
              default: 30
          }
         1: .line 2112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._major:I
         2: .line 2113
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._state:I
         3: .line 2114
            aload 0 /* this */
            areturn
         4: .line 2117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._minor:I
         5: .line 2118
            aload 0 /* this */
            iconst_2
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._state:I
         6: .line 2119
            aload 0 /* this */
            bipush -2
            new java.lang.StringBuilder
            dup
            ldc "call "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1._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$CallState1._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$CallState1.println:(ILjava/lang/String;)V
         7: .line 2120
            aload 0 /* this */
            areturn
         8: .line 2123
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 72
            if_icmpne 14
         9: .line 2124
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.println:()V
        10: .line 2125
            aload 0 /* this */
            ldc "header "
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.print:(Ljava/lang/String;)V
        11: .line 2126
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            iconst_0
            putfield com.caucho.hessian.io.HessianDebugState._isObject:Z
        12: .line 2127
            aload 0 /* this */
            iconst_4
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._state:I
        13: .line 2128
            new com.caucho.hessian.io.HessianDebugState$StringState
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1.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
        14: .line 2130
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 109
            if_icmpne 20
        15: .line 2131
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.println:()V
        16: .line 2132
            aload 0 /* this */
            ldc "method "
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.print:(Ljava/lang/String;)V
        17: .line 2133
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            iconst_0
            putfield com.caucho.hessian.io.HessianDebugState._isObject:Z
        18: .line 2134
            aload 0 /* this */
            iconst_5
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._state:I
        19: .line 2135
            new com.caucho.hessian.io.HessianDebugState$StringState
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            aload 0 /* this */
            bipush 109
            iconst_1
            invokespecial com.caucho.hessian.io.HessianDebugState$StringState.<init>:(Lcom/caucho/hessian/io/HessianDebugState;Lcom/caucho/hessian/io/HessianDebugState$State;CZ)V
            areturn
        20: .line 2138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            iload 1 /* ch */
            i2c
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": unexpected char"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.println:(Ljava/lang/String;)V
        21: .line 2139
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            invokevirtual com.caucho.hessian.io.HessianDebugState.popStack:()Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        22: .line 2143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc " => "
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.print:(Ljava/lang/String;)V
        23: .line 2144
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1.this$0:Lcom/caucho/hessian/io/HessianDebugState;
            iconst_0
            putfield com.caucho.hessian.io.HessianDebugState._isObject:Z
        24: .line 2145
            aload 0 /* this */
            iconst_2
            putfield com.caucho.hessian.io.HessianDebugState$CallState1._state:I
        25: .line 2146
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        26: .line 2149
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 122
            if_icmpne 29
        27: .line 2150
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.println:()V
        28: .line 2151
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianDebugState$CallState1._next:Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        29: .line 2154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianDebugState$CallState1.nextObject:(I)Lcom/caucho/hessian/io/HessianDebugState$State;
            areturn
        30: .line 2157
      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$CallState1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lcom/caucho/hessian/io/HessianDebugState$CallState1;
            0   31     1    ch  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HessianDebugState.java"
NestHost: com.caucho.hessian.io.HessianDebugState
InnerClasses:
  CallState1 = com.caucho.hessian.io.HessianDebugState$CallState1 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