SourcePosition

scala.scalanative.nir.SourcePosition
See theSourcePosition companion object
final case class SourcePosition(source: SourceFile, line: Int, column: Int, nirSource: NIRSource)

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

One-based column number

One-based column number

Attributes

One-based line number

One-based line number

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product