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