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) Получить семантические токены для документа.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SemanticTokensSupplier
getSemanticTokens
-
Constructor Details
-
AnnotationSemanticTokensSupplier
@ConstructorProperties("helper") public AnnotationSemanticTokensSupplier(SemanticTokensHelper helper)
-
-
Method Details
-
getSemanticTokens
Description copied from interface:SemanticTokensSupplierПолучить семантические токены для документа.- Specified by:
getSemanticTokensin interfaceSemanticTokensSupplier- Parameters:
documentContext- Контекст документа- Returns:
- Список семантических токенов
-