SourceSpan

@Serializable
data class SourceSpan : Record

Source Span

Describes a span of source code, expressed as a start and (relative) end position within some source file or snippet of code.

Properties

Link copied to clipboard

End position of the span, expressed as a relative SourceRelativePosition.

Link copied to clipboard

Start position of the span, expressed as an absolute SourcePosition.