Caret

cats.parse.Caret
See theCaret companion object
case class Caret(line: Int, col: Int, offset: Int)

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

Attributes

Companion:
object
Source:
Caret.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product