RangePosition

sbt.internal.util.RangePosition
final case class RangePosition(path: String, range: LineRange) extends FilePosition

Attributes

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

Members list

Value members

Concrete methods

def startLine: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product