class HessianDebugState.RemoteState extends HessianDebugState.State
| Modifier and Type | Field and Description |
|---|---|
private int |
_major |
private int |
_minor |
private int |
_state |
private static int |
END |
private static int |
TYPE |
private static int |
VALUE |
_next| Constructor and Description |
|---|
RemoteState(HessianDebugState.State next) |
| Modifier and Type | Method and Description |
|---|---|
(package private) HessianDebugState.State |
next(int ch) |
depth, isShift, nextObject, print, print, printIndent, println, println, println, printObject, shiftprivate static final int TYPE
private static final int VALUE
private static final int END
private int _state
private int _major
private int _minor
RemoteState(HessianDebugState.State next)
HessianDebugState.State next(int ch)
next in class HessianDebugState.State