nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::ExecuteCommandParams Struct Reference

#include <Protocol.h>

Inheritance diagram for lspserver::ExecuteCommandParams:
[legend]
Collaboration diagram for lspserver::ExecuteCommandParams:
[legend]

Public Attributes

std::string command
 The identifier of the actual command handler.
 
llvm::json::Value argument = nullptr
 

Detailed Description

Definition at line 1026 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ argument

llvm::json::Value lspserver::ExecuteCommandParams::argument = nullptr

Definition at line 1032 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().

◆ command

std::string lspserver::ExecuteCommandParams::command

The identifier of the actual command handler.

Definition at line 1028 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().


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