LSProtocol::SelectionRange
Inherits JSON::Serializable / Reference / Object
A selection range represents a part of a selection hierarchy. A selection range may have a parent selection range that contains it.
Constructors
new(pull : JSON::PullParser)
Sourcenew(range : Range | Nil, parent : SelectionRange | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
parent
The parent selection range containing this range. Therefore parent.range must contain this.range.