Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
(from-ranges call-hierarchy-outgoing-call)
The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.
Returns: Range[]
The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}. **Returns:** `Range[]`
(set-from-ranges! call-hierarchy-outgoing-call value)
The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.
The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.
(set-to! call-hierarchy-outgoing-call value)
The item that is called.
The item that is called.
(to call-hierarchy-outgoing-call)
The item that is called.
Returns: CallHierarchyItem
The item that is called. **Returns:** `CallHierarchyItem`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close