struct LSP::Location

Included Modules

Defined in:

lsp/protocol/location.cr

Constructors

Instance Method Summary

Constructor Detail

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

[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 uri : String #

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

[View source]