Uses of Class
org.kink_lang.kink.LocationVal
Packages that use LocationVal
-
Uses of LocationVal in org.kink_lang.kink
Methods in org.kink_lang.kink that return LocationValModifier and TypeMethodDescriptionCompileError.from()
Returns the value of thefrom
record component.TraceVal.location()
Returns the loc.Returns a location.CompileError.to()
Returns the value of theto
record component.Methods in org.kink_lang.kink with parameters of type LocationValModifier and TypeMethodDescriptionTraceHelper.of
(String sym, LocationVal loc) Returns a trace with a sym.TraceHelper.of
(LocationVal loc) Returns a trace with a loc.Constructors in org.kink_lang.kink with parameters of type LocationValModifierConstructorDescriptionCompileError
(String message, LocationVal from, LocationVal to) Creates an instance of aCompileError
record class.