CallHierarchyIncomingCall

case class CallHierarchyIncomingCall(from: CallHierarchyItem, fromRanges: Vector[Range])

Represents an incoming call, e.g. a caller of a method or constructor.

Value parameters:
from

The item that makes the call.

fromRanges

The ranges at which the calls appear. This is relative to the caller denoted by this.from.

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