Position

object Position
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Bloop(bloopJavaPath: String) extends Position
final case class CommandLine(arg: String) extends Position
final case class Custom(msg: String) extends Position
final case class File(path: Either[String, Path], startPos: (Int, Int), endPos: (Int, Int)) extends Position
final case class Raw(startIdx: Int, endIdx: Int) extends Position
Companion:
object
object Raw
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror