class

LSProtocol::TextDocumentIdentifier

Inherits JSON::Serializable / Reference / Object

A literal to identify a text document in the client.

Constructors

new(pull : JSON::PullParser)
Source
new(uri : URI | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

The text document's uri.

Source