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

#include <Protocol.h>

Collaboration diagram for lspserver::CallHierarchyOutgoingCall:
[legend]

Public Attributes

CallHierarchyItem to
 The item that is called.
 
std::vector< RangefromRanges
 

Detailed Description

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.

Member Data Documentation

◆ fromRanges

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.

◆ to

CallHierarchyItem lspserver::CallHierarchyOutgoingCall::to

The item that is called.

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


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