FileOffset

data class FileOffset(val charIndex: Int, val row: Int, val col: Int)

row and column information are 0-indexed.

Constructors

Link copied to clipboard
constructor(charIndex: Int, row: Int, col: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val col: Int
Link copied to clipboard
val row: Int

Functions

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