LineInFile

final case class LineInFile(lineNumber: Int, fileName: String, filePathname: Option[String]) extends Location

An arbitrary line number in a named source file.

Value parameters:
fileName

the source file's simple name

filePathname

an optional fully qualified pathname of the source file

lineNumber

the line number

class Location
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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