Uses of Interface
org.kink_lang.kink.hostfun.graph.GraphNode
Packages that use GraphNode
Package
Description
Interfaces used to make
host system functions, or host funs,
which are Kink functions defined in Java code.
Provides the Execution Graph DSL,
which is a convenient way to invoke Kink funs from Java actions or handlers.
Implementations of the Execution Graph DSL.
Provides funs used from intrinsics.
-
Uses of GraphNode in org.kink_lang.kink.hostfun
Methods in org.kink_lang.kink.hostfun with parameters of type GraphNodeModifier and TypeMethodDescriptionReturns a call flow to evaluate the graph. -
Uses of GraphNode in org.kink_lang.kink.hostfun.graph
Subinterfaces of GraphNode in org.kink_lang.kink.hostfun.graphModifier and TypeInterfaceDescriptioninterfaceGraphNode which supports call flow, to bind args.interfaceGraphNode which supports call flow, to bind a recv.Methods in org.kink_lang.kink.hostfun.graph that return GraphNodeModifier and TypeMethodDescriptionBinds the args to the call.Convenient method to call the Kink method template.format(...args).Returns a graph node which emits the val.GraphFacade.raiseFormat(String template, GraphNode... args) Convenient method to call raise(template.format(...args)).Convenient method to call val.repr.Methods in org.kink_lang.kink.hostfun.graph with parameters of type GraphNodeModifier and TypeMethodDescriptionBinds the args to the call.Returns a call graph node which calls a method in the owner.Convenient method to call the Kink method template.format(...args).GraphFacade.raiseFormat(String template, GraphNode... args) Convenient method to call raise(template.format(...args)).Binds a recv to the call. -
Uses of GraphNode in org.kink_lang.kink.hostfun.graph.impl
Methods in org.kink_lang.kink.hostfun.graph.impl that return GraphNodeModifier and TypeMethodDescriptionGraphFacadeImpl.raiseFormat(String template, GraphNode... args) Methods in org.kink_lang.kink.hostfun.graph.impl with parameters of type GraphNode -
Uses of GraphNode in org.kink_lang.kink.internal.intrinsicsupport
Methods in org.kink_lang.kink.internal.intrinsicsupport with parameters of type GraphNodeModifier and TypeMethodDescriptionstatic FunValFunsHolder.wrongNumberOfArgs(Vm vm, int paramCount, GraphNode params, VecVal args) Returns wrong-number-of-args fun, which takes no args.