CallHierarchyOutgoingCall

langoustine.lsp.structures.CallHierarchyOutgoingCall
See theCallHierarchyOutgoingCall companion object
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 [[CallHierarchyItemProvider.provideCallHierarchyOutgoingCallsprovideCallHierarchyOutgoingCalls]] and not [[CallHierarchyOutgoingCall.tothis.to]].

to

The item that is called.

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