class
LSP::SelectionRange
- LSP::SelectionRange
- Reference
- Object
Overview
A selection range: a range and its parents, from the innermost to the outermost. Every parent contains its child.
A class rather than a struct: the parent is another selection range.
Included Modules
Defined in:
requests/language_features/selection_range.crConstructors
Instance Method Summary
- #parent : SelectionRange | Nil
- #parent=(parent : SelectionRange | Nil)
- #range : Range
- #range=(range : Range)