Uses of Package
org.kink_lang.kink.hostfun.graph
Packages that use org.kink_lang.kink.hostfun.graph
Package
Description
The core package of the Kink vm.
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.
-
Classes in org.kink_lang.kink.hostfun.graph used by org.kink_lang.kink
-
Classes in org.kink_lang.kink.hostfun.graph used by org.kink_lang.kink.hostfun
-
Classes in org.kink_lang.kink.hostfun.graph used by org.kink_lang.kink.hostfun.graphClassDescriptionGraphNode which supports call flow, to bind args.GraphNode which supports call flow, to bind a recv.The type of an execution graph node.
-
Classes in org.kink_lang.kink.hostfun.graph used by org.kink_lang.kink.hostfun.graph.implClassDescriptionGraphNode which supports call flow, to bind args.GraphNode which supports call flow, to bind a recv.The facade interface of the Execution Graph DSL.The type of an execution graph node.
-
Classes in org.kink_lang.kink.hostfun.graph used by org.kink_lang.kink.internal.intrinsicsupport