public abstract class AbstractRespNode extends Object implements IRespNode
| 构造器和说明 |
|---|
AbstractRespNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract RESP_DATA_TYPE |
getItemType() |
abstract void |
print()
print on console
|
abstract String |
toConsoleFormatString() |
abstract String |
toRespFormatString() |
public abstract RESP_DATA_TYPE getItemType()
getItemType 在接口中 IRespNodepublic abstract String toRespFormatString()
toRespFormatString 在接口中 IRespNodepublic abstract String toConsoleFormatString()
toConsoleFormatString 在接口中 IRespNodeCopyright © 2016. All rights reserved.