com.caucho.hessian.io
Class HessianDebugState.CallState
java.lang.Object
com.caucho.hessian.io.HessianDebugState.State
com.caucho.hessian.io.HessianDebugState.CallState
- Enclosing class:
- HessianDebugState
class HessianDebugState.CallState
- extends HessianDebugState.State
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAJOR
private static final int MAJOR
- See Also:
- Constant Field Values
MINOR
private static final int MINOR
- See Also:
- Constant Field Values
HEADER
private static final int HEADER
- See Also:
- Constant Field Values
METHOD
private static final int METHOD
- See Also:
- Constant Field Values
VALUE
private static final int VALUE
- See Also:
- Constant Field Values
ARG
private static final int ARG
- See Also:
- Constant Field Values
_state
private int _state
_major
private int _major
_minor
private int _minor
HessianDebugState.CallState
HessianDebugState.CallState(HessianDebugState.State next)
depth
int depth()
- Overrides:
depth
in class HessianDebugState.State
next
HessianDebugState.State next(int ch)
- Specified by:
next
in class HessianDebugState.State