Class LexicalSemanticTokensSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.semantictokens.LexicalSemanticTokensSupplier
- All Implemented Interfaces:
SemanticTokensSupplier
@Component
public class LexicalSemanticTokensSupplier
extends Object
implements SemanticTokensSupplier
Сапплаер семантических токенов для лексических элементов: чисел, операторов и ключевых слов.
Строки обрабатываются в StringSemanticTokensSupplier.
-
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
-
LexicalSemanticTokensSupplier
-
-
Method Details
-
getSemanticTokens
Description copied from interface:SemanticTokensSupplierПолучить семантические токены для документа.- Specified by:
getSemanticTokensin interfaceSemanticTokensSupplier- Parameters:
documentContext- Контекст документа- Returns:
- Список семантических токенов
-