Record Class SymbolDto
java.lang.Object
java.lang.Record
com.github._1c_syntax.bsl.languageserver.mcp.dto.SymbolDto
- Record Components:
name- Имя символа.kind- Вид символа (имяSymbolKind:Method,Variable, ...).detail- Дополнительные сведения (например, сигнатура);null, если их нет.range- Диапазон символа в тексте.children- Вложенные дочерние символы.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()Returns the value of thechildrenrecord component.detail()Returns the value of thedetailrecord component.final booleanIndicates whether some other object is "equal to" this one.static SymbolDtofrom(DocumentSymbol symbol) 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.
-
Constructor Details
-
SymbolDto
-
-
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
-
range
-
children
-