class LSP::TextDocumentIdentifier

Included Modules

Direct Known Subclasses

Defined in:

lsp/protocol/text_document_identifier.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def path #

Returns the path of the URI


[View source]
def uri : String #

The text document's URI.


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

The text document's URI.


[View source]