final class Range extends Serializable

A range in a text document expressed as (zero-based) start and end positions. A range is comparable to a selection in an editor. Therefore the end position is exclusive.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Range
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val end: Position
  2. def equals(o: Any): Boolean
    Definition Classes
    Range → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Range → AnyRef → Any
  4. val start: Position
  5. def toString(): String
    Definition Classes
    Range → AnyRef → Any
  6. def withEnd(end: Position): Range
  7. def withStart(start: Position): Range