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, printObjectprivate 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.StateHessianDebugState.State shift(java.lang.Object object)
shift in class HessianDebugState.Stateint depth()
depth in class HessianDebugState.StateHessianDebugState.State next(int ch)
next in class HessianDebugState.State