|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.HessianDebugState.State
com.caucho.hessian.io.HessianDebugState.StreamingState
class HessianDebugState.StreamingState
Field Summary | |
---|---|
private HessianDebugState.State |
_childState
|
private int |
_digit
|
private boolean |
_isFirst
|
private boolean |
_isLast
|
private int |
_length
|
Fields inherited from class com.caucho.hessian.io.HessianDebugState.State |
---|
_next |
Constructor Summary | |
---|---|
HessianDebugState.StreamingState(HessianDebugState.State next,
boolean isLast)
|
Method Summary | |
---|---|
(package private) HessianDebugState.State |
next(int ch)
|
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State |
---|
depth, isShift, nextObject, print, print, printIndent, println, println, println, printObject, shift |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int _digit
private int _length
private boolean _isLast
private boolean _isFirst
private HessianDebugState.State _childState
Constructor Detail |
---|
HessianDebugState.StreamingState(HessianDebugState.State next, boolean isLast)
Method Detail |
---|
HessianDebugState.State next(int ch)
next
in class HessianDebugState.State
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |