|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>

Public Attributes | |
| std::optional< Range > | range |
| std::optional< int > | rangeLength |
| std::string | text |
Definition at line 111 of file protocol.h.
| std::optional<Range> range |
Definition at line 112 of file protocol.h.
Referenced by lsp::from_json().
| std::optional<int> rangeLength |
Definition at line 113 of file protocol.h.
Referenced by lsp::from_json().
| std::string text |
Definition at line 114 of file protocol.h.
Referenced by lsp::from_json().