Packages

case class SourceLocation(sourceName: String, offsetFrom: Int, offsetTo: Int, lineFrom: Int, columnFrom: Int, lineTo: Int, columnTo: Int) extends Ordered[SourceLocation] with Product with Serializable

A range of Input Locations (This should supersede the use of the InputRange class and the use of sourceName:String)

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[SourceLocation], Comparable[SourceLocation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceLocation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SourceLocation(sourceName: String, offsetFrom: Int, offsetTo: Int, lineFrom: Int, columnFrom: Int, lineTo: Int, columnTo: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: SourceLocation): Boolean
    Definition Classes
    Ordered
  4. def <=(that: SourceLocation): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: SourceLocation): Boolean
    Definition Classes
    Ordered
  7. def >=(that: SourceLocation): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val columnFrom: Int
  11. val columnTo: Int
  12. def compare(that: SourceLocation): Int
    Definition Classes
    SourceLocation → Ordered
  13. def compareTo(that: SourceLocation): Int
    Definition Classes
    Ordered → Comparable
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def from: Position

    Position from

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def inputRange: InputRange

    InputRange

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isZero: Boolean
  21. val lineFrom: Int
  22. val lineTo: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val offsetFrom: Int
  27. val offsetTo: Int
  28. val sourceName: String
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def to(that: SourceLocation): SourceLocation

    Create a range that covers from both ranges

  31. def to: Position

    Position to

  32. def toString(): String
    Definition Classes
    SourceLocation → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[SourceLocation]

Inherited from Comparable[SourceLocation]

Inherited from AnyRef

Inherited from Any

Ungrouped