class HessianDebugState.ObjectState extends HessianDebugState.State
Modifier and Type | Field and Description |
---|---|
private int |
_count |
private HessianDebugState.ObjectDef |
_def |
private int |
_fieldDepth |
private int |
_refId |
private int |
_state |
private static int |
FIELD |
private static int |
TYPE |
_next
Constructor and Description |
---|
ObjectState(HessianDebugState.State next,
int refId) |
ObjectState(HessianDebugState.State next,
int refId,
int def) |
Modifier and Type | Method and Description |
---|---|
(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) |
nextObject, print, print, printIndent, println, println, println, printObject
private static final int TYPE
private static final int FIELD
private int _refId
private int _state
private HessianDebugState.ObjectDef _def
private int _count
private int _fieldDepth
ObjectState(HessianDebugState.State next, int refId)
ObjectState(HessianDebugState.State next, int refId, int def)
boolean isShift(java.lang.Object value)
isShift
in class HessianDebugState.State
HessianDebugState.State shift(java.lang.Object object)
shift
in class HessianDebugState.State
int depth()
depth
in class HessianDebugState.State
HessianDebugState.State next(int ch)
next
in class HessianDebugState.State