File

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

Attributes

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

Members list

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