Record Class CallDto
java.lang.Object
java.lang.Record
com.github._1c_syntax.bsl.languageserver.mcp.dto.CallDto
- Record Components:
item- Связанный метод/процедура (источник входящего или цель исходящего вызова).ranges- Диапазоны мест вызова в анализируемом методе.
Вызов в иерархии: связанный метод и диапазоны мест вызова.
-
Constructor Summary
ConstructorsConstructorDescriptionCallDto(CallHierarchyItemDto item, List<RangeDto> ranges) Creates an instance of aCallDtorecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static CallDtoitem()Returns the value of theitemrecord component.static CallDtoranges()Returns the value of therangesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
incoming
-
outgoing
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
item
-
ranges
-