Uses of Interface
org.kink_lang.kink.hostfun.HostFunReaction
Packages that use HostFunReaction
Package
Description
Interfaces used to make
host system functions, or host funs,
which are Kink functions defined in Java code.
Call stacks used in the evaluator.
-
Uses of HostFunReaction in org.kink_lang.kink.hostfun
Methods in org.kink_lang.kink.hostfun with parameters of type HostFunReactionModifier and TypeMethodDescriptionCallFlowToOn.on(HostFunReaction reaction) Makes a non-tail call HostResult which continues to the handler when the fun call returns the result. -
Uses of HostFunReaction in org.kink_lang.kink.internal.callstack
Methods in org.kink_lang.kink.internal.callstack that return HostFunReactionModifier and TypeMethodDescriptionHostResumeCse.handler()Returns the value of thehandlerrecord component.Constructors in org.kink_lang.kink.internal.callstack with parameters of type HostFunReactionModifierConstructorDescriptionHostResumeCse(HostFunReaction handler, int symHandle) Creates an instance of aHostResumeCserecord class.