class HessianDebugState.RefState extends HessianDebugState.State
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
_length |
(package private) java.lang.String |
_typeCode |
(package private) int |
_value |
_next| Constructor and Description |
|---|
RefState(HessianDebugState.State next) |
RefState(HessianDebugState.State next,
java.lang.String typeCode) |
RefState(HessianDebugState.State next,
java.lang.String typeCode,
int value,
int length) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isShift(java.lang.Object o) |
(package private) HessianDebugState.State |
next(int ch) |
(package private) HessianDebugState.State |
shift(java.lang.Object o) |
depth, nextObject, print, print, printIndent, println, println, println, printObjectRefState(HessianDebugState.State next)
RefState(HessianDebugState.State next, java.lang.String typeCode)
RefState(HessianDebugState.State next, java.lang.String typeCode, int value, int length)
boolean isShift(java.lang.Object o)
isShift in class HessianDebugState.StateHessianDebugState.State shift(java.lang.Object o)
shift in class HessianDebugState.StateHessianDebugState.State next(int ch)
next in class HessianDebugState.State