Uses of Class
org.kink_lang.kink.TraceVal
Packages that use TraceVal
Package
Description
The core package of the Kink vm.
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 TraceVal in org.kink_lang.kink
Methods in org.kink_lang.kink that return TraceValModifier and TypeMethodDescriptionTraceHelper.empty()Returns a trace with no sym nand loc, and not on the tail.Returns a trace with a sym.TraceHelper.of(String sym, LocationVal loc) Returns a trace with a sym.TraceHelper.of(LocationVal loc) Returns a trace with a loc.TraceVal.onTail()Returns a trace with all the fields ofthistrace and on the tail.TraceHelper.snip()Returns a trace with no sym nand loc, on the tail.Methods in org.kink_lang.kink that return types with arguments of type TraceValMethod parameters in org.kink_lang.kink with type arguments of type TraceValModifier and TypeMethodDescriptionMakes an exception val without chaining. -
Uses of TraceVal in org.kink_lang.kink.hostfun
Methods in org.kink_lang.kink.hostfun that return types with arguments of type TraceVal -
Uses of TraceVal in org.kink_lang.kink.internal.callstack
Methods in org.kink_lang.kink.internal.callstack that return TraceValModifier and TypeMethodDescriptionTrace.toTraceVal(Vm vm) Returns the val representing the trace.