Position

final case class Position(line: Int, column: Int)

Represents a position in a source file.

This is supposed to work in conjunction with SourceMap, to allow a parser to automatically keep track of where in a source file a token was encountered.

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

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product