SIRPosition

scalus.sir.SIRPosition
See theSIRPosition companion object
case class SIRPosition(file: String, startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)

SIR Position - position in Scala source code.

Value parameters

file

-- fiel of position. Empty file ("") means that position is unknown.

Attributes

Companion
object
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