final case class LineInFile(lineNumber: Int, fileName: String, filePathname: Option[String]) extends Location with Product with Serializable
An arbitrary line number in a named source file.
- lineNumber
the line number
- fileName
the source file's simple name
- filePathname
an optional fully qualified pathname of the source file
- Source
- Location.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LineInFile
- Location
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LineInFile(lineNumber: Int, fileName: String, filePathname: Option[String])
- lineNumber
the line number
- fileName
the source file's simple name
- filePathname
an optional fully qualified pathname of the source file