nixd
|
#include <Protocol.h>
Public Attributes | |
std::string | command |
The identifier of the actual command handler. | |
llvm::json::Value | argument = nullptr |
Definition at line 1026 of file lspserver/include/lspserver/Protocol.h.
llvm::json::Value lspserver::ExecuteCommandParams::argument = nullptr |
Definition at line 1032 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::toJSON().
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(), and lspserver::toJSON().