MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::TextDocumentItem Struct Reference

#include "mlir/Tools/lsp-server-support/Protocol.h"

Public Attributes

URIForFile uri
 The text document's URI. More...
 
std::string languageId
 The text document's language identifier. More...
 
std::string text
 The content of the opened text document. More...
 
int64_t version
 The version number of this document. More...
 

Detailed Description

Definition at line 229 of file Protocol.h.

Member Data Documentation

◆ languageId

std::string mlir::lsp::TextDocumentItem::languageId

The text document's language identifier.

Definition at line 234 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().

◆ text

std::string mlir::lsp::TextDocumentItem::text

The content of the opened text document.

Definition at line 237 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().

◆ uri

URIForFile mlir::lsp::TextDocumentItem::uri

The text document's URI.

Definition at line 231 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().

◆ version

int64_t mlir::lsp::TextDocumentItem::version

The version number of this document.

Definition at line 240 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().


The documentation for this struct was generated from the following file: