Caret

case class Caret(line: Int, col: Int, offset: Int)

This is a pointer to a zero based line, column, and total offset.

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product