class LSP::Location

Overview

Represents a location inside a resource, such as a line inside a text file.

Included Modules

Defined in:

base/location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(**args) #

Instance Method Detail

def range : Range #

def range=(range : Range) #

def uri : String #

def uri=(uri : String) #