Represents an incoming call, e.g. a caller of a method or constructor.
Constructor
new(item:CallHierarchyItem, fromRanges:Array<Range>)
Create a new call object.
Parameters:
item | The item making the call. |
---|---|
fromRanges | The ranges at which the calls appear. |
Variables
fromRanges:Array<Range>
The range at which at which the calls appears. This is relative to the caller denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.