SourceLocation

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

Stores line and column information of a location.

Constructors

Link copied to clipboard
constructor(line: Int, column: Int)

Properties

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

Functions

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