|
nixd
|
#include <Protocol.h>
Public Attributes | |
| CallHierarchyItem | to |
| The item that is called. | |
| std::vector< Range > | fromRanges |
Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
Definition at line 1560 of file lspserver/include/lspserver/Protocol.h.
| std::vector<Range> lspserver::CallHierarchyOutgoingCall::fromRanges |
The range at which this item is called. This is the range relative to the caller, and not To.
Definition at line 1566 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
| CallHierarchyItem lspserver::CallHierarchyOutgoingCall::to |
The item that is called.
Definition at line 1562 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().