langoustine.lsp.structures.CallHierarchyOutgoingCall
See theCallHierarchyOutgoingCall companion object
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.provideCallHierarchyOutgoingCalls
provideCallHierarchyOutgoingCalls]]
and not[[CallHierarchyOutgoingCall.to
this.to]]
. - to
-
The item that is called.
Attributes
- Since
-
3.16.0
- Companion
- object
- Source
- structures.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article