RpcProblemPosition

mill.javalib.internal.RpcProblemPosition
See theRpcProblemPosition companion object
case class RpcProblemPosition(line: Option[Int], lineContent: String, offset: Option[Int], pointer: Option[Int], pointerSpace: Option[String], sourcePath: Option[String], sourceFile: Option[File], startOffset: Option[Int], endOffset: Option[Int], startLine: Option[Int], startColumn: Option[Int], endLine: Option[Int], endColumn: Option[Int]) extends ProblemPosition

ProblemPosition that can be sent over RPC.

Attributes

Companion
object
Source
RpcProblemPosition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product