com.caucho.hessian.io
Class HessianDebugState.RefState

java.lang.Object
  extended by com.caucho.hessian.io.HessianDebugState.State
      extended by com.caucho.hessian.io.HessianDebugState.RefState
Enclosing class:
HessianDebugState

 class HessianDebugState.RefState
extends HessianDebugState.State


Field Summary
(package private)  int _length
           
(package private)  java.lang.String _typeCode
           
(package private)  int _value
           
 
Fields inherited from class com.caucho.hessian.io.HessianDebugState.State
_next
 
Constructor Summary
HessianDebugState.RefState(HessianDebugState.State next)
           
HessianDebugState.RefState(HessianDebugState.State next, java.lang.String typeCode)
           
HessianDebugState.RefState(HessianDebugState.State next, java.lang.String typeCode, int value, int length)
           
 
Method Summary
(package private)  boolean isShift(java.lang.Object o)
           
(package private)  HessianDebugState.State next(int ch)
           
(package private)  HessianDebugState.State shift(java.lang.Object o)
           
 
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State
depth, nextObject, print, print, printIndent, println, println, println, printObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_typeCode

java.lang.String _typeCode

_length

int _length

_value

int _value
Constructor Detail

HessianDebugState.RefState

HessianDebugState.RefState(HessianDebugState.State next)

HessianDebugState.RefState

HessianDebugState.RefState(HessianDebugState.State next,
                           java.lang.String typeCode)

HessianDebugState.RefState

HessianDebugState.RefState(HessianDebugState.State next,
                           java.lang.String typeCode,
                           int value,
                           int length)
Method Detail

isShift

boolean isShift(java.lang.Object o)
Overrides:
isShift in class HessianDebugState.State

shift

HessianDebugState.State shift(java.lang.Object o)
Overrides:
shift in class HessianDebugState.State

next

HessianDebugState.State next(int ch)
Specified by:
next in class HessianDebugState.State


Copyright 2003-2011. All Rights Reserved.