CallHierarchyOutgoingCall

case class CallHierarchyOutgoingCall(to: CallHierarchyItem, fromRanges: Vector[Range])

Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.

Value parameters:
fromRanges

The range at which this item is called. This is the range relative to the caller, e.g the item passed to provideCallHierarchyOutgoingCalls and not this.to.

to

The item that is called.

Since:

3.16.0

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product