Position

final case class Position(source: SourceFile, line: Int, column: Int)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isDefined: Boolean
def isEmpty: Boolean
def orElse(that: => Position): Position
def show: String
def sourceColumn: Int

One-based column number

One-based column number

def sourceLine: Int

One-based line number

One-based line number

Inherited methods

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