struct LSP::Location

Included Modules

Defined in:

lsp/location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : String, range : LSP::Range) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def range : Range #

[View source]
def range=(range : Range) #

[View source]
def to_s(io) #

[View source]
def uri : String #

[View source]
def uri=(uri : String) #

[View source]