- All Superinterfaces:
CallGraphNodeToArgs
,GraphNode
GraphNode which supports call flow, to bind a recv.
-
Method Summary
Modifier and TypeMethodDescriptionBinds a recv to the call.Methods inherited from interface org.kink_lang.kink.hostfun.graph.CallGraphNodeToArgs
args
Methods inherited from interface org.kink_lang.kink.hostfun.graph.GraphNode
evaluateIn
-
Method Details
-
recv
Binds a recv to the call.- Parameters:
recv
- the recv of the call.- Returns:
- a call flow with the recv.
-