SelectionRange

case class SelectionRange(range: Range, parent: Opt[SelectionRange])

A selection range represents a part of a selection hierarchy. A selection range may have a parent selection range that contains it.

Value parameters:
parent

The parent selection range containing this range. Therefore parent.range must contain this.range.

range

The range of this selection range.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product