Interface CallGraphNodeToArgs

All Superinterfaces:
GraphNode
All Known Subinterfaces:
CallGraphNodeToRecv

public interface CallGraphNodeToArgs extends GraphNode
GraphNode which supports call flow, to bind args.
  • Method Summary

    Modifier and Type
    Method
    Description
    args(GraphNode... args)
    Binds the args to the call.

    Methods inherited from interface org.kink_lang.kink.hostfun.graph.GraphNode

    evaluateIn
  • Method Details

    • args

      GraphNode args(GraphNode... args)
      Binds the args to the call.
      Parameters:
      args - the args of the call.
      Returns:
      a graph node with the args.