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.

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product