class

LSP::TextDocumentPositionParams

Inherits JSON::Serializable < Reference < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

path

Returns the path of the URI

Source
position

The position inside the text document.

Source
position=(position : Position)

The position inside the text document.

Source
text_document

The text document.

Source
text_document=(text_document : TextDocumentIdentifier)

The text document.

Source