File

scala.build.Position$.File
final case class File(path: Either[String, Path], startPos: (Int, Int), endPos: (Int, Int)) extends Position

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Position
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def render(cwd: Path, sep: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(cwd: Path): String

Attributes

Inherited from:
Position
def render(): String

Attributes

Inherited from:
Position