Uses of Interface
org.kink_lang.kink.hostfun.HostContext
Packages that use HostContext
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.
-
Uses of HostContext in org.kink_lang.kink.hostfun
Subinterfaces of HostContext in org.kink_lang.kink.hostfunMethods in org.kink_lang.kink.hostfun with parameters of type HostContextModifier and TypeMethodDescriptionHostFunReaction.reaction(HostContext ctx, Val calleeResult) Performs reaction on the result of invocation. -
Uses of HostContext in org.kink_lang.kink.hostfun.graph
Methods in org.kink_lang.kink.hostfun.graph with parameters of type HostContextModifier and TypeMethodDescriptionGraphNode.evaluateIn(HostContext c) Evaluates the execution graph in the context.