-
- All Superinterfaces:
GraphNode
- All Known Subinterfaces:
CallGraphNodeToRecv
public interface CallGraphNodeToArgs extends GraphNode
GraphNode which supports call flow, to bind args.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphNode
args(GraphNode... args)
Binds the args to the call.-
Methods inherited from interface org.kink_lang.kink.hostfun.graph.GraphNode
evaluateIn
-
-