Position

Companion:
object
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case Code(path: String, line: Int, col: Int)

Defined in code.

Defined in code.

case CommandLine(param: String, arg: String)

Set from the command line.

Set from the command line.

case Env(name: String)

Set via an environment variable.

Set via an environment variable.

case File(path: String, line: Int, col: Int)

Read from a file.

Read from a file.

case NoPosition extends Position

No position available, or unknown.

No position available, or unknown.