Uses of Record Class
org.kink_lang.kink.internal.callstack.CallStackSlice
Packages that use CallStackSlice
-
Uses of CallStackSlice in org.kink_lang.kink.internal.callstack
Methods in org.kink_lang.kink.internal.callstack that return CallStackSliceModifier and TypeMethodDescriptionCallStack.abort
(KontTagCse kontTag) Performs abort operation on shift function.Methods in org.kink_lang.kink.internal.callstack with parameters of type CallStackSliceModifier and TypeMethodDescriptionboolean
CallStack.canReplay
(CallStackSlice callSlice) Returns true if the call stack can replay the slice.void
CallStack.replay
(CallStackSlice slice) Replays the delimited continuation.