com.caucho.hessian.io
Class HessianDebugState.CompactListState
java.lang.Object
com.caucho.hessian.io.HessianDebugState.State
com.caucho.hessian.io.HessianDebugState.CompactListState
- Enclosing class:
- HessianDebugState
class HessianDebugState.CompactListState
- extends HessianDebugState.State
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
private static final int TYPE
- See Also:
- Constant Field Values
LENGTH
private static final int LENGTH
- See Also:
- Constant Field Values
VALUE
private static final int VALUE
- See Also:
- Constant Field Values
_refId
private int _refId
_state
private int _state
_hasData
private boolean _hasData
_length
private int _length
_count
private int _count
_valueDepth
private int _valueDepth
HessianDebugState.CompactListState
HessianDebugState.CompactListState(HessianDebugState.State next,
int refId)
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
depth
int depth()
- Overrides:
depth
in class HessianDebugState.State
next
HessianDebugState.State next(int ch)
- Specified by:
next
in class HessianDebugState.State