CallHierarchyIncomingCall

langoustine.lsp.structures.CallHierarchyIncomingCall
See theCallHierarchyIncomingCall companion object
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 [[CallHierarchyIncomingCall.fromthis.from]].

Attributes

Since

3.16.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product