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