struct LSP::Protocol::Location

Defined in:

lsp/protocol/location.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def range : Range #

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

[View source]
def to_json(json : JSON::Builder) #

[View source]
def uri : String #

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

[View source]