Position

org.scalajs.ir.Position
See thePosition companion object
final case class Position(source: SourceFile, line: Int, column: Int)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def orElse(that: => Position): Position
def show: String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product