Class SymbolsSemanticTokensSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.semantictokens.SymbolsSemanticTokensSupplier
- All Implemented Interfaces:
SemanticTokensSupplier
@Component
public class SymbolsSemanticTokensSupplier
extends Object
implements SemanticTokensSupplier
Сапплаер семантических токенов для символов: методов, переменных и параметров.
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolsSemanticTokensSupplier(ReferenceIndex referenceIndex, SemanticTokensHelper helper) -
Method Summary
Modifier and TypeMethodDescriptiongetSemanticTokens(DocumentContext documentContext) Получить семантические токены для документа.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SemanticTokensSupplier
getSemanticTokens
-
Constructor Details
-
SymbolsSemanticTokensSupplier
@ConstructorProperties({"referenceIndex","helper"}) public SymbolsSemanticTokensSupplier(ReferenceIndex referenceIndex, SemanticTokensHelper helper)
-
-
Method Details
-
getSemanticTokens
Description copied from interface:SemanticTokensSupplierПолучить семантические токены для документа.- Specified by:
getSemanticTokensin interfaceSemanticTokensSupplier- Parameters:
documentContext- Контекст документа- Returns:
- Список семантических токенов
-