ProblemPosition

mill.api.ProblemPosition

Indicates the exact location (source file, line, column) of the build problem

Attributes

Source
CompileProblemReporter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def endColumn: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def endLine: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def endOffset: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def line: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def lineContent: String

Attributes

Source
CompileProblemReporter.scala
def offset: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def pointer: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def pointerSpace: Option[String]

Attributes

Source
CompileProblemReporter.scala
def sourceFile: Option[File]

Attributes

Source
CompileProblemReporter.scala
def sourcePath: Option[String]

Attributes

Source
CompileProblemReporter.scala
def startColumn: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def startLine: Option[Int]

Attributes

Source
CompileProblemReporter.scala
def startOffset: Option[Int]

Attributes

Source
CompileProblemReporter.scala