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

Represents an incoming call, e.g. a caller of a method or constructor. More...

#include <Protocol.h>

Collaboration diagram for lspserver::CallHierarchyIncomingCall:
[legend]

Public Attributes

CallHierarchyItem from
 The item that makes the call.
 
std::vector< RangefromRanges
 

Detailed Description

Represents an incoming call, e.g. a caller of a method or constructor.

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

Member Data Documentation

◆ from

CallHierarchyItem lspserver::CallHierarchyIncomingCall::from

The item that makes the call.

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

◆ fromRanges

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.


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