class LSProtocol::CallHierarchyIncomingCall
- LSProtocol::CallHierarchyIncomingCall
- Reference
- Object
Overview
Represents an incoming call, e.g. a caller of a method or constructor.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(from_ : CallHierarchyItem | Nil, from_ranges : Array(Range) | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#from_ : CallHierarchyItem
The item that makes the call.
-
#from_ranges : Array(Range)
The ranges at which the calls appear.
Constructor Detail
Instance Method Detail
The ranges at which the calls appear. This is relative to the caller
denoted by CallHierarchyIncomingCall#from
.