nixd
|
Represents an incoming call, e.g. a caller of a method or constructor. More...
#include <Protocol.h>
Public Attributes | |
CallHierarchyItem | from |
The item that makes the call. | |
std::vector< Range > | fromRanges |
Represents an incoming call, e.g. a caller of a method or constructor.
Definition at line 1541 of file lspserver/include/lspserver/Protocol.h.
CallHierarchyItem lspserver::CallHierarchyIncomingCall::from |
The item that makes the call.
Definition at line 1543 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
std::vector<Range> lspserver::CallHierarchyIncomingCall::fromRanges |
The range at which the calls appear. This is relative to the caller denoted by From
.
Definition at line 1547 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().