SelectionRange

langoustine.lsp.structures.SelectionRange
See theSelectionRange companion object
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 range]] of this selection range.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product