Uses of Interface
org.kink_lang.kink.hostfun.CallContext
Packages that use CallContext
Package
Description
Interfaces used to make a host fun,
which is a FunVal to perform action in Java code.
-
Uses of CallContext in org.kink_lang.kink.hostfun
Methods in org.kink_lang.kink.hostfun with parameters of type CallContextModifier and TypeMethodDescriptionHostFunAction.action
(CallContext ctx) Performs the action of a host fun.