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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Range
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val end: Position
-
def
equals(o: Any): Boolean
- Definition Classes
- Range → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Range → AnyRef → Any
- val start: Position
-
def
toString(): String
- Definition Classes
- Range → AnyRef → Any
- def withEnd(end: Position): Range
- def withStart(start: Position): Range