Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
LSP::Data::TextDocumentIdentifier
Inherits
JSON::Serializable
<
Struct
<
Value
<
Object
Constructors
new
(pull :
JSON::PullParser
)
Source
new
(uri :
URI
=
URI
.new)
Source
new
(*, __pull_for_json_serializable pull :
JSON::PullParser
)
Source
Instance methods
uri
The text document's URI.
Source
uri=
(uri :
URI
)
The text document's URI.
Source