Class AnnotationSemanticTokensSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.semantictokens.AnnotationSemanticTokensSupplier
- All Implemented Interfaces:
SemanticTokensSupplier
@Component
public class AnnotationSemanticTokensSupplier
extends Object
implements SemanticTokensSupplier
Сапплаер семантических токенов для аннотаций и директив компиляции.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSemanticTokens(DocumentContext documentContext) Получить семантические токены для документа.
-
Constructor Details
-
AnnotationSemanticTokensSupplier
@ConstructorProperties("helper") public AnnotationSemanticTokensSupplier(SemanticTokensHelper helper)
-
-
Method Details
-
getSemanticTokens
Description copied from interface:SemanticTokensSupplierПолучить семантические токены для документа.- Specified by:
getSemanticTokensin interfaceSemanticTokensSupplier- Parameters:
documentContext- Контекст документа- Returns:
- Список семантических токенов
-