Interface RetValPipeIf
-
- All Known Implementing Classes:
AbstractSimpleRspNode
,ExpMethodResponseNode
,IMethodResponseNode
,IReturnValueNode
,MethodResponseNode
,SimpleExpRspNode
,SimpleRspNode
public interface RetValPipeIf
RetValPipeIf is a FIFO interface which helps PULL parsing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getReturnValueCount()
getReturnValueCountjava.lang.Object
readReturnValue()
readReturnValue
-