LSP::Location
Inherits LSP::Initializer < JSON::Serializable < Reference < Object
Represents a location inside a resource, such as a line inside a text file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
range
Sourcerange=(range : Range)
Sourceuri
Sourceuri=(uri : String)
Source