Pos

warning_diff.Pos
See thePos companion object
case class Pos(line: Option[Int], lineContent: String, offset: Option[Int], pointer: Option[Int], pointerSpace: Option[String], sourcePath: Option[String], startOffset: Option[Int], endOffset: Option[Int], startLine: Option[Int], startColumn: Option[Int], endLine: Option[Int], endColumn: Option[Int]) extends PosCompat

Attributes

Companion
object
Source
Pos.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PosCompat
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
final def toTupleOption: Option[Option[Int] *: String *: Option[Int] *: Option[Int] *: Option[String] *: Option[String] *: Option[Int] *: Option[Int] *: Option[Int] *: Option[Int] *: Option[Int] *: Option[Int] *: EmptyTuple.type]

Attributes

Inherited from:
PosCompat
Source
PosCompat.scala