Uses of Interface
org.kink_lang.kink.hostfun.HostFunReaction
Packages that use HostFunReaction
Package
Description
Interfaces used to make a host fun,
which is a FunVal to perform action 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 thehandler
record component.Constructors in org.kink_lang.kink.internal.callstack with parameters of type HostFunReactionModifierConstructorDescriptionHostResumeCse
(HostFunReaction handler, int symHandle) Creates an instance of aHostResumeCse
record class.