Record Class CallHierarchyItemDto
java.lang.Object
java.lang.Record
com.github._1c_syntax.bsl.languageserver.mcp.dto.CallHierarchyItemDto
- Record Components:
name- Имя метода/процедуры.kind- Вид символа (имяSymbolKind).detail- Дополнительные сведения;null, если их нет.uri- URI файла, в котором объявлен элемент.range- Диапазон имени элемента в файле.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetail()Returns the value of thedetailrecord component.final booleanIndicates whether some other object is "equal to" this one.static CallHierarchyItemDtofrom(CallHierarchyItem item) final inthashCode()Returns a hash code value for this object.kind()Returns the value of thekindrecord component.name()Returns the value of thenamerecord component.range()Returns the value of therangerecord component.final StringtoString()Returns a string representation of this record class.uri()Returns the value of theurirecord component.
-
Constructor Details
-
CallHierarchyItemDto
-
-
Method Details
-
from
-
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). -
name
-
kind
-
detail
-
uri
-
range
-