struct LSP::Protocol::VersionedTextDocumentIdentifier

Defined in:

lsp/protocol/versioned_text_document_identifier.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def to_json(json : JSON::Builder) #

[View source]
def uri : String #

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

[View source]
def version : Int32 #

[View source]
def version=(_version : Int32) #

[View source]