class LSP::LocationLink
- LSP::LocationLink
- Reference
- Object
Overview
Represents a location inside a resource, such as a line inside a text file.
Included Modules
Defined in:
base/location_link.crConstructors
Instance Method Summary
- #origin_selection_range : Range?
- #origin_selection_range=(origin_selection_range : Range?)
- #target_range : Range
- #target_range=(target_range : Range)
- #target_selection_range : Range
- #target_selection_range=(target_selection_range : Range)
- #target_uri : String
- #target_uri=(target_uri : String)