PositionLocation

case class PositionLocation(path: String, lineNumber: Int, columnNumber: Int) extends Location

Location created from a Tasty position

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

Value members

Concrete methods

def show: String

Inherited methods

def fileName: String

the file path

the file path

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