public static final class CallHierarchyEntry.Call extends Object
CallHierarchyEntry.Call.getItem()
returns the call target, and CallHierarchyEntry.Call.getRanges()
returns locations in the origin
CallHierarchyElement
where the target is invoked from. For incoming calls
the CallHierarchyEntry.Call.getItem()
identifies the element that makes the call, while CallHierarchyEntry.Call.getRanges()
locations where the call was made from from that element.Constructor and Description |
---|
Call(CallHierarchyEntry item,
List<Range> ranges) |
public Call(@NonNull CallHierarchyEntry item, List<Range> ranges)
@NonNull public CallHierarchyEntry getItem()