com.caucho.hessian.io
Class HessianDebugState.Call2State

java.lang.Object
  extended by com.caucho.hessian.io.HessianDebugState.State
      extended by com.caucho.hessian.io.HessianDebugState.Call2State
Enclosing class:
HessianDebugState

 class HessianDebugState.Call2State
extends HessianDebugState.State


Field Summary
private  int _count
           
private  int _i
           
private  int _state
           
private static int ARG
           
private static int COUNT
           
private static int METHOD
           
 
Fields inherited from class com.caucho.hessian.io.HessianDebugState.State
_next
 
Constructor Summary
HessianDebugState.Call2State(HessianDebugState.State next)
           
 
Method Summary
(package private)  int depth()
           
(package private)  boolean isShift(java.lang.Object value)
           
(package private)  HessianDebugState.State next(int ch)
           
(package private)  HessianDebugState.State shift(java.lang.Object object)
           
 
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State
nextObject, print, print, printIndent, println, println, println, printObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHOD

private static final int METHOD
See Also:
Constant Field Values

COUNT

private static final int COUNT
See Also:
Constant Field Values

ARG

private static final int ARG
See Also:
Constant Field Values

_state

private int _state

_i

private int _i

_count

private int _count
Constructor Detail

HessianDebugState.Call2State

HessianDebugState.Call2State(HessianDebugState.State next)
Method Detail

depth

int depth()
Overrides:
depth in class HessianDebugState.State

isShift

boolean isShift(java.lang.Object value)
Overrides:
isShift in class HessianDebugState.State

shift

HessianDebugState.State shift(java.lang.Object object)
Overrides:
shift in class HessianDebugState.State

next

HessianDebugState.State next(int ch)
Specified by:
next in class HessianDebugState.State


Copyright 2003-2011. All Rights Reserved.