nixd
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. | |
Position | position |
The position inside the text document. | |
Definition at line 1161 of file lspserver/include/lspserver/Protocol.h.
Position lspserver::TextDocumentPositionParams::position |
The position inside the text document.
Definition at line 1166 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::fromJSON().
TextDocumentIdentifier lspserver::TextDocumentPositionParams::textDocument |
The text document.
Definition at line 1163 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::fromJSON().