class LSProtocol::CallHierarchyOutgoingCall
- LSProtocol::CallHierarchyOutgoingCall
- Reference
- Object
Overview
Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#from_ranges : Array(Range)
The range at which this item is called.
-
#to : CallHierarchyItem
The item that is called.
Constructor Detail
Instance Method Detail
The range at which this item is called. This is the range relative to the caller, e.g the item
passed to CallHierarchyItemProvider#provideCallHierarchyOutgoingCalls
and not CallHierarchyOutgoingCall#to
.