SourceLocation

data class SourceLocation(val line: Int, val column: Int)

Stores line and column information of a location.

Constructors

Link copied to clipboard
fun SourceLocation(line: Int, column: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val line: Int