Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractASTDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Базовый класс для поставщиков подсветки на основе AST.
- AbstractASTDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractASTDocumentHighlightSupplier
- AbstractCallNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Абстрактный узел вызова в дереве выражений.
- AbstractCallNode() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.AbstractCallNode
-
Конструктор узла вызова.
- AbstractCfgVisitor - Class in com.github._1c_syntax.bsl.languageserver.cfg
-
Абстрактный класс обхода графа управления.
- AbstractCfgVisitor(ControlFlowGraph) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Конструктор.
- AbstractCommentFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Абстрактный сапплаер для получения областей сворачивания комментариев.
- AbstractCommentFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.AbstractCommentFoldingRangeSupplier
- AbstractComplexityInlayHintSupplier - Class in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Абстрактный поставщик подсказок о сложности методов.
- AbstractComplexityInlayHintSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractComplexityInlayHintSupplier
- AbstractDetector - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Абстрактный детектор для распознавания кода.
- AbstractDetector(double) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.AbstractDetector
-
Создать детектор с заданной вероятностью.
- AbstractDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Базовый класс диагностики.
- AbstractDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
- AbstractDiagnosticReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
-
Базовый класс для reporters, которым нужен доступ к per-workspace данным.
- AbstractDiagnosticReporter(ServerContextProvider, DiagnosticInfos) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.AbstractDiagnosticReporter
-
Creates a new
AbstractDiagnosticReporterinstance. - AbstractExpressionTreeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика, анализирующая выражения BSL и предоставляющая для этого Expression Tree
- AbstractExpressionTreeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- AbstractExpressionTreeDiagnostic.ExpressionVisitorDecision - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Стратегия по построению дерева выражения на основе выражения AST
- AbstractFindMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Абстрактная диагностика, предназначенная для поиска вызова обычных методов и методов глобального контекста с использованием регулярного выражения.
- AbstractListenerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- AbstractListenerDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
- AbstractMagicValueDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Абстрактный базовый класс для диагностик магических значений (чисел и дат).
- AbstractMagicValueDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
- AbstractMetadataDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Базовый класс для анализа объектов метаданных, когда диагностика регистрируется на первый токен модуля
- AbstractMetadataDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
-
Конструктор по умолчанию.
- AbstractMetadataDiagnostic(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
-
Конструктор с указанием типов объектов метаданных для проверки.
- AbstractMethodCallInlayHintSupplier - Class in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Базовый класс для inlay-hint сапплаеров вызовов методов (
SourceDefinedMethodCallInlayHintSupplierиPlatformMethodCallInlayHintSupplier). - AbstractMethodCallInlayHintSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractMethodCallInlayHintSupplier
- AbstractMethodComplexityCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Базовый класс для реализации линз, показывающих сложность методов в документе.
- AbstractMethodComplexityCodeLensSupplier(LanguageServerConfiguration, AbstractToggleComplexityInlayHintsCommandSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
-
Creates a new
AbstractMethodComplexityCodeLensSupplierinstance. - AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
DTO для хранения данных линз о сложности методов в документе.
- AbstractMethodSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Общая структура полей для callable-символов уровня модуля и реализация контракта
MethodSymbol. - AbstractMethodSymbol(AbstractMethodSymbol.AbstractMethodSymbolBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- AbstractMethodSymbol.AbstractMethodSymbolBuilder<C,
B> - Class in com.github._1c_syntax.bsl.languageserver.context.symbol -
Кастомизация generated
AbstractMethodSymbol.AbstractMethodSymbolBuilder: позволяет передаватьrange/subNameRangeкакRangeвместо четырёх int-полей. - AbstractMethodSymbolBuilder() - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
- AbstractMultilingualStringDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Базовый класс для диагностик, анализирующих многоязычные строки НСтр.
- AbstractMultilingualStringDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMultilingualStringDiagnostic
- AbstractObjectPool<T> - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Generic object pool.
- AbstractObjectPool() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.AbstractObjectPool
- AbstractOScriptLazyIndex - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
База для воркспейс-скоуп индексов по
.os-документам с ленивой сборкой и инкрементальной инвалидацией. - AbstractOScriptLazyIndex(OScriptMetaAnnotationResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
- AbstractPlatformMemberSemanticTokensSupplier<T> - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Общая основа сапплаеров, подсвечивающих обращения к членам платформенных типов (свойство через accessProperty, вызов метода через accessCall).
- AbstractPlatformMemberSemanticTokensSupplier(TypeService, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
- AbstractQuickFixSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Абстрактный поставщик быстрых исправлений.
- AbstractQuickFixSupplier(QuickFixSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
- AbstractRunTestsCodeLensSupplier<T> - Class in com.github._1c_syntax.bsl.languageserver.codelenses
- AbstractRunTestsCodeLensSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
- AbstractSDBLDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Базовый класс для поставщиков подсветки в SDBL-запросах.
- AbstractSDBLDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier
- AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo - Record Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Информация о найденном токене в запросе.
- AbstractSDBLListenerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Абстрактная диагностика для анализа запросов СДБЛ.
- AbstractSDBLListenerDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- AbstractSDBLVisitorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- AbstractSDBLVisitorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- AbstractSymbolTreeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- AbstractSymbolTreeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- AbstractToggleComplexityInlayHintsCommandSupplier - Class in com.github._1c_syntax.bsl.languageserver.commands.complexity
-
Базовый класс для поставщиков команды переключения подсказок сложности.
- AbstractToggleComplexityInlayHintsCommandSupplier(AbstractComplexityInlayHintSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
- AbstractVariableSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Общая реализация символа переменной.
- AbstractVariableSymbol.Builder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- AbstractVisitorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- AbstractVisitorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- accept(SymbolTreeVisitor) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Symbol
-
Обработчик захода в символ при обходе символьного дерева.
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
- accept(SymbolTreeVisitor) - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- ACCEPT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic.ExpressionVisitorDecision
-
Обработать данное выражение (построить для него ExpressionTree)
- accessMode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
accessModerecord component. - AccessMode - Enum Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Режим доступа к свойству платформенного типа.
- activatedByDefault() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Признак включения диагностики в профиле по умолчанию
- add(TypeRef) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- ADD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Сложение (приоритет 5).
- ADD_HANDLER - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ADD_HANDLER_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- addArgument(BslExpression) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.AbstractCallNode
-
Добавляет аргумент вызова.
- addContextRange(List, ParserRuleContext, String, String...) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен из ParserRuleContext (от начала до конца контекста).
- addDeclaration(ParseTree) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.VariableDefinition
- addDescriptionElement(List, DescriptionElement, String, String...) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить элемент описания с явно указанным типом и модификаторами.
- addDiagnostic(int, int, int, int) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
-
Добавляет диагностику по ссылке на символ, используя в качестве области - область символа
- addDiagnostic(String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
-
Добавить замечание диагностики.
- addDiagnostic(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(ParserRuleContext, DiagnosticStorage.DiagnosticAdditionalData) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(ParserRuleContext, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(ParserRuleContext, String, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(ParserRuleContext, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Token) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Token, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Token, String, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Token, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Token, Token) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(ParseTree) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(TerminalNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(TerminalNode, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(TerminalNode, TerminalNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range, DiagnosticStorage.DiagnosticAdditionalData, String, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range, DiagnosticStorage.DiagnosticAdditionalData) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range, DiagnosticStorage.DiagnosticAdditionalData, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range, String, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDiagnostic(Range, List) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- addDocument(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Добавить документ в контекст.
- addEdge(CfgVertex, CfgVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- addEdge(CfgVertex, CfgVertex, CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- addEdge(CfgVertex, CfgVertex, CfgEdgeType) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- addEntry(List, int, int, int, String) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен по позиции и длине без модификаторов.
- addEntry(List, int, int, int, String, String...) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен по позиции и длине с модификаторами.
- addMethodCall(URI, String, ModuleType, String, Range) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Добавить вызов метода в индекс.
- addModuleReference(URI, String, ModuleType, Range) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Добавить ссылку на модуль в индекс.
- addRange(List, Range, int, String, String[]) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен с явно указанной длиной (для многострочных токенов).
- addRange(List, Range, String) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен с заданным типом без модификаторов.
- addRange(List, Range, String, String...) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен с заданным типом и модификаторами.
- addSectionIfNotEmpty(StringJoiner, String) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- addStatement(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.BasicBlockVertex
- addTerminalHighlight(List, TerminalNode) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier
-
Добавляет подсветку для терминального узла.
- addTokenHighlight(List, Token) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier
-
Добавляет подсветку для токена.
- addTokenHighlight(List, TerminalNode) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractASTDocumentHighlightSupplier
-
Добавляет подсветку для токена, полученного из TerminalNode.
- addTokenRange(List, Token, String, String...) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен из ANTLR токена с явно указанным типом и модификаторами.
- addTokenRange(List, Token, String) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Добавить токен из ANTLR токена с явно указанным типом.
- addType(String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.VariableDefinition
- addVariableUsage(URI, String, ModuleType, String, String, Range, boolean) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Добавить обращение к переменной в индекс.
- addWorkspace(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Добавить workspace по URI и создать для нее контекст сервера.
- addWorkspace(URI, String) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Добавить workspace по URI и создать для нее контекст сервера.
- addWorkspace(WorkspaceFolder) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Добавить workspace folder и создать для нее контекст сервера.
- ADJACENT_CODE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
- AFTER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- ALIAS_FOR - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Псевдоним параметра конструктора композитной аннотации для параметра вложенной мета-аннотации (annotations 1.5+, аналог Spring
@AliasFor). - ALIAS_TARGET_ANNOTATION - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Параметр
&ПсевдонимДля— имя целевой мета-аннотации. - ALIAS_TARGET_PARAMETER - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Параметр
&ПсевдонимДля— имя параметра целевой мета-аннотации. - ALIAS_TRANSFER_DEFAULT - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Параметр
&ПсевдонимДля— переносить ли значение по умолчанию (по умолчаниюЛожь). - aliases() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Returns the value of the
aliasesrecord component. - ALICE_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ALL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Все диагностики считаются включенными.
- ALL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticScope
-
Применяется ко всем типам файлов (BSL и OneScript)
- allEntries() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- AllFunctionPathMustHaveReturnDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- AllFunctionPathMustHaveReturnDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AllFunctionPathMustHaveReturnDiagnostic
- AnalysisInfo - Record Class in com.github._1c_syntax.bsl.languageserver.reporters.data
- AnalysisInfo(LocalDateTime, List, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Creates an instance of a
AnalysisInforecord class. - AnalysisInfoJsonMapper - Class in com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Преднастроенный object mapper для (де)сериализации класса
AnalysisInfo - AnalysisInfoJsonMapper() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.databind.AnalysisInfoJsonMapper
- AnalyzeCommand - Class in com.github._1c_syntax.bsl.languageserver.cli
-
Выполнение анализа Ключ команды: -a, (--analyze) Параметры: -s, (--srcDir) <arg> - Путь к каталогу исходных файлов.
- AnalyzeCommand(ReportersAggregator, GlobalLanguageServerConfiguration, ServerContextProvider, LanguageServerConfiguration, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.AnalyzeCommand
- analyzeOnStartExecutor() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- AnalyzeProjectOnStart - Class in com.github._1c_syntax.bsl.languageserver
-
Перехватчик события заполнения контекста сервера, запускающий анализ всех файлов контекста.
- AnalyzeProjectOnStart(DiagnosticProvider, LanguageClientHolder, WorkDoneProgressHelper, LanguageServerConfiguration, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.AnalyzeProjectOnStart
- AND - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Логическое И (приоритет 2).
- AND - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AND_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AnnotatedVariableSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Реализация символа переменной, дополнительно хранящая аннотации объявления.
- AnnotatedVariableSymbol(String, SourceDefinedSymbol, DocumentContext, Optional, byte, boolean, Optional, int, int, int, int, int, int, int, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotatedVariableSymbol
- Annotation - Class in com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
-
Класс хранит информацию об аннотации.
- ANNOTATION_MARKER - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Маркер класса-определения пользовательской аннотации (
&Аннотация("Имя")). - Annotation.AnnotationBuilder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
- AnnotationKind - Enum Class in com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
-
Класс хранит информацию о виде аннотации.
- AnnotationParameterDefinition - Record Class in com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
-
Класс хранит информацию о параметре аннотации.
- AnnotationParameterDefinition(String, Either, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Creates an instance of a
AnnotationParameterDefinitionrecord class. - AnnotationParamSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символ параметра аннотации.
- AnnotationParamSymbol.AnnotationParamSymbolBuilder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- AnnotationParamSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель контента для всплывающего окна для
AnnotationParamSymbol. - AnnotationParamSymbolMarkupContentBuilder(DescriptionFormatter) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.AnnotationParamSymbolMarkupContentBuilder
- AnnotationReferenceFinder - Class in com.github._1c_syntax.bsl.languageserver.references
-
Поиск ссылок на методы из аннотаций.
- AnnotationReferenceFinder(ServerContextProvider, AnnotationRepository) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.AnnotationReferenceFinder
- AnnotationRepository - Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Хранилище зарегистрированных аннотаций для одного workspace.
- AnnotationRepository() - Constructor for class com.github._1c_syntax.bsl.languageserver.references.model.AnnotationRepository
- annotations(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Аннотации метода: всё, что стоит со
&перед сигнатурой и не является compiler-directive (в OScript — пользовательские аннотации вроде&Желудь). - annotations(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
- annotations(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- Annotations - Class in com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
-
Построение моделей
Annotationиз узлов AST. - AnnotationsDeserializer - Class in com.github._1c_syntax.bsl.languageserver.configuration.databind
-
Служебный класс-десериализатор для регистронезависимого списка имен аннотаций.
- AnnotationsDeserializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.databind.AnnotationsDeserializer
- AnnotationSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для аннотаций и директив компиляции.
- AnnotationSemanticTokensSupplier(SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.AnnotationSemanticTokensSupplier
- AnnotationSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символ аннотации.
- AnnotationSymbol.AnnotationSymbolBuilder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- AnnotationSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель контента для всплывающего окна для
AnnotationSymbol. - AnnotationSymbolMarkupContentBuilder(DescriptionFormatter) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.AnnotationSymbolMarkupContentBuilder
- ANTIQUE_WHITE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ANY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
- ANY - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
- AnyType - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Вершина решётки типов.
- AnyType() - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.AnyType
-
Creates an instance of a
AnyTyperecord class. - append(StringBuilder, TypeRef, TypeRegistry) - Method in class com.github._1c_syntax.bsl.languageserver.hover.CollectionHoverHints
-
Добавляет markdown-блоки про обход и индексатор для типа, если соответствующие признаки заданы в
TypeRegistry. - appliesTo(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Применим ли член к указанному языку скрипта — есть ли у него написание в этой локали.
- applyIncrementalChange(String, TextDocumentContentChangeEvent) - Static method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
-
Применяет одно инкрементальное изменение к содержимому документа.
- applyTextDocumentChanges(String, List) - Static method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
-
Применяет список изменений текста к исходному содержимому документа.
- AQUA - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- AQUAMARINE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- areEqual(BslExpression, BslExpression) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- areEqual(BslExpression, BslExpression) - Method in interface com.github._1c_syntax.bsl.languageserver.utils.expressiontree.NodeEqualityComparer
-
Сравнить два узла дерева выражений на равенство.
- argTypes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns the value of the
argTypesrecord component. - arguments() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.AbstractCallNode
-
Возвращает неизменяемый список аргументов вызова.
- argumentsEqual(List, List) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- AROUND - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- ASK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Спросить разрешения.
- AspectJConfiguration - Class in com.github._1c_syntax.bsl.languageserver.aop
-
Конфигурация фреймворка AspectJ.
- AspectJConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.AspectJConfiguration
- AssignAliasFieldsInQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- AssignAliasFieldsInQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AssignAliasFieldsInQueryDiagnostic
- AssignToReadOnlyPropertyDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Подсвечивает присваивание значению в свойство, у которого режим доступа —
AccessMode.READ. - AssignToReadOnlyPropertyDiagnostic(TypeRegistry, TypeService) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.AssignToReadOnlyPropertyDiagnostic
- AstTokenInfo - Record Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Информация об AST-токене с типом и модификаторами.
- AstTokenInfo(String, String[]) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Создаёт информацию о токене без переопределения длины.
- AstTokenInfo(String, String[], int) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Creates an instance of a
AstTokenInforecord class. - astTokenOverrides() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Returns the value of the
astTokenOverridesrecord component. - async() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
asyncrecord component. - async(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Объявлен ли метод с ключевым словом
Асинх(Async). - ASYNC - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- AT_CLIENT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_CLIENT_AT_SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- AT_CLIENT_AT_SERVER - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_CLIENT_AT_SERVER_NO_CONTEXT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- AT_CLIENT_AT_SERVER_NO_CONTEXT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_CLIENT_AT_SERVER_NO_CONTEXT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_CLIENT_AT_SERVER_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_CLIENT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- AT_SERVER - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_SERVER_NO_CONTEXT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- AT_SERVER_NO_CONTEXT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_SERVER_NO_CONTEXT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- AT_SERVER_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ATTACHABLE_COLLECTION - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Аннотация прилепляемой коллекции желудей (autumn-collections).
- ATTACHABLE_COLLECTION_GETTER - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Имя экспортируемой функции прилепляемой коллекции — точка получения значения для внедрения.
- AutoServerInfo - Class in com.github._1c_syntax.bsl.languageserver
-
Информация о сервере.
- AutoServerInfo() - Constructor for class com.github._1c_syntax.bsl.languageserver.AutoServerInfo
- AutumnAnnotations - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Имена аннотаций фреймворка «ОСень» (Autumn).
- AutumnBeanIndex - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Индекс желудей фреймворка «ОСень»: отображение «имя/прозвище желудя → тип».
- AutumnBeanIndex(OScriptLibraryIndex, ServerContextProvider, TypeRegistry, OScriptMetaAnnotationResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
- AutumnBeanIndex.BeanDefinition - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Объявление производителя желудя для навигации — зеркало autumn-
Завязь: у каждого желудя есть метод-производитель (конструктор или&Завязь), различаемые флагом. - AutumnBeanIndex.FactoryMethodBean - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Фабричный желудь файла для обратной линзы: метод
&Завязьи имена производимого желудя. - AutumnCollectionIndex - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Индекс прилепляемых коллекций фреймворка «ОСень» (autumn-collections): отображение «имя коллекции → тип возвращаемого значения метода
Получить()». - AutumnCollectionIndex(OScriptLibraryIndex, ServerContextProvider, TypeRegistry, OScriptMetaAnnotationResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- AutumnComponentInferencer - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Вывод типа внедряемой зависимости фреймворка «ОСень» (Autumn).
- AutumnComponentInferencer(TypeRegistry, AutumnBeanIndex, AutumnCollectionIndex, OScriptMetaAnnotationResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer
- AutumnComponentInferencer.InjectedBean - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Внедряемый желудь: имя для резолва производителя и признак внедрения прилепляемой коллекции.
- AutumnInjectionPointIndex - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Обратный индекс точек внедрения фреймворка «ОСень»: где какой желудь внедряется (
&Пластилинна полях и параметрах конструктора). - AutumnInjectionPointIndex(OScriptLibraryIndex, ServerContextProvider, OScriptMetaAnnotationResolver, AutumnComponentInferencer, AutumnBeanIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- AutumnInjectionPointIndex.InjectionPoint - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Точка внедрения: .os-файл потребителя, диапазон поля/параметра с
&Пластилини признак внедрения прилепляемой коллекции (коллекция внедряет всех подходящих производителей, одиночное внедрение — лишь выбранного). - AutumnNavigation - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Цели навигации по внедрению зависимостей «ОСени» — общая логика прямой/обратной линз (
CodeLens) и навигационных code action'ов. - AutumnNavigation(AutumnBeanIndex, AutumnInjectionPointIndex, ServerContextProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnNavigation
- AutumnNavigationCodeActionSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Навигационные code action'ы по внедрению зависимостей «ОСени» — дополнение к линзам (
InjectionPointCodeLensSupplier/BeanUsagesCodeLensSupplier) для вызова с клавиатуры (Ctrl+. - AutumnNavigationCodeActionSupplier(Resources, AutumnComponentInferencer, AutumnBeanIndex, AutumnNavigation, NavigationCommandBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.AutumnNavigationCodeActionSupplier
- availabilities() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
availabilitiesrecord component. - Availability - Enum Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Контекст исполнения, в котором доступен член платформенного типа (метод/свойство/событие) или системное перечисление.
- availableRoutes() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- AWAIT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- awaitLatest() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor
-
Дожидается применения всех изменений, поставленных на момент вызова.
- awaitTermination(long, TimeUnit) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor
-
Ожидает завершения рабочего потока в течение указанного таймаута.
- awaitTermination(long, TimeUnit) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- AZURE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
B
- BADPRACTICE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- BadWordsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- BadWordsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.BadWordsDiagnostic
- BasicBlockVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- BasicBlockVertex() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.BasicBlockVertex
- BEAN_TYPE - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Значение
Тип, означающее «желудь как таковой». - BeanDefinition(TypeRef, boolean, URI, String, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Creates an instance of a
BeanDefinitionrecord class. - beanNames() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.FactoryMethodBean
-
Returns the value of the
beanNamesrecord component. - BeanUsagesCodeLensData(URI, String, String, boolean) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
-
Конструктор данных обратной линзы.
- BeanUsagesCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Обратная линза навигации по внедрению зависимостей «ОСени»: показывает, в скольких точках внедряется объявленный желудь, и ведёт к этим точкам (
&Пластилин). - BeanUsagesCodeLensSupplier(Resources, AutumnBeanIndex, AutumnNavigation, NavigationCommandBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier
- BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
DTO обратной линзы — зеркало
BeanDefinition: имя метода-производителя и признак конструктора различают линзу компонентного желудя (на конструкторе) и линзу фабричного метода&Завязь. - BEFORE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- beforeWorkspaceRemoved(JoinPoint, WorkspaceFolder) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- BeforeWorkspaceRemovedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое ДО удаления workspace из провайдера.
- BeforeWorkspaceRemovedEvent(ServerContextProvider, URI, ServerContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.BeforeWorkspaceRemovedEvent
-
Создает новое событие перед удалением workspace.
- beginProgress(String) - Method in class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper.WorkDoneProgressReporter
- BeginTransactionBeforeTryCatchDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- BeginTransactionBeforeTryCatchDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.BeginTransactionBeforeTryCatchDiagnostic
- BEIGE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- bilingualDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
bilingualDescriptionrecord component. - bilingualDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns the value of the
bilingualDescriptionrecord component. - bilingualDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Returns the value of the
bilingualDescriptionrecord component. - bilingualName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
bilingualNamerecord component. - bilingualName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns the value of the
bilingualNamerecord component. - BilingualString - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Двуязычная (ru + en) пара строк.
- BilingualString(String, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Creates an instance of a
BilingualStringrecord class. - BINARY_OP - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Бинарная операция (сложение, сравнение и т.д.).
- BinaryOperationNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел бинарной операции в дереве выражений.
- binaryOperationsEqual(BinaryOperationNode, BinaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- binaryOperationsEqual(BinaryOperationNode, BinaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TransitiveOperationsIgnoringComparer
- BISQUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- BLACK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- BLANCHED_ALMOND - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- BLOCKER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Блокирующая проблема
- BLOCKER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
- BlockKeywordMatcher - Class in com.github._1c_syntax.bsl.languageserver.utils.bsl
-
Поиск парных открывающих/закрывающих ключевых слов BSL: `Если`/`КонецЕсли`, `Процедура`/`КонецПроцедуры`, `Цикл`/`КонецЦикла` и т.п.
- BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- BLUE_VIOLET - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- BOOLEAN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
- BOTH - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
- BracketDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для парных скобок (круглых и квадратных).
- BracketDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.BracketDocumentHighlightSupplier
- BRAINOVERLOAD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- BranchingVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- BranchingVertex() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.BranchingVertex
- BREAK - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- BREAK_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- BROWN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- BSL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.FileType
-
Файл BSL (встроенный язык 1С:Предприятие).
- BSL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticScope
-
Применяется только к BSL файлам
- BSL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
- BSLColor - Class in com.github._1c_syntax.bsl.languageserver.color
-
Служебный класс для констант по работе с объектом
Цвет. - BslContextHolder - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Workspace-scoped lazy-кэш
ContextProviderотbsl-context. - BslContextHolder(PlatformContextProviderFactory) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.BslContextHolder
- BslContextPlatformTypesProvider - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Поставщик платформенных типов на основе синтакс-помощника установленной платформы 1С (через библиотеку
bsl-context). - BslContextPlatformTypesProvider(BslContextHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.BslContextPlatformTypesProvider
- BSLDiagnostic - Interface in com.github._1c_syntax.bsl.languageserver.diagnostics
-
BSLDiagnostic main purpose is to provide collection of LSP
Diagnostic, fired on concreteDocumentContext. - BslDocSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для BSL документации (описаний методов и переменных).
- BslDocSemanticTokensSupplier(SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.BslDocSemanticTokensSupplier
- BslExpression - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Базовый класс для узлов дерева выражений.
- BslExpression(ExpressionNodeType) - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- BslExpression(ExpressionNodeType, ParseTree, BslExpression) - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- BSLFiles - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Поиск BSL/OS файлов внутри каталога с учётом исключений.
- BSLFootprint - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Отпечаток языка BSL для распознавания кода.
- BSLFootprint() - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.BSLFootprint
-
Создать отпечаток языка BSL с предустановленными детекторами.
- BSLLanguageServer - Class in com.github._1c_syntax.bsl.languageserver
-
Основной класс BSL Language Server.
- BSLLanguageServer(BSLTextDocumentService, BSLWorkspaceService, CommandProvider, ClientCapabilitiesHolder, ServerContextProvider, ServerInfo, SemanticTokensLegend, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- BSLLSBinding - Class in com.github._1c_syntax.bsl.languageserver
- BSLLSBinding() - Constructor for class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
- BSLLSPLauncher - Class in com.github._1c_syntax.bsl.languageserver
-
Главный класс-лаунчер BSL Language Server.
- BSLLSPLauncher(CommandLine.IFactory) - Constructor for class com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
- BslOperationNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел операции в дереве выражений BSL.
- BslOperationNode(ExpressionNodeType, BslOperator, ParseTree) - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperationNode
- BslOperator - Enum Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Операторы языка BSL.
- BSLTextDocumentService - Class in com.github._1c_syntax.bsl.languageserver
-
Сервис обработки запросов, связанных с текстовым документом.
- BSLTextDocumentService(ServerContextProvider, DiagnosticProvider, CodeActionProvider, CodeLensProvider, DocumentLinkProvider, DocumentSymbolProvider, FoldingRangeProvider, FormatProvider, HoverProvider, ImplementationProvider, CompletionProvider, ReferencesProvider, DefinitionProvider, CallHierarchyProvider, TypeHierarchyProvider, SelectionRangeProvider, ColorProvider, RenameProvider, InlayHintProvider, ClientCapabilitiesHolder, SemanticTokensProvider, SignatureHelpProvider, DocumentHighlightProvider, LanguageServerConfiguration, ThreadPoolTaskExecutor) - Constructor for class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- BSLWorkspaceService - Class in com.github._1c_syntax.bsl.languageserver
-
Сервис обработки запросов, связанных с рабочей областью.
- BSLWorkspaceService(CommandProvider, SymbolProvider, ServerContextProvider, ThreadPoolTaskExecutor, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation.AnnotationBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol.ConstructorSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol.RegularMethodSymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- build() - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence.SymbolOccurrenceBuilder
- build(TypeRef, MemberDescriptor, int) - Method in class com.github._1c_syntax.bsl.languageserver.hover.PlatformMemberHoverBuilder
- build(TypeRef, MemberDescriptor, int, List) - Method in class com.github._1c_syntax.bsl.languageserver.hover.PlatformMemberHoverBuilder
-
Расширенная версия: учитывает
argTypes(типы фактических аргументов вызова) для type-aware подбора перегруженной сигнатуры. - build(String, TypeRef, SignatureDescriptor, List, boolean, String) - Method in class com.github._1c_syntax.bsl.languageserver.hover.ConstructorHoverBuilder
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- builder() - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- builder() - Static method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
- builder() - Static method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
- builder() - Static method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
- buildExpressionTree(BSLParser.CallStatementContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
-
Хелпер построения дерева выражения для callStatement —
Объект.Метод();как отдельное утверждение. - buildExpressionTree(BSLParser.ComplexIdentifierContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
-
Хелпер построения дерева выражения на основе AST «сложного идентификатора» вне контекста выражения (например, в составе callStatement —
Объект.Метод();илиИдентификатор.Свойство = …, левая часть). - buildExpressionTree(BSLParser.ExpressionContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
-
Хелпер построения дерева выражения на основе готового AST выражения
- buildExpressionTree(BSLParser.LValueContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
-
Хелпер построения дерева выражения для lValue — левой части присваивания
Объект.Свойство = …. - buildGraph(BSLParser.CodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- BuiltinOScriptPlatformTypesProvider - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Платформенные типы OneScript-движка (классы и системные перечисления), сконвертированные из
oscriptStdLib.jsonпроектаvsc-language-1c-bsl. - BuiltinOScriptPlatformTypesProvider() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.BuiltinOScriptPlatformTypesProvider
- BuiltinPlatformTypesProvider - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Fallback-провайдер платформенных типов BSL из JSON-ресурса, упакованного вместе с bsl-language-server.
- BuiltinPlatformTypesProvider(BslContextHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.BuiltinPlatformTypesProvider
- BuiltinTypesJsonLoader - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Единый загрузчик встроенных JSON-паков платформенных типов (BSL —
builtin-platform-types.json, OneScript —builtin-oscript-platform-types.json). - BURLY_WOOD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- byParent() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
-
Returns the value of the
byParentrecord component. - byReceiver(URI, BSLParser.FileContext, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
-
callStatement'ы документа, базовый идентификатор которых равен
receiverName(без учёта регистра). - byValue(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
-
Передача параметра по значению.
C
- CacheConfiguration - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Spring-конфигурация кэширования.
- CacheConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.CacheConfiguration
- CachedPublicDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CachedPublicDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CachedPublicDiagnostic
- cacheManager(Caffeine) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.CacheConfiguration
-
Основной менеджер кэша, использующий Caffeine для кэширования в памяти.
- CachePathProvider - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Компонент для определения пути к персистентному кэшу ehcache.
- CachePathProvider() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.CachePathProvider
- CADET_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- caffeineConfig() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.CacheConfiguration
- call() - Method in class com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
- call() - Method in class com.github._1c_syntax.bsl.languageserver.cli.AnalyzeCommand
- call() - Method in class com.github._1c_syntax.bsl.languageserver.cli.FormatCommand
- call() - Method in class com.github._1c_syntax.bsl.languageserver.cli.LanguageServerStartCommand
- call() - Method in class com.github._1c_syntax.bsl.languageserver.cli.VersionCommand
- call() - Method in class com.github._1c_syntax.bsl.languageserver.cli.WebsocketCommand
- call(URI, String, Callable) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Вычислить значение в контексте workspace с URI и именем.
- call(URI, Callable) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Вычислить значение в контексте workspace с URI.
- CALL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Вызов метода или функции.
- callArgCount() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns the value of the
callArgCountrecord component. - callHierarchyIncomingCalls(CallHierarchyIncomingCallsParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- callHierarchyOutgoingCalls(CallHierarchyOutgoingCallsParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- CallHierarchyProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для построения иерархии вызовов методов и функций.
- CallHierarchyProvider(ReferenceResolver, ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.CallHierarchyProvider
- CallStatementByReceiverIndex - Class in com.github._1c_syntax.bsl.languageserver.types.index
-
Индекс callStatement'ов документа по базовому идентификатору-ресиверу, разрезанный по URI.
- CallStatementByReceiverIndex() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
- callStatementsEqual(AbstractCallNode, AbstractCallNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- CamelCaseDetector - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Детектор CamelCase нотации в коде.
- CamelCaseDetector(double) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.CamelCaseDetector
-
Создать детектор CamelCase.
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.AutoServerInfo
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.LabelVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConditionVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier.DebugTestCodeLensData
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier.RunTestCodeLensData
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotatedVariableSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperationNode
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ErrorExpressionNode
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.MethodCallNode
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- canEqual(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.UnaryOperationNode
- canLocateOnProject() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- canLocateOnProject() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Замечания диагностики могут быть прикреплены на уровень анализируемого проекта (в частности в SonarQube)
- canonicalKey() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Каноническое (регистронезависимое) представление имени, используемое для сравнения в
TypeRegistry. - CanonicalSpellingKeywordsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CanonicalSpellingKeywordsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CanonicalSpellingKeywordsDiagnostic
- CapabilitiesOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.capabilities
-
Настройки возможностей сервера LSP, передаваемые клиенту.
- CapabilitiesOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
- cast() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
-
Синтаксический-помощник для более удобных downcast-ов
- CfgBuildingParseTreeVisitor - Class in com.github._1c_syntax.bsl.languageserver.cfg
- CfgBuildingParseTreeVisitor() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- CfgEdge - Class in com.github._1c_syntax.bsl.languageserver.cfg
- CfgEdge() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdge
- CfgEdge(CfgEdgeType) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdge
- CfgEdgeType - Enum Class in com.github._1c_syntax.bsl.languageserver.cfg
- CfgVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- CfgVertex() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.CfgVertex
- CHANGEANDVALIDATE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- CHARTREUSE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
-
Выполняет проверку документа и наполняет
AbstractDiagnostic.diagnosticStorageнайденными замечаниями. - check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMultilingualStringDiagnostic
-
Дополнительная проверка после парсинга строки.
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.BadWordsDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CachedPublicDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CanonicalSpellingKeywordsDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommentedCodeDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleMissingAPIDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ConsecutiveEmptyLinesDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CrazyMultilineStringDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedMethodCallDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.GlobalContextMethodCollision8312Diagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectLineBreakDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.InvalidCharacterInFileDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LatinAndCyrillicSymbolInWordDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LineLengthDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MetadataObjectNameLengthDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingCommonModuleMethodDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingEventSubscriptionHandlerDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingSpaceDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MultilingualStringHasAllDeclaredLanguagesDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MultilingualStringUsingWithTemplateDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NonStandardRegionDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.OrdinaryAppSupportDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.PrivilegedModuleMethodCallDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ProtectedModuleDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ReservedParameterNamesDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RewriteMethodParameterDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ScheduledJobHandlerDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SetPermissionsForNewObjectsDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SpaceAtStartCommentDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TransferringParametersBetweenClientAndServerDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TypoDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnavailableMemberCallDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedLocalVariableDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingServiceTagDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongDataPathForFormElementsDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongHttpServiceHandlerDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongWebServiceHandlerDiagnostic
- check() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.YoLetterUsageDiagnostic
- CheckedWordsHolder - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.typo
-
Компонент для управления постоянным кэшем проверенных слов для диагностики опечаток.
- CheckedWordsHolder() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.CheckedWordsHolder
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
-
Проверка контекста глобального метода
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DisableSafeModeDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FormDataToValueDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectUseOfStrTemplateDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SetPrivilegedModeDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnsafeSafeModeMethodCallDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongUseFunctionProceedWithCallDiagnostic
- checkGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongUseOfRollbackTransactionMethodDiagnostic
- checkIn(T) - Method in class com.github._1c_syntax.bsl.languageserver.utils.AbstractObjectPool
- checkMetadata(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
-
Проверить объект метаданных.
- checkMetadata(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DenyIncompleteValuesDiagnostic
- checkMetadata(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ForbiddenMetadataNameDiagnostic
- checkMetadata(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MetadataObjectNameLengthDiagnostic
- checkMetadata(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SameMetadataObjectAndChildNamesDiagnostic
- checkMetadata(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ScheduledJobHandlerDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
-
Проверка контекста обычного метода
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedCurrentDateDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedFindDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedMessageDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FileSystemAccessDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectUseOfStrTemplateDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.OSUsersMethodDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TempFilesDirDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnsafeSafeModeMethodCallDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongUseFunctionProceedWithCallDiagnostic
- checkMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongUseOfRollbackTransactionMethodDiagnostic
- checkOut() - Method in class com.github._1c_syntax.bsl.languageserver.utils.AbstractObjectPool
-
Checkout object from pool.
- children(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Вложенные символы (локальные переменные, области внутри метода и т.п.).
- children(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
- children(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- CHOCOLATE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- CLASS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.EntryKind
- CLASS_DIRS - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Имена convention-каталогов для классов.
- classDirNames() - Static method in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Возвращает имена каталогов для классов (для тестов/документации).
- classes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibConfig
-
Returns the value of the
classesrecord component. - classFiles() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Returns the value of the
classFilesrecord component. - classNames(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
-
Имена, под которыми
.os-класс известен другим классам (как вНовый Имяи аннотациях&Расширяет/&Реализует):qualifiedName'ы library-класса (их может быть несколько). - classSelectionRange(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Диапазон выделения класса для элементов навигации/иерархии: subName конструктора, если он есть (на нём объявляются аннотации extends), иначе — selectionRange модуля (поле без
@NonNullможет бытьnull— даём безопасный нулевой fallback). - clear() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Удалить все документы из контекста.
- clear() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Очистить все workspaces.
- clear() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
- clear() - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
- clear() - Method in class com.github._1c_syntax.bsl.languageserver.references.model.AnnotationRepository
-
Очистить все зарегистрированные аннотации.
- clear() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleTypeResolver
-
Полная очистка реестра (например, перед re-index'ом всего workspace).
- clear() - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
-
Очистить весь scope (используется при полной переиндексации library-сущностей).
- clear(GlobalSymbolScope.Role) - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
-
Очистить только записи с указанной ролью.
- clear(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
-
Удалить индекс по URI документа.
- clear(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
-
Удалить кэш по URI документа.
- clear(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.SymbolTypeIndex
-
Очистить записи, относящиеся к данному URI.
- clearCache(URI) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
-
Очищает кэшированные данные токенов для указанного документа.
- clearDiagnostics() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- clearIndex() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
- clearIndex() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- clearIndex() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- clearReferences(URI) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Очистить ссылки из/на текущий документ.
- clearSecondaryData() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- CLIENT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- CLIENT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ClientCapabilitiesHolder - Class in com.github._1c_syntax.bsl.languageserver
-
Null-safe bridge для получения сведений о клиенте (возможности и информация о клиенте), заявленных при инициализации сервера запросом
LanguageServer.initialize(InitializeParams). - ClientCapabilitiesHolder() - Constructor for class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
- cliExecutor() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- clone() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdge
- close() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder.WorkspaceContext
- closeDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Закрыть документ и очистить его содержимое.
- CLUMSY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- CODE_LENS_SUPPLIER_SUFFIX - Static variable in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensSupplier
- CODE_SMELL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticType
-
Проблема качества кода (code smell), требующая рефакторинга
- codeAction(CodeActionParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- CodeActionProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для предоставления code actions (быстрых исправлений и рефакторингов).
- CodeActionProvider(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.CodeActionProvider
- CodeActionSupplier - Interface in com.github._1c_syntax.bsl.languageserver.codeactions
-
Интерфейс для поставщиков code actions (быстрых исправлений).
- CodeAfterAsyncCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CodeAfterAsyncCallDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeAfterAsyncCallDiagnostic
- CodeBlockBeforeSubDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CodeBlockBeforeSubDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeBlockBeforeSubDiagnostic
- CodeBlockFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания блоков кода: методов, условий, циклов, попыток.
- CodeBlockFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.CodeBlockFoldingRangeSupplier
- codeLens(CodeLensParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- CodeLensData - Interface in com.github._1c_syntax.bsl.languageserver.codelenses
-
Интерфейс DTO для хранения промежуточных данных линз между созданием линзы и ее разрешением.
- CodeLensesConfiguration - Class in com.github._1c_syntax.bsl.languageserver.codelenses.infrastructure
-
Spring-конфигурация для определения бинов пакета
com.github._1c_syntax.bsl.languageserver.codelenses. - CodeLensesConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.infrastructure.CodeLensesConfiguration
- CodeLensOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.codelens
-
Корневой класс для настройки
CodeLensProvider - CodeLensOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
- CodeLensOptions(Map, TestRunnerAdapterOptions) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
-
Creates a new
CodeLensOptionsinstance. - CodeLensProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер, обрабатывающий запросы
textDocument/codeLens,codeLens/resolve, а так же отвечающий за отправку запросаworkspace/codeLens/refresh. - CodeLensProvider(Map, ObjectProvider, LanguageClientHolder, ClientCapabilitiesHolder, JsonMapper) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.CodeLensProvider
- CodeLensSupplier<T> - Interface in com.github._1c_syntax.bsl.languageserver.codelenses
-
Базовый интерфейс для наполнения
CodeLensProviderданными о доступных в документе линзах. - codeLensSuppliersById(Collection) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.infrastructure.CodeLensesConfiguration
-
Получить список сапплаеров линз в разрезе их идентификаторов.
- CodeOutOfRegionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CodeOutOfRegionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeOutOfRegionDiagnostic
- CodeQualityReportEntry - Class in com.github._1c_syntax.bsl.languageserver.reporters
- CodeQualityReportEntry(String, String, String, CodeQualityReportEntry.Severity, CodeQualityReportEntry.Location) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
-
Creates a new
CodeQualityReportEntryinstance. - CodeQualityReportEntry(String, Diagnostic, DiagnosticInfo) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
- CodeQualityReportEntry.Lines - Class in com.github._1c_syntax.bsl.languageserver.reporters
- CodeQualityReportEntry.Location - Class in com.github._1c_syntax.bsl.languageserver.reporters
- CodeQualityReportEntry.Severity - Enum Class in com.github._1c_syntax.bsl.languageserver.reporters
- CodeQualityReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
- CodeQualityReporter(ServerContextProvider, DiagnosticInfos) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReporter
- CodeRecognizer - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Распознаватель кода BSL.
- CodeRecognizer(double, LanguageFootprint) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.CodeRecognizer
-
Создать распознаватель кода.
- CognitiveComplexityCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Сапплаер линз, показывающий когнитивную сложность методов.
- CognitiveComplexityCodeLensSupplier(LanguageServerConfiguration, ToggleCognitiveComplexityInlayHintsCommandSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.CognitiveComplexityCodeLensSupplier
- CognitiveComplexityComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель когнитивной сложности кода.
- CognitiveComplexityComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- CognitiveComplexityDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CognitiveComplexityDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CognitiveComplexityDiagnostic
- CognitiveComplexityInlayHintSupplier - Class in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Поставщик подсказок о когнитивной сложности методов.
- CognitiveComplexityInlayHintSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.CognitiveComplexityInlayHintSupplier
- collect(DocumentContext, TypeService, TypeRegistry) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.platform.PlatformMemberCalls
-
Собирает резолвленные платформенные члены во всех сайтах вызовов/обращений модуля.
- collect(DocumentContext, Map) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.LambdaStringTokenizer
-
Собирает контексты лямбда-строк: для каждого строкового токена, входящего в строковый литерал с оператором
->, вычисляет список подтокенов (ключевые слова, операторы, числа) с их позициями в документе. - collection() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer.InjectedBean
-
Returns the value of the
collectionrecord component. - collection() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Returns the value of the
collectionrecord component. - CollectionHoverHints - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Утилита для добавления в hover-блок коллекционных подсказок (обход
Для Каждогои индексатор[...]) на основании данных изTypeRegistry. - CollectionHoverHints(Resources, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.CollectionHoverHints
- ColorInformationSupplier - Interface in com.github._1c_syntax.bsl.languageserver.color
-
Базовый интерфейс для наполнения
ColorProviderданными о наличии использования элементов цвета в документе. - colorPresentation(ColorPresentationParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- ColorPresentationSupplier - Interface in com.github._1c_syntax.bsl.languageserver.color
-
Базовый интерфейс для наполнения
ColorProviderданными о представлении элемента цвета в документе. - ColorProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер, обрабатывающий запросы
textDocument/documentColorиtextDocument/colorPresentation. - ColorProvider(List, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.ColorProvider
- com.github._1c_syntax.bsl.languageserver - package com.github._1c_syntax.bsl.languageserver
-
Корневой пакет BSL Language Server — реализации языкового сервера для языка 1С:Предприятие (BSL).
- com.github._1c_syntax.bsl.languageserver.aop - package com.github._1c_syntax.bsl.languageserver.aop
-
Слой работы в парадигме аспектно-ориентированного программирования.
- com.github._1c_syntax.bsl.languageserver.aop.measures - package com.github._1c_syntax.bsl.languageserver.aop.measures
-
Выполнение замеров производительности.
- com.github._1c_syntax.bsl.languageserver.aop.sentry - package com.github._1c_syntax.bsl.languageserver.aop.sentry
-
Отправка аналитики в Sentry.
- com.github._1c_syntax.bsl.languageserver.cfg - package com.github._1c_syntax.bsl.languageserver.cfg
-
Построение и работа с графом потока управления (Control Flow Graph).
- com.github._1c_syntax.bsl.languageserver.cli - package com.github._1c_syntax.bsl.languageserver.cli
-
Пакет предназначен для реализации CLI функциональности BSL Language Server.
- com.github._1c_syntax.bsl.languageserver.cli.lsp - package com.github._1c_syntax.bsl.languageserver.cli.lsp
-
Классы для конфигурирования и запуска команды
LanguageServerStartCommand - com.github._1c_syntax.bsl.languageserver.codeactions - package com.github._1c_syntax.bsl.languageserver.codeactions
-
Поставщики действий с кодом (code actions): быстрые исправления, рефакторинги и прочие действия над исходным кодом.
- com.github._1c_syntax.bsl.languageserver.codelenses - package com.github._1c_syntax.bsl.languageserver.codelenses
-
Пакет предназначен для реализации различных видов линз ("code lenses"), используемых
CodeLensProvider. - com.github._1c_syntax.bsl.languageserver.codelenses.infrastructure - package com.github._1c_syntax.bsl.languageserver.codelenses.infrastructure
-
Spring-специфичные классы для настройки внутренней инфраструктуры пакета
com.github._1c_syntax.bsl.languageserver.codelenses. - com.github._1c_syntax.bsl.languageserver.codelenses.testrunner - package com.github._1c_syntax.bsl.languageserver.codelenses.testrunner
-
Запуск инструментов тестирования.
- com.github._1c_syntax.bsl.languageserver.color - package com.github._1c_syntax.bsl.languageserver.color
-
Пакет предназначен для реализации различных видов представления цвета ("documentColor" и "colorPresentation"), используемых
ColorProvider. - com.github._1c_syntax.bsl.languageserver.commands - package com.github._1c_syntax.bsl.languageserver.commands
-
Пакет предназначен для реализации команд, используемых
CommandProvider. - com.github._1c_syntax.bsl.languageserver.commands.complexity - package com.github._1c_syntax.bsl.languageserver.commands.complexity
-
Служебные классы команд, связанные с показом сложности методов.
- com.github._1c_syntax.bsl.languageserver.commands.infrastructure - package com.github._1c_syntax.bsl.languageserver.commands.infrastructure
-
Spring-специфичные классы для настройки внутренней инфраструктуры пакета
com.github._1c_syntax.bsl.languageserver.commands. - com.github._1c_syntax.bsl.languageserver.configuration - package com.github._1c_syntax.bsl.languageserver.configuration
-
В пакете содержатся классы для конфигурирования BSL Language Server.
- com.github._1c_syntax.bsl.languageserver.configuration.capabilities - package com.github._1c_syntax.bsl.languageserver.configuration.capabilities
-
Пакет с настройками возможностей сервера LSP, передаваемыми клиенту.
- com.github._1c_syntax.bsl.languageserver.configuration.codelens - package com.github._1c_syntax.bsl.languageserver.configuration.codelens
-
Пакет содержит настройки
CodeLensProvider - com.github._1c_syntax.bsl.languageserver.configuration.databind - package com.github._1c_syntax.bsl.languageserver.configuration.databind
-
Сериализация и десериализация верхнеуровневых или общих частей
LanguageServerConfiguration. - com.github._1c_syntax.bsl.languageserver.configuration.diagnostics - package com.github._1c_syntax.bsl.languageserver.configuration.diagnostics
-
Пакет содержит настройки для работы
DiagnosticProvider - com.github._1c_syntax.bsl.languageserver.configuration.documentlink - package com.github._1c_syntax.bsl.languageserver.configuration.documentlink
-
Пакет содержит настройки
DocumentLinkProvider - com.github._1c_syntax.bsl.languageserver.configuration.events - package com.github._1c_syntax.bsl.languageserver.configuration.events
-
События пакета com.github._1c_syntax.bsl.languageserver.configuration.
- com.github._1c_syntax.bsl.languageserver.configuration.formating - package com.github._1c_syntax.bsl.languageserver.configuration.formating
-
Пакет содержит настройки
FormatProvider - com.github._1c_syntax.bsl.languageserver.configuration.inlayhints - package com.github._1c_syntax.bsl.languageserver.configuration.inlayhints
-
Пакет содержит настройки
InlayHintProvider - com.github._1c_syntax.bsl.languageserver.configuration.oscript - package com.github._1c_syntax.bsl.languageserver.configuration.oscript
-
Настройки поддержки OneScript:
OScriptOptions. - com.github._1c_syntax.bsl.languageserver.configuration.platform - package com.github._1c_syntax.bsl.languageserver.configuration.platform
-
Настройки платформы 1С:
V8PlatformOptions. - com.github._1c_syntax.bsl.languageserver.configuration.references - package com.github._1c_syntax.bsl.languageserver.configuration.references
-
Пакет содержит настройки для построения индекса ссылок.
- com.github._1c_syntax.bsl.languageserver.configuration.semantictokens - package com.github._1c_syntax.bsl.languageserver.configuration.semantictokens
-
Пакет содержит настройки для семантических токенов.
- com.github._1c_syntax.bsl.languageserver.configuration.watcher - package com.github._1c_syntax.bsl.languageserver.configuration.watcher
-
В пакете содержатся классы, относящиеся к отслеживанию факта изменения (удаление, создание, редактирование) файла конфигурации (
LanguageServerConfiguration). - com.github._1c_syntax.bsl.languageserver.context - package com.github._1c_syntax.bsl.languageserver.context
-
Контекст сервера и документов: модель разобранных исходников 1С и доступ к ним.
- com.github._1c_syntax.bsl.languageserver.context.computer - package com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислители производных данных контекста документа (символы, диапазоны, метрики и т.п.).
- com.github._1c_syntax.bsl.languageserver.context.events - package com.github._1c_syntax.bsl.languageserver.context.events
-
События пакета com.github._1c_syntax.bsl.languageserver.configuration.
- com.github._1c_syntax.bsl.languageserver.context.symbol - package com.github._1c_syntax.bsl.languageserver.context.symbol
-
Модель символов исходного кода: методы, переменные, области и их взаимосвязи.
- com.github._1c_syntax.bsl.languageserver.context.symbol.annotations - package com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
-
В пакете содержатся data-классы для представления аннотаций и директив компиляции.
- com.github._1c_syntax.bsl.languageserver.context.symbol.variable - package com.github._1c_syntax.bsl.languageserver.context.symbol.variable
-
Описание переменных в коде BSL.
- com.github._1c_syntax.bsl.languageserver.databind - package com.github._1c_syntax.bsl.languageserver.databind
-
Сериализация и десериализация различных классов проекта.
- com.github._1c_syntax.bsl.languageserver.diagnostics - package com.github._1c_syntax.bsl.languageserver.diagnostics
-
Реализации диагностик качества кода BSL.
- com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure - package com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
-
Инфраструктура регистрации диагностик и предоставления метаинформации о них.
- com.github._1c_syntax.bsl.languageserver.diagnostics.metadata - package com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Метаинформация о диагностиках: параметры, теги, типы, описания.
- com.github._1c_syntax.bsl.languageserver.diagnostics.platform - package com.github._1c_syntax.bsl.languageserver.diagnostics.platform
-
Инфраструктура диагностик, работающих с платформенными членами и версиями.
- com.github._1c_syntax.bsl.languageserver.diagnostics.typo - package com.github._1c_syntax.bsl.languageserver.diagnostics.typo
-
Инфраструктура для проверки орфографии и опечаток.
- com.github._1c_syntax.bsl.languageserver.documenthighlight - package com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Пакет содержит реализации поставщиков подсветки документа (Document Highlight).
- com.github._1c_syntax.bsl.languageserver.documentlink - package com.github._1c_syntax.bsl.languageserver.documentlink
-
Пакет предназначен для реализации различных ссылок на внешние источники информации ("documentLink"), используемых
DocumentLinkProvider. - com.github._1c_syntax.bsl.languageserver.events - package com.github._1c_syntax.bsl.languageserver.events
-
События пакета com.github._1c_syntax.bsl.languageserver.
- com.github._1c_syntax.bsl.languageserver.folding - package com.github._1c_syntax.bsl.languageserver.folding
-
Пакет предназначен для реализации различных видов сворачивания ("folding"), используемых
FoldingRangeProvider. - com.github._1c_syntax.bsl.languageserver.hover - package com.github._1c_syntax.bsl.languageserver.hover
-
Формирование всплывающего окна.
- com.github._1c_syntax.bsl.languageserver.infrastructure - package com.github._1c_syntax.bsl.languageserver.infrastructure
-
Spring-специфичные классы для настройки внутренней инфраструктуры уровня приложения.
- com.github._1c_syntax.bsl.languageserver.inlayhints - package com.github._1c_syntax.bsl.languageserver.inlayhints
-
Пакет предназначен для реализации inlay hints, предоставляемых
InlayHintProvider. - com.github._1c_syntax.bsl.languageserver.inlayhints.infrastructure - package com.github._1c_syntax.bsl.languageserver.inlayhints.infrastructure
-
Spring-специфичные классы для настройки внутренней инфраструктуры пакета
com.github._1c_syntax.bsl.languageserver.inlayhints. - com.github._1c_syntax.bsl.languageserver.jsonrpc - package com.github._1c_syntax.bsl.languageserver.jsonrpc
-
Кастомные расширения Language Server Protocol.
- com.github._1c_syntax.bsl.languageserver.providers - package com.github._1c_syntax.bsl.languageserver.providers
-
Провайдеры функциональности Language Server Protocol.
- com.github._1c_syntax.bsl.languageserver.recognizer - package com.github._1c_syntax.bsl.languageserver.recognizer
-
Распознаватели языка исходного кода для разделения BSL и встроенных языков запросов.
- com.github._1c_syntax.bsl.languageserver.references - package com.github._1c_syntax.bsl.languageserver.references
-
Разрешение ссылок на символы.
- com.github._1c_syntax.bsl.languageserver.references.model - package com.github._1c_syntax.bsl.languageserver.references.model
-
DTO и хранилища данных индекса ссылок.
- com.github._1c_syntax.bsl.languageserver.reporters - package com.github._1c_syntax.bsl.languageserver.reporters
-
Репортеры результатов анализа в различные форматы (JSON, JUnit, SARIF и т.п.).
- com.github._1c_syntax.bsl.languageserver.reporters.data - package com.github._1c_syntax.bsl.languageserver.reporters.data
-
Модели данных, используемые репортерами результатов анализа.
- com.github._1c_syntax.bsl.languageserver.reporters.databind - package com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Пакет содержит дополнительные классы для настройки сериализации и десериализации классов родительского пакета.
- com.github._1c_syntax.bsl.languageserver.reporters.infrastructure - package com.github._1c_syntax.bsl.languageserver.reporters.infrastructure
-
Инфраструктура для работы с репортерами результатов диагностики.
- com.github._1c_syntax.bsl.languageserver.semantictokens - package com.github._1c_syntax.bsl.languageserver.semantictokens
-
Пакет для работы с семантическими токенами Language Server Protocol.
- com.github._1c_syntax.bsl.languageserver.semantictokens.strings - package com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Вспомогательные классы для обработки строковых семантических токенов.
- com.github._1c_syntax.bsl.languageserver.types - package com.github._1c_syntax.bsl.languageserver.types
-
Система типов BSL/OneScript v2: фасад
TypeServiceи подпакеты модели, реестра, индекса, scope, символов, вывода типов, OneScript-источников и утилит. - com.github._1c_syntax.bsl.languageserver.types.index - package com.github._1c_syntax.bsl.languageserver.types.index
-
Индекс соответствия пользовательских символов модулям-типам (
SymbolTypeIndex). - com.github._1c_syntax.bsl.languageserver.types.inferencer - package com.github._1c_syntax.bsl.languageserver.types.inferencer
-
Вывод типов выражений BSL: основной
ExpressionTypeInferencer, адресация по позицииExpressionAtPosition, парсинг inline-комментариев с типамиInlineTypeCommentParser. - com.github._1c_syntax.bsl.languageserver.types.model - package com.github._1c_syntax.bsl.languageserver.types.model
-
Модель типа BSL/OneScript: sealed-иерархия
Type, лёгкий ключTypeRef, неизменяемое множество типовTypeSet, описание членовMemberDescriptor. - com.github._1c_syntax.bsl.languageserver.types.oscript - package com.github._1c_syntax.bsl.languageserver.types.oscript
-
Источники типов OneScript: обнаружение библиотек (
ConventionalLibraryDiscovery,LibConfigDiscovery), разборlib.config(LibConfigParser), индекс (OScriptLibraryIndex) и регистрация членов модулей в реестре типов. - com.github._1c_syntax.bsl.languageserver.types.oscript.annotations - package com.github._1c_syntax.bsl.languageserver.types.oscript.annotations
-
Поддержка движка пользовательских аннотаций OneScript (annotations): разрешение мета-аннотаций и помощники чтения параметров.
- com.github._1c_syntax.bsl.languageserver.types.oscript.autumn - package com.github._1c_syntax.bsl.languageserver.types.oscript.autumn
-
Вывод типов для фреймворка внедрения зависимостей «ОСень» (Autumn).
- com.github._1c_syntax.bsl.languageserver.types.oscript.extends_ - package com.github._1c_syntax.bsl.languageserver.types.oscript.extends_
-
Поддержка библиотеки наследования OneScript extends: разбор аннотаций
&Расширяет/&Реализует/&Интерфейси отношения наследования/реализации между классами. - com.github._1c_syntax.bsl.languageserver.types.registry - package com.github._1c_syntax.bsl.languageserver.types.registry
-
Реестр типов и провайдеры.
- com.github._1c_syntax.bsl.languageserver.types.scope - package com.github._1c_syntax.bsl.languageserver.types.scope
-
Глобальная область видимости символов workspace'а — точка резолюции имён, не требующих квалификации (платформенные глобалы, library-модули и т.п.).
- com.github._1c_syntax.bsl.languageserver.types.symbol - package com.github._1c_syntax.bsl.languageserver.types.symbol
-
Synthetic-символы: единый Symbol-фронт для платформенных глобалов и членов, конфигурационных коллекций и других сущностей, объявленных вне BSL/OScript кода.
- com.github._1c_syntax.bsl.languageserver.types.util - package com.github._1c_syntax.bsl.languageserver.types.util
-
Вспомогательные утилиты системы типов: например выбор подходящей сигнатуры перегруженного метода (
SignatureSelection). - com.github._1c_syntax.bsl.languageserver.utils - package com.github._1c_syntax.bsl.languageserver.utils
-
Вспомогательные утилиты общего назначения для работы с AST, диапазонами, путями и т.п.
- com.github._1c_syntax.bsl.languageserver.utils.bsl - package com.github._1c_syntax.bsl.languageserver.utils.bsl
-
Утилиты для работы со специфическими конструкциями языка BSL.
- com.github._1c_syntax.bsl.languageserver.utils.expressiontree - package com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Преобразователь дерева разбора в берево вычисления выражений с учетом приоритетов операций
- com.github._1c_syntax.bsl.languageserver.websocket - package com.github._1c_syntax.bsl.languageserver.websocket
-
Пакет предназначен для реализации подключения к Language Server через websocket.
- combine(StringContext) - Method in enum class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.StringContext
-
Объединяет два контекста.
- COMMAND_SUPPLIER_SUFFIX - Static variable in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
- CommandArguments - Interface in com.github._1c_syntax.bsl.languageserver.commands
-
Интерфейс DTO для хранения промежуточных данных команд между созданием команды и ее выполнением.
- CommandModuleExportMethodsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommandModuleExportMethodsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommandModuleExportMethodsDiagnostic
- CommandProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер, обрабатывающий запросы
workspace/executeCommans. - CommandProvider(Map, JsonMapper, CodeLensProvider, InlayHintProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.CommandProvider
- CommandsConfiguration - Class in com.github._1c_syntax.bsl.languageserver.commands.infrastructure
-
Spring-конфигурация для определения бинов пакета
com.github._1c_syntax.bsl.languageserver.commands. - CommandsConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.infrastructure.CommandsConfiguration
- CommandSupplier<T> - Interface in com.github._1c_syntax.bsl.languageserver.commands
-
Базовый интерфейс для наполнения
CommandProviderданными о доступных в документе командах. - commandSuppliersById(Collection) - Method in class com.github._1c_syntax.bsl.languageserver.commands.infrastructure.CommandsConfiguration
-
Получить список сапплаеров команд в разрезе их идентификаторов.
- CommentedCodeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommentedCodeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommentedCodeDiagnostic
- CommentFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания блоков комментариев.
- CommentFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.CommentFoldingRangeSupplier
- COMMENTS_PARAM_INDEX - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- CommentSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для комментариев.
- CommentSemanticTokensSupplier(SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.CommentSemanticTokensSupplier
- CommitTransactionOutsideTryCatchDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommitTransactionOutsideTryCatchDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommitTransactionOutsideTryCatchDiagnostic
- CommonModuleAssignDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleAssignDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleAssignDiagnostic
- CommonModuleInvalidTypeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleInvalidTypeDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- CommonModuleMethodOnGetter(String, Token) - Constructor for record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.CommonModuleMethodOnGetter
-
Creates an instance of a
CommonModuleMethodOnGetterrecord class. - CommonModuleMissingAPIDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleMissingAPIDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleMissingAPIDiagnostic
- CommonModuleNameCachedDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameCachedDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- CommonModuleNameClientDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameClientDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- CommonModuleNameClientServerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameClientServerDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- CommonModuleNameFullAccessDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameFullAccessDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- CommonModuleNameGlobalClientDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameGlobalClientDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- CommonModuleNameGlobalDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameGlobalDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- CommonModuleNameServerCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameServerCallDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- CommonModuleNameWordsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleNameWordsDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- CommonModuleVariablesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CommonModuleVariablesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleVariablesDiagnostic
- compare(int, int, int, int, int, int, int, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Натуральный порядок сравнения двух диапазонов, заданных деконструированными координатами.
- compare(Position, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RewriteMethodParameterDiagnostic
- compare(Position, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Натуральный порядок сравнения Position
- compare(Range, Range) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Натуральный порядок сравнения Range
- compareTo(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- compareTo(VariableSymbol) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
- compareTo(Symbol) - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
- compareTo(SymbolOccurrence) - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
- compareTo(TypeRef) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Порядок по
qualifiedName, затем поkind— детерминированный и согласованный сTypeRef.equals(Object). - CompareWithBooleanDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика, выявляющая избыточное сравнение выражений с булевой константой
Истина/Ложьчерез операторы=и<>(напримерЕсли Значение = Истина Тогда). - CompareWithBooleanDiagnostic(ExpressionTypeInferencer, TypeRegistry) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CompareWithBooleanDiagnostic
- COMPATIBILITY_MODE_8_1_0 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_2_13 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_2_16 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_1 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_10 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_11 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_12 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_13 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_14 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_15 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_16 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_17 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_18 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_19 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_2 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_20 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_21 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_22 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_23 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_24 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_3 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_4 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_5 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_6 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_7 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_8 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- COMPATIBILITY_MODE_8_3_9 - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- compatibilityMode() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Версия платформы 1С:Предприятие, с которой диагностика применяется
- CompilationDirectiveLostDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CompilationDirectiveLostDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CompilationDirectiveLostDiagnostic
- CompilationDirectiveNeedLessDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CompilationDirectiveNeedLessDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CompilationDirectiveNeedLessDiagnostic
- compilerDirectiveKind(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Compiler-directive (
&НаСервере,&НаКлиенте, …) если стоит перед методом. - CompilerDirectiveKind - Enum Class in com.github._1c_syntax.bsl.languageserver.context.symbol.annotations
-
Класс хранит информацию о директиве компиляции.
- completion(CompletionParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- CompletionProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для запросов
textDocument/completion. - CompletionProvider(TypeService, GlobalScopeProvider, OScriptLibraryIndex, LanguageServerConfiguration, ClientCapabilitiesHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.CompletionProvider
- ComplexityCodeLensData(URI, String, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData
-
Конструктор для данных линз сложности.
- ComplexityData - Record Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Данные о сложности кода.
- ComplexityData(int, int, List, Map, Map) - Constructor for record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Creates an instance of a
ComplexityDatarecord class. - ComplexitySecondaryLocation - Record Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вторичная локация для отображения сложности.
- ComplexitySecondaryLocation(Range, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexitySecondaryLocation
-
Creates an instance of a
ComplexitySecondaryLocationrecord class. - COMPONENT - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Объявление компонента-желудя над конструктором.
- componentBeanNamesForUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Имена/прозвища компонентного желудя (
&Желудь/&Дуб), объявленного в указанном файле, — производитель которого его конструктор. - componentUsageLocations(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnNavigation
-
Точки внедрения компонентного желудя файла, разрешающиеся именно в него (обратная навигация с конструктора).
- compositeTaskDecorator(SentryTaskDecorator, TaskDecorator) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- compute() - Method in interface com.github._1c_syntax.bsl.languageserver.context.computer.Computer
-
Выполнить вычисление данных.
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticIgnoranceComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.GitBlameComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.MethodSymbolComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.ModuleSymbolComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.QueryComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.RegionSymbolComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.SymbolTreeComputer
- compute() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- compute(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticComputer
-
Вычислить все диагностики для документа.
- computeAndPublishDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
-
Вычислить и опубликовать диагностики для документа.
- computeConfigurationExecutor() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- computeDiagnosticRange() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
-
Вычислить диапазон для размещения замечания.
- computeModifierMask(String...) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Вычислить битовую маску модификаторов.
- Computer<T> - Interface in com.github._1c_syntax.bsl.languageserver.context.computer
-
Базовый интерфейс для вычислителей (компьютеров) контекстной информации.
- ComputeTrigger - Enum Class in com.github._1c_syntax.bsl.languageserver.configuration.diagnostics
-
Триггер для запуска процедуры расчета диагностик.
- ConditionalOnMeasuresEnabled - Annotation Interface in com.github._1c_syntax.bsl.languageserver.aop.measures
-
Аннотация условной активации при включенных замерах производительности.
- ConditionalVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- ConditionalVertex(BSLParser.ElsifBranchContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- ConditionalVertex(BSLParser.IfBranchContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- configuration - Variable in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
-
Конфигурация language server.
- configuration - Variable in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
- configuration - Variable in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractMethodCallInlayHintSupplier
- CONFIGURATION - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
- ConfigurationFileChangeListener - Class in com.github._1c_syntax.bsl.languageserver.configuration.watcher
-
Обработчик событий изменения файлов конфигурации.
- ConfigurationFileChangeListener(GlobalLanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileChangeListener
- ConfigurationFileSystemWatcher - Class in com.github._1c_syntax.bsl.languageserver.configuration.watcher
-
Отслеживатель изменений файлов конфигурации.
- ConfigurationFileSystemWatcher(GlobalLanguageServerConfiguration, ConfigurationFileChangeListener) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
- ConfigurationGenericExpander - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Извлечение «верхнего» уровня специализации generic-семейств из
ConfigurationTypesProvider: специализация по внешним источникам данных (с multi-placeholder bindings) и материализация generic-property у global library-types (БиблиотекаКартинок/Стилей/МакетовОформленияКомпоновкиДанных). - ConfigurationGenericExpander(TypeRegistry, ServerContextProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationGenericExpander
- ConfigurationModuleMembersProvider - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Расширяет платформенные типы менеджеров/объектов/наборов записей (например,
СправочникМенеджер.Контрагенты,СправочникОбъект.Контрагенты) методами, экспортированными из соответствующих модулей конфигурации (ManagerModule.bsl, ObjectModule.bsl, RecordSetModule.bsl). - ConfigurationModuleMembersProvider(TypeRegistry, GlobalScopeProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationModuleMembersProvider
- ConfigurationType - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Тип, определённый в конфигурации 1С (например,
Справочники.Контрагенты,Документы.Заказ). - ConfigurationType(TypeRef) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.ConfigurationType
-
Creates an instance of a
ConfigurationTyperecord class. - ConfigurationTypesProvider - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Регистрирует
ConfigurationTypeдля каждого MDObject загруженной конфигурации. - ConfigurationTypesProvider(TypeRegistry, ServerContextProvider, GlobalScopeProvider, LanguageServerConfiguration, MetadataCollectionSpecializer, ConfigurationGenericExpander) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationTypesProvider
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMultilingualStringDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.BadWordsDiagnostic
- configure(Map) - Method in interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
-
Настроить параметры диагностики.
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommentedCodeDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicatedInsertionIntoCollectionDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateStringLiteralDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExternalAppStartingDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FileSystemAccessDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IdenticalExpressionsDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectLineBreakDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LatinAndCyrillicSymbolInWordDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicDateDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicNumberDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingSpaceDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTemporaryFileDeletionDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedFunctionInParametersDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ReservedParameterNamesDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SetPermissionsForNewObjectsDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SpaceAtStartCommentDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TransferringParametersBetweenClientAndServerDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TypoDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedLocalMethodDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeNetworkAddressDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodePathDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
- configure(Map) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingServiceTagDiagnostic
- configure(Launcher.Builder) - Method in class com.github._1c_syntax.bsl.languageserver.websocket.LSPWebSocketEndpoint
- configureDiagnostic(BSLDiagnostic, Map) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Настроить параметры диагностики из конфигурации.
- configureDiagnostic(BSLDiagnostic, Map, String...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Настроить параметры диагностики с фильтрацией по именам параметров.
- connect(Collection, LanguageClient) - Method in class com.github._1c_syntax.bsl.languageserver.websocket.LSPWebSocketEndpoint
- connect(LanguageClient) - Method in class com.github._1c_syntax.bsl.languageserver.LanguageClientHolder
-
Выполнить подключение LanguageClient.
- ConsecutiveEmptyLinesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ConsecutiveEmptyLinesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ConsecutiveEmptyLinesDiagnostic
- ConsoleReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
- ConsoleReporter() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.ConsoleReporter
- ConstructorCallMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель hover-контента для имени класса в выражении
Новый ИмяКласса(...). - ConstructorCallMarkupContentBuilder(ConstructorHoverBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.ConstructorCallMarkupContentBuilder
- ConstructorCallNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел вызова конструктора в дереве выражений.
- constructorCallsEqual(ConstructorCallNode, ConstructorCallNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- ConstructorCallSymbol - Class in com.github._1c_syntax.bsl.languageserver.types.symbol
-
Symbol, представляющий конкретный вызов конструктора через
Новый <Класс>(...). - ConstructorCallSymbol(String, TypeRef, int, List, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
-
Creates a new
ConstructorCallSymbolinstance. - ConstructorColorInformationSupplier - Class in com.github._1c_syntax.bsl.languageserver.color
-
Сапплаер данными о наличии использования элементов цвета через конструктор
Новый Цвет(). - ConstructorColorInformationSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.color.ConstructorColorInformationSupplier
- ConstructorColorPresentationSupplier - Class in com.github._1c_syntax.bsl.languageserver.color
-
Сапплаер данными о представлении элемента цвета через конструктор
Новый Цвет(). - ConstructorColorPresentationSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.color.ConstructorColorPresentationSupplier
- ConstructorHoverBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Сборщик markdown-контента для hover'а на имени класса в выражении
Новый <Класс>(...). - ConstructorHoverBuilder(TypeService, TypeRegistry, CollectionHoverHints, Resources, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.ConstructorHoverBuilder
- constructors() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
constructorsrecord component. - Constructors - Class in com.github._1c_syntax.bsl.languageserver.utils.bsl
-
Набор методов для работы с конструкторами объектов 1С
- ConstructorSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символ конструктора OneScript-класса (
ПриСозданииОбъекта/OnObjectCreate). - ConstructorSymbol(ConstructorSymbol.ConstructorSymbolBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- ConstructorSymbol.ConstructorSymbolBuilder<C,
B> - Class in com.github._1c_syntax.bsl.languageserver.context.symbol - ConstructorSymbolBuilder() - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol.ConstructorSymbolBuilder
- ConstructorSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Hover-билдер для
ConstructorSymbol— конструктора OneScript-класса. - ConstructorSymbolMarkupContentBuilder(OScriptClassConstructorRenderer) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.ConstructorSymbolMarkupContentBuilder
- ContainsDetector - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Детектор вхождений заданных слов/фраз в строку.
- ContainsDetector(double, String...) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.ContainsDetector
-
Создать детектор вхождений.
- containsPosition(int, int, int, int, int, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Проверяет, содержит ли диапазон указанную позицию.
- containsPosition(int, int, int, int, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Проверяет, содержит ли диапазон указанную позицию.
- containsPosition(Range, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
- containsRange(Range, Range) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
- contextPropagatingDecorator() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- ContextPropagatingExecutorService - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Обёртка над
ExecutorService, прокидывающая контекст (Sentry, MDC и т.д.) из вызывающего потока в поток исполнителя черезContextSnapshotFactory. - ContextPropagatingExecutorService(ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- CONTINUE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- CONTINUE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ControlFlowGraph - Class in com.github._1c_syntax.bsl.languageserver.cfg
- ControlFlowGraph() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- ControlFlowGraphWalker - Class in com.github._1c_syntax.bsl.languageserver.cfg
- ControlFlowGraphWalker(ControlFlowGraph) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- ConventionalLibrary(Path, List, List) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Creates an instance of a
ConventionalLibraryrecord class. - ConventionalLibraryDiscovery - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Convention-based fallback для OneScript-библиотек без
lib.config. - ConventionalLibraryDiscovery(LibConfigDiscovery) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
- ConventionalLibraryDiscovery.ConventionalLibrary - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Описание convention-based библиотеки.
- CORAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- CORN_FLOWER_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- CORN_SILK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- CrazyMultilineStringDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CrazyMultilineStringDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CrazyMultilineStringDiagnostic
- CREAM - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- create() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.JLanguageToolPool
- create() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.PlatformContextProviderFactory
-
Создаёт новый
ContextProvider, прочитав HBK-файлы платформы. - create() - Method in class com.github._1c_syntax.bsl.languageserver.utils.AbstractObjectPool
- create() - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать пустой диапазон (0,0,0,0).
- create(int, int, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создание Range для линии
- create(int, int, int, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон с указанными координатами.
- create(BslExpression, BslExpression, BslExpression) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- create(BslOperator, BslExpression, BslExpression, ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
-
Конструирует ветку бинарной операции
- create(BslOperator, BslExpression, ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.UnaryOperationNode
-
Конструирует унарную операцию
- create(URI, Range, String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.RelatedInformation
-
Создать связанную информацию для диагностики.
- create(List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон из списка токенов.
- create(ParserRuleContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон из контекста правила парсера.
- create(ParserRuleContext, ParserRuleContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон от начала одного контекста до конца другого.
- create(Token) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон из токена.
- create(Token, Token) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон из токенов.
- create(TerminalNode) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон из терминального узла.
- create(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создание Range для узла дерева разбора.
- create(TerminalNode) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.MethodCallNode
- create(TerminalNode, TerminalNode) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Создать диапазон между двумя терминальными узлами.
- createAdditionalData(String) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
-
Создает доп данные для диагностики на основании строки
- createCodeActions(List, String, URI, List) - Static method in class com.github._1c_syntax.bsl.languageserver.providers.CodeActionProvider
-
Создать Code Actions для списка исправлений.
- createCommand(String, T) - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
-
Создать DTO команды.
- createConfiguration(Path) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfigurationFactory
-
Создать конфигурацию для workspace.
- createDiagnosticInfos(LanguageServerConfiguration) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfosFactory
-
Создать коллекцию DiagnosticInfo для workspace с указанной конфигурацией.
- createDiagnosticInfosByClass(LanguageServerConfiguration) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfosFactory
-
Создать Map диагностик по классу для workspace с указанной конфигурацией.
- createDiagnosticInfosByCode(LanguageServerConfiguration) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfosFactory
-
Создать Map диагностик по коду для workspace с указанной конфигурацией.
- createDynamic(BslExpression) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
-
Конструирование вызова конструктора в функциональном стиле
- createPatternFromString(String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Создает PATTERN из строки со словами с разделителем ',' (запятая) (используется в параметрах диагностики).
- createPatternFromString(String, String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Создает PATTERN из строки со словами с указанным разделителем (используется в параметрах диагностики).
- createProgress(int, String) - Method in class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper
- CreateQueryInCycleDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CreateQueryInCycleDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- CreateQueryInCycleDiagnostic.CodeFlowType - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CreateQueryInCycleDiagnostic.VariableDefinition - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- createStatic(TerminalSymbolNode) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
-
Конструирование статического вызова конструктора
- CRIMSON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- CRITICAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Критическая проблема
- CRITICAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
- CUSTOM - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- CustomSemanticTokenTypes - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Пользовательские типы семантических токенов, не входящие в стандарт LSP.
- CYAN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- CYCLE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.CodeFlowType
- CyclomaticComplexityCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Сапплаер линз, показывающий цикломатическую сложность методов.
- CyclomaticComplexityCodeLensSupplier(LanguageServerConfiguration, ToggleCyclomaticComplexityInlayHintsCommandSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.CyclomaticComplexityCodeLensSupplier
- CyclomaticComplexityComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель цикломатической сложности кода.
- CyclomaticComplexityComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- CyclomaticComplexityDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- CyclomaticComplexityDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.CyclomaticComplexityDiagnostic
- CyclomaticComplexityInlayHintSupplier - Class in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Поставщик подсказок о цикломатической сложности методов.
- CyclomaticComplexityInlayHintSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.CyclomaticComplexityInlayHintSupplier
D
- DARK_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_CYAN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_GOLDEN_ROD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_KHAKI - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_MAGENTA - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_OLIVE_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_ORANGE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_ORCHID - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_SALMON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_SEA_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_SLATE_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_SLATE_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_TURQUOISE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DARK_VIOLET - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- Data(Map) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticIgnoranceComputer.Data
- Data(Set) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.GitBlameComputer.Data
- DataExchangeLoadingDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DataExchangeLoadingDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DataExchangeLoadingDiagnostic
- date() - Method in record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Returns the value of the
daterecord component. - DATETIME - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
- DebugTestCodeLensData(URI, String, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier.DebugTestCodeLensData
- DebugTestCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
- DebugTestCodeLensSupplier(LanguageServerConfiguration, TestRunnerAdapter, Resources) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier
- DebugTestCodeLensSupplier.DebugTestCodeLensData - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
DTO для хранения данных линз для отладки теста.
- declaration() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
-
Returns the value of the
declarationrecord component. - DEEP_PINK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DEEP_SKY_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DEFAULT - Static variable in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Режим отправки ошибок по умолчанию.
- DEFAULT_ALPHA_CHANNEL - Static variable in class com.github._1c_syntax.bsl.languageserver.color.BSLColor
-
Альфа-канал цвета по умолчанию как значение из диапазона [0...1].
- DEFAULT_ANNOTATIONS - Static variable in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
- DEFAULT_CHANGE - Static variable in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
- DEFAULT_LANGUAGE - Static variable in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Язык по умолчанию
- DEFAULT_LIBRARY_MODIFIERS - Static variable in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
- DefaultCodeLensData - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
DTO для хранения промежуточных данных линз между созданием линзы и ее разрешением.
- DefaultCodeLensData(URI, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- DefaultCommandArguments - Class in com.github._1c_syntax.bsl.languageserver.commands
-
DTO для хранения промежуточных данных команд между созданием команды и ее выполнением.
- DefaultCommandArguments(URI, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- defaultElementTypes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
defaultElementTypesrecord component. - DefaultNodeEqualityComparer - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Стандартный алгоритм сравнения узлов дерева выражений.
- DefaultNodeEqualityComparer() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- defaultValue() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticParameter
- defaultValue() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns the value of the
defaultValuerecord component. - defaultValue(ParameterDefinition.DefaultValue) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
-
Значение по умолчанию.
- DefaultValue(ParameterDefinition.ParameterType, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
-
Creates an instance of a
DefaultValuerecord class. - definition(DefinitionParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- DEFINITION - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.references.model.OccurrenceType
-
Определение.
- DefinitionProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для перехода к определению символа.
- DefinitionProvider(ReferenceResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.DefinitionProvider
- delete(URI) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.LocationRepository
-
Удалить сохраненные расположения обращений к символам в указанном URI.
- deleteAll(Set) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrenceRepository
-
Удалить сохраненные данные по указанным обращениям к символу.
- DeletingCollectionItemDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeletingCollectionItemDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeletingCollectionItemDiagnostic
- DenyIncompleteValuesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DenyIncompleteValuesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DenyIncompleteValuesDiagnostic
- deprecated(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Помечен ли метод как устаревший (через doc-комментарии).
- DEPRECATED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- DEPRECATED_ALWAYS - Static variable in class com.github._1c_syntax.bsl.languageserver.types.PlatformMemberVersions
-
Sentinel-значение поля
deprecatedSinceVersion— «устарел всегда», безотносительно версии платформы. - DeprecatedAttributes8312Diagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeprecatedAttributes8312Diagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedAttributes8312Diagnostic
- DeprecatedCurrentDateDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeprecatedCurrentDateDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedCurrentDateDiagnostic
- DeprecatedFindDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeprecatedFindDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedFindDiagnostic
- DeprecatedMessageDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeprecatedMessageDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedMessageDiagnostic
- DeprecatedMethodCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeprecatedMethodCallDiagnostic(ReferenceIndex, TypeService, TypeRegistry, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedMethodCallDiagnostic
- deprecatedSinceVersion() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
deprecatedSinceVersionrecord component. - DeprecatedTypeManagedFormDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DeprecatedTypeManagedFormDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedTypeManagedFormDiagnostic
- DEREFERENCE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
- DereferenceMemberMatcher - Class in com.github._1c_syntax.bsl.languageserver.types
-
Резолв члена через dereference (
ресивер.член): локализация AST-узла dereference'а в выражении под курсором, инференс типов ресивера и подбор членов по union-кандидатам владельца. - DereferenceMemberMatcher(TypeRegistry, ExpressionTypeInferencer) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.DereferenceMemberMatcher
- Describable - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Возможность сущности иметь описание.
- description() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Compat-аксессор: primary описание (для legacy-callsite'ов).
- description() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Compat-аксессор: primary описание.
- description() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Compat-аксессор: primary описание.
- description() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Returns the value of the
descriptionrecord component. - description() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
descriptionrecord component. - description(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Распаренная BSL-doc-документация метода (комментарии перед сигнатурой).
- description(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- description(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- description(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
-
Описание параметра.
- description(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Описание переменной.
- DescriptionFormatter - Class in com.github._1c_syntax.bsl.languageserver.hover
- DescriptionFormatter(Resources, OScriptLibraryIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- descriptor() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns the value of the
descriptorrecord component. - deserialize(JsonParser, DeserializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.databind.AnnotationsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.databind.DiagnosticMetadataMapDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.databind.ParametersDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticCodeDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMessageDeserializer
- DESIGN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- destroy() - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspectRegistration
- determineAdjacentDeadCode(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- diagnostic(DocumentDiagnosticParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- DiagnosticAdditionalData(String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage.DiagnosticAdditionalData
-
Creates an instance of a
DiagnosticAdditionalDatarecord class. - DiagnosticBeanPostProcessor - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
- DiagnosticBeanPostProcessor(LanguageServerConfiguration, DiagnosticInfos) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticBeanPostProcessor
- DiagnosticCode - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
- DiagnosticCode(String) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCode
- DiagnosticCode(String, Integer) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCode
- DiagnosticCodeDeserializer - Class in com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Десериализатор для
Either, выступающего в роли хранилища кода диагностики. - DiagnosticCodeDeserializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticCodeDeserializer
- DiagnosticCodeSerializer - Class in com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Сериализатор для
Either, выступающего в роли хранилища кода диагностики. - DiagnosticCodeSerializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticCodeSerializer
- DiagnosticCompatibilityMode - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
- DiagnosticComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель диагностик для документа.
- DiagnosticComputer(LanguageServerConfiguration, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticComputer
- diagnosticComputerExecutor() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- DiagnosticDescriptionDocumentLinkSupplier - Class in com.github._1c_syntax.bsl.languageserver.documentlink
-
Сапплаер для формирования ссылки на страницу с информацией по диагностике.
- DiagnosticDescriptionDocumentLinkSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.documentlink.DiagnosticDescriptionDocumentLinkSupplier
- DiagnosticHelper - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Вспомогательный класс для работы с диагностиками.
- DiagnosticIgnoranceComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель информации об игнорировании диагностик.
- DiagnosticIgnoranceComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticIgnoranceComputer
- DiagnosticIgnoranceComputer.Data - Class in com.github._1c_syntax.bsl.languageserver.context.computer
- DiagnosticInfo - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Метаинформация о диагностике.
- DiagnosticInfo(Class, LanguageServerConfiguration, StringInterner) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- DiagnosticInfoRefresher - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
-
Component that listens to configuration changes and refreshes DiagnosticInfo instances.
- DiagnosticInfoRefresher(DiagnosticInfos) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfoRefresher
- diagnosticInfos - Variable in class com.github._1c_syntax.bsl.languageserver.reporters.AbstractDiagnosticReporter
-
Реестр метаинформации о диагностиках.
- DiagnosticInfos - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
-
Per-workspace collection of DiagnosticInfo instances.
- DiagnosticInfos(DiagnosticInfosFactory, LanguageServerConfiguration, StringInterner) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfos
- DiagnosticInfosFactory - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
-
Фабрика для создания коллекций
DiagnosticInfoдля каждого workspace. - DiagnosticInfosFactory(ApplicationContext, StringInterner) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfosFactory
- DiagnosticMessage - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
- DiagnosticMessageDeserializer - Class in com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Десериализатор для
Either, выступающего в роли хранилища сообщения диагностики. - DiagnosticMessageDeserializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMessageDeserializer
- DiagnosticMessageSerializer - Class in com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Сериализатор для
Either, выступающего в роли хранилища сообщения диагностики. - DiagnosticMessageSerializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMessageSerializer
- DiagnosticMetadata - Annotation Interface in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Metadata annotation for BSL diagnostics.
- DiagnosticMetadataMapDeserializer - Class in com.github._1c_syntax.bsl.languageserver.configuration.databind
-
Custom deserializer for Map<String, DiagnosticMetadata>.
- DiagnosticMetadataMapDeserializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.databind.DiagnosticMetadataMapDeserializer
- DiagnosticMixIn - Class in com.github._1c_syntax.bsl.languageserver.reporters.databind
-
Mix-in класс для донастройки (де)сериализации
Diagnosticчерез Jackson JsonMapper. - DiagnosticMixIn() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMixIn
- DiagnosticObjectProvider - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
- DiagnosticObjectProvider(ApplicationContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticObjectProvider
- DiagnosticParameter - Annotation Interface in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
- DiagnosticParameterInfo - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Описание параметров диагностики
- DiagnosticParams - Class in com.github._1c_syntax.bsl.languageserver.jsonrpc
-
Параметры запроса
textDocument/x-diagnostics. - DiagnosticParams(TextDocumentIdentifier) - Constructor for class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
-
Creates a new
DiagnosticParamsinstance. - DiagnosticParams(TextDocumentIdentifier, Range) - Constructor for class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
-
Creates a new
DiagnosticParamsinstance. - DiagnosticProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для диагностических сообщений.
- DiagnosticProvider(LanguageClientHolder, ClientCapabilitiesHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
- DiagnosticReporter - Interface in com.github._1c_syntax.bsl.languageserver.reporters
-
Интерфейс для репортеров результатов анализа.
- diagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticComputer
- diagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticsConfiguration
- diagnostics(DiagnosticParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
-
Запрос на вычисление диагностик для документа (расширение протокола).
- diagnostics(DiagnosticParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- diagnostics(DiagnosticParams) - Method in interface com.github._1c_syntax.bsl.languageserver.jsonrpc.ProtocolExtension
-
Запрос на вычисление диагностик для документа (расширение протокола).
- Diagnostics - Class in com.github._1c_syntax.bsl.languageserver.jsonrpc
-
Ответ на запрос
textDocument/x-diagnostics. - Diagnostics(List, Integer) - Constructor for class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
-
Creates a new
Diagnosticsinstance. - DiagnosticsConfiguration - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
- DiagnosticsConfiguration(DiagnosticObjectProvider, DiagnosticInfos, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticsConfiguration
- DiagnosticScope - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Область применения диагностики.
- DiagnosticSeverity - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Важность (серьёзность) диагностики.
- diagnosticShouldBeIgnored(Diagnostic) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.DiagnosticIgnoranceComputer.Data
- diagnosticShouldBeIgnored(Diagnostic) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.GitBlameComputer.Data
-
Проверить, должна ли диагностика быть проигнорирована на основе git blame.
- DiagnosticsOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.diagnostics
-
Корневой класс для настройки
DiagnosticProvider - DiagnosticsOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- DiagnosticsOptions(ComputeTrigger, boolean, SkipSupport, Mode, boolean, SubsystemFilter, Map, DiagnosticSeverity, DiagnosticSeverity, Map, Set) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- diagnosticStorage - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
-
Хранилище найденных диагностикой замечаний.
- diagnosticStorage - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- diagnosticStorage - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
-
Хранилище для регистрации замечаний диагностики.
- diagnosticStorage - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- diagnosticStorage - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- diagnosticStorage - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- DiagnosticStorage - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Хранилище диагностик для одного анализатора.
- DiagnosticStorage.DiagnosticAdditionalData - Record Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Служебный класс для хранения вспомогательной информации диагностики, которая может использоваться например в квикфиксах.
- DiagnosticTag - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Варианты тегов диагностик
- DiagnosticType - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics.metadata
-
Тип диагностики.
- didChange(DidChangeTextDocumentParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- didChangeConfiguration(DidChangeConfigurationParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
- didChangeWatchedFiles(DidChangeWatchedFilesParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
- didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
- didClose(DidCloseTextDocumentParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- didOpen(DidOpenTextDocumentParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- didSave(DidSaveTextDocumentParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- DIM_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DIRECT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
- directImplementorUris(Collection, ServerContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
-
URI документов, объявивших прямую реализацию любого из интерфейсов (без учёта регистра).
- directoryFilter() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Returns the value of the
directoryFilterrecord component. - directSubtypeUris(Collection, ServerContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
-
URI документов, объявивших прямое наследование от любого из имён (без учёта регистра).
- Disabled - Annotation Interface in com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure
- DisableDiagnosticTriggeringSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Поставщик code action для отключения срабатывания диагностики.
- DisableDiagnosticTriggeringSupplier(Resources) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.DisableDiagnosticTriggeringSupplier
- DisableSafeModeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DisableSafeModeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DisableSafeModeDiagnostic
- discover(ServerContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
Найти все
lib.configдля указанного workspace-контекста. - discover(ServerContext, Collection) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Найти все convention-based библиотеки указанного workspace.
- discover(Path) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
Найти все
lib.configдля указанного корня workspace. - dispatchVertex(CfgVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Выполняет прямую диспетчеризацию вершины к соответствующему методу-визитору.
- displayDescription(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Описание члена для отображения в указанной локали LS.
- displayDescription(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Описание параметра для отображения в указанной локали LS.
- displayDescription(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Описание варианта в указанной локали LS (fallback на ru).
- displayName() - Method in interface com.github._1c_syntax.bsl.languageserver.types.model.Type
- displayName(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Имя члена для отображения в указанной локали LS.
- displayName(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Имя параметра для отображения в указанной локали LS.
- displayName(TypeRef, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Возвращает имя типа для отображения в указанной локали LS.
- displayName(TypeRef, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Имя типа для отображения в указанной локали LS (ru/en, с fallback).
- DIVIDE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Деление (приоритет 6).
- DO - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- DO_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- DocumentChangeExecutor - Class in com.github._1c_syntax.bsl.languageserver.context
-
Управляет последовательной обработкой изменений документа для одного
DocumentContext. - DocumentChangeExecutor(DocumentContext, BiFunction, DocumentChangeExecutor.DocumentChangeListener, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor
-
Создаёт executor для конкретного документа и запускает рабочий поток.
- DocumentChangeExecutor.DocumentChangeListener - Interface in com.github._1c_syntax.bsl.languageserver.context
- documentColor(DocumentColorParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- documentContext - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
-
Контекст обрабатываемого документа.
- documentContext - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- documentContext - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
-
Контекст анализируемого документа.
- documentContext - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- documentContext - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- documentContext - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- DocumentContext - Class in com.github._1c_syntax.bsl.languageserver.context
-
Контекст документа - содержит полную информацию об анализируемом файле.
- DocumentContext(URI, ServerContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- DocumentContextContentChangedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие изменения содержимого контекста документа.
- DocumentContextContentChangedEvent(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.DocumentContextContentChangedEvent
- DocumentContextLazyDataMeasurer - Class in com.github._1c_syntax.bsl.languageserver.aop.measures
-
Вычислитель замеров производительности для ленивых данных DocumentContext.
- DocumentContextLazyDataMeasurer(MeasureCollector) - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.measures.DocumentContextLazyDataMeasurer
- documentContextRebuild(JoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- documentHighlight(DocumentHighlightParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- DocumentHighlightProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для предоставления подсветки связанных элементов в документе.
- DocumentHighlightProvider(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.DocumentHighlightProvider
- DocumentHighlightSupplier - Interface in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Интерфейс для поставщиков подсветки связанных элементов в документе.
- DocumentHighlightSupplier.TerminalNodeInfo - Record Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Информация о терминальном узле на позиции курсора.
- documentLink(DocumentLinkParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- DocumentLinkOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.documentlink
-
Корневой класс для настройки
DocumentLinkProvider - DocumentLinkOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- DocumentLinkOptions(boolean) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- DocumentLinkProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для формирования списка ссылок на внешние источники информации.
- DocumentLinkProvider(Collection) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.DocumentLinkProvider
- DocumentLinkSupplier - Interface in com.github._1c_syntax.bsl.languageserver.documentlink
-
Базовый интерфейс для наполнения
DocumentLinkProviderданными о ссылках на внешние источники информации. - documentSymbol(DocumentSymbolParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- DocumentSymbolProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для получения структуры символов документа.
- DocumentSymbolProvider() - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.DocumentSymbolProvider
- DODGER_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- DoubleNegativesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DoubleNegativesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DoubleNegativesDiagnostic
- DuplicatedInsertionIntoCollectionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DuplicatedInsertionIntoCollectionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicatedInsertionIntoCollectionDiagnostic
- DuplicateRegionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DuplicateRegionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateRegionDiagnostic
- DuplicateStringLiteralDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- DuplicateStringLiteralDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateStringLiteralDiagnostic
- DYNAMIC - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Динамическая переменная.
E
- EACH - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EACH_LO - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EACH_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- edgePresentation(CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- EhCacheAdapter<K,
V> - Class in com.github._1c_syntax.bsl.languageserver.infrastructure -
Адаптер для интеграции нативного EhCache с Spring Cache абстракцией.
- EhCacheAdapter(Cache, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
-
Создает новый адаптер для нативного EhCache.
- ehcacheManager(CachePathProvider, String, String) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.CacheConfiguration
-
Выделенный менеджер EhCache для typoCache с персистентным хранением на диске.
- elementTypes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Returns the value of the
elementTypesrecord component. - ELSE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ELSE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ELSIF - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ELSIF_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- emit(List, DocumentContext, Range) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
-
Резолвит член в позиции и при успехе добавляет токен в
entries. - emit(List, DocumentContext, Range) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberMethodCallSemanticTokensSupplier
- emit(List, DocumentContext, Range) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberPropertyAccessSemanticTokensSupplier
- empty() - Static method in class com.github._1c_syntax.bsl.languageserver.context.computer.GitBlameComputer.Data
- empty(DocumentContext) - Static method in class com.github._1c_syntax.bsl.languageserver.context.computer.SymbolTreeComputer
-
Создает минимальное и пустое SymbolTree по контексту документа.
- EMPTY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
- EMPTY - Static variable in record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
- EMPTY - Static variable in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
-
Пустое описание — neutral element для интерфейса.
- EMPTY - Static variable in class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
-
Пустой ответ.
- EMPTY - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
- EMPTY - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
- EMPTY - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
- EMPTY - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- EMPTY - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
- EmptyCodeBlockDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- EmptyCodeBlockDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyCodeBlockDiagnostic
- EmptyRegionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- EmptyRegionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyRegionDiagnostic
- EmptyStatementDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- EmptyStatementDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyStatementDiagnostic
- en() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Returns the value of the
enrecord component. - EN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Английский
- enabledCodeLensSuppliers(LanguageServerConfiguration, Map) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.infrastructure.CodeLensesConfiguration
-
Получить список активированных в данный момент сапплаеров линз.
- END_DO - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_DO_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_FUNCTION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_FUNCTION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_PROCEDURE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_PROCEDURE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_TRY - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- END_TRY_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- endCharacter() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns the value of the
endCharacterrecord component. - endCharacter(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Колонка завершения метода (см.
- endCharacter(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- ENDIF - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ENDIF_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- endLine() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns the value of the
endLinerecord component. - endLine(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Строка завершения метода — закрывающее ключевое слово.
- endLine(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- endProgress(String) - Method in class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper.WorkDoneProgressReporter
- endRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- ENDREGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ENDREGION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EndWithDetector - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Детектор окончания строки заданными символами.
- EndWithDetector(double, char...) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.EndWithDetector
-
Создать детектор окончаний строк.
- ensureBuilt() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Гарантировать, что индекс собран; сборка выполняется ровно один раз.
- ensureBuilt() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
-
Гарантировать, что индекс собран; сборка выполняется ровно один раз.
- ensureBuilt() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
-
Гарантировать, что индекс собран; сборка выполняется ровно один раз.
- ensureBuilt(Runnable) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Гарантировать, что индекс собран; сборка выполняется ровно один раз.
- enterColumn(SDBLParser.ColumnContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryNestedFieldsByDotDiagnostic
- enterElseBranch(BSLParser.ElseBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterElseBranch(BSLParser.ElseBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterEveryRule(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyRegionDiagnostic
- enterExceptCodeBlock(BSLParser.ExceptCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterExceptCodeBlock(BSLParser.ExceptCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterExpression(BSLParser.ExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterExpression(BSLParser.ExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ParseErrorDiagnostic
- enterFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- enterForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- enterFunctionCall(SDBLParser.FunctionCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryNestedFieldsByDotDiagnostic
- enterGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerCallsInFormEventsDiagnostic
-
Обрабатывает вход в вызов глобального метода.
- enterGotoStatement(BSLParser.GotoStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterGotoStatement(BSLParser.GotoStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterIfStatement(BSLParser.IfStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- enterQuery(SDBLParser.QueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryNestedFieldsByDotDiagnostic
- enterQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LogicalOrInTheWhereSectionOfQueryDiagnostic
- enterSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerCallsInFormEventsDiagnostic
-
Обрабатывает вход в процедуру или функцию.
- enterTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterTryStatement(BSLParser.TryStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- enterVirtualTableParameter(SDBLParser.VirtualTableParameterContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryNestedFieldsByDotDiagnostic
- enterWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- enterWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- enterWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- Entry(Symbol, GlobalSymbolScope.Role) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Entry
-
Creates an instance of a
Entryrecord class. - entryName(Path) - Static method in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Имя класса/модуля из
.os-файла — basename без расширения. - ENV_LIB_LOCATION - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
Имя переменной окружения с дополнительными корнями.
- EOF - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.ParseErrorDiagnostic
- EQUAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Равно (приоритет 4).
- equalNodes(Tree, Tree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить равенство двух узлов синтаксического дерева.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.AutoServerInfo
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.LabelVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConditionVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier.DebugTestCodeLensData
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier.RunTestCodeLensData
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.ParsedStrTemplateMethods
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexitySecondaryLocation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotatedVariableSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage.DiagnosticAdditionalData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier.TerminalNodeInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes.SdblTokenTypeAndModifiers
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.AnyType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ConfigurationType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PrimitiveType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UnknownType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.FactoryMethodBean
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer.InjectedBean
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Entry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperationNode
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ErrorExpressionNode
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.MethodCallNode
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- equals(Object) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.UnaryOperationNode
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.CommonModuleMethodOnGetter
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.ParsedAccessors
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Indicates whether some other object is "equal to" this one.
- ERROR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- ERROR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticType
-
Ошибка в коде, которая может привести к сбою или некорректной работе
- ERROR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Узел с ошибкой разбора.
- ErrorExpressionNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел дерева выражений с ошибкой разбора.
- ErrorExpressionNode() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ErrorExpressionNode
- ErrorExpressionNode(ParseTree) - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ErrorExpressionNode
- EVAL - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EVENT_HANDLERS_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- eventPublisherAspect() - Method in class com.github._1c_syntax.bsl.languageserver.aop.AspectJConfiguration
- EventPublisherAspect - Class in com.github._1c_syntax.bsl.languageserver.aop
-
Аспект подсистемы событий.
- EventPublisherAspect() - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- EventPublisherAspectRegistration - Class in com.github._1c_syntax.bsl.languageserver.aop
-
Регистратор
EventPublisherAspectдля каждого Spring-контекста. - EventPublisherAspectRegistration(EventPublisherAspect) - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspectRegistration
- evict(Object) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
- examples() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
examplesrecord component. - EXCEPT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Все диагностики, кроме указанных в конфигурации настроек правил, считаются включенными.
- EXCEPT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EXCEPT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ExcessiveAutoTestCheckDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ExcessiveAutoTestCheckDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ExcessiveAutoTestCheckDiagnostic
- ExclusionFilters(IOFileFilter, IOFileFilter) - Constructor for record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Creates an instance of a
ExclusionFiltersrecord class. - execIfConnected(Consumer) - Method in class com.github._1c_syntax.bsl.languageserver.LanguageClientHolder
-
Выполнить действие с клиентом, если он подключен.
- execute(ToggleComplexityInlayHintsCommandArguments) - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
-
Выполнить серверную команду.
- execute(SentryEvent, Hint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.sentry.PermissionFilterBeforeSendCallback
- execute(Runnable) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- execute(T) - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
-
Выполнить серверную команду.
- EXECUTE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EXECUTE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- executeCommand(CommandArguments) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CommandProvider
-
Выполнить серверную команду.
- executeCommand(ExecuteCommandParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
- ExecuteExternalCodeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ExecuteExternalCodeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeDiagnostic
- ExecuteExternalCodeInCommonModuleDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ExecuteExternalCodeInCommonModuleDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeInCommonModuleDiagnostic
- ExecutorConfiguration - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Конфигурация исполнителей для обработки асинхронных задач.
- ExecutorConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- exit() - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- exitElseBranch(BSLParser.ElseBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitEveryRule(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyRegionDiagnostic
- exitExceptCodeBlock(BSLParser.ExceptCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- exitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- exitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- exitForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- exitIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitIfStatement(BSLParser.IfStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- exitQuery(SDBLParser.QueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LogicalOrInTheWhereSectionOfQueryDiagnostic
- exitQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LogicalOrInTheWhereSectionOfQueryDiagnostic
- exitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- exitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerCallsInFormEventsDiagnostic
-
Обрабатывает выход из процедуры или функции.
- exitTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitTryStatement(BSLParser.TryStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- ExitVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- ExitVertex() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ExitVertex
- exitVirtualTableParameter(SDBLParser.VirtualTableParameterContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryNestedFieldsByDotDiagnostic
- exitWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- exitWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- expandedMembers(TypeRef, Map, Map) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Снимок материализованных generic-членов: ленивая логика
TypeRegistry.registerMemberExpansion(TypeRef, TypeRef, Map, Map, LanguageScope)один раз, без регистрации источника. - export(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Объявлен ли метод с ключевым словом
Экспорт. - export(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Признак экспортной переменной.
- EXPORT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EXPORT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- Exportable - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Возможность сущности (например, символа) быть экспортной.
- ExportVariablesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ExportVariablesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ExportVariablesDiagnostic
- exposedAsGlobal() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
exposedAsGlobalrecord component. - ExpressionAtPosition - Class in com.github._1c_syntax.bsl.languageserver.types.inferencer
-
Утилита: находит ближайшее «полное» выражение в AST документа, накрывающее заданную
Position, и строит для негоBslExpression. - ExpressionNodeType - Enum Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Тип узла дерева выражений.
- ExpressionTreeBuildingVisitor - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Построитель дерева выражений из AST.
- ExpressionTreeBuildingVisitor() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- ExpressionTreeVisitor - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Базовый класс для обхода дерева выражений.
- ExpressionTreeVisitor() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeVisitor
- ExpressionTypeInferencer - Class in com.github._1c_syntax.bsl.languageserver.types.inferencer
-
Ленивый инференсер типов выражений.
- ExpressionTypeInferencer(TypeRegistry, SymbolTypeIndex, InferredVariableTypeIndex, CallStatementByReceiverIndex, ReferenceResolver, ReferenceIndex, GlobalScopeProvider, AutumnComponentInferencer, OScriptExtends) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionTypeInferencer
- expressionTypesAt(DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Тип всего выражения, охватывающего позицию (наименьшее объемлющее
RULE_expression), вычисленный инференсером по AST. - EXTENDS_ROLE - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.ExtendsAnnotations
-
Базовая роль аннотации наследования
&Расширяет("ИмяРодителя")(ставится на конструктор класса-наследника). - ExtendsAnnotations - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.extends_
-
Имена аннотаций библиотеки наследования OneScript extends.
- EXTERNAL_CONNECTION - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- EXTERNAL_CONNECTION - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Внешнее соединение.
- EXTERNAL_CONNECTION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- EXTERNAL_CONNECTION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ExternalAppStartingDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ExternalAppStartingDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ExternalAppStartingDiagnostic
- ExtraCommasDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ExtraCommasDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ExtraCommasDiagnostic
- extractArguments(ExecuteCommandParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CommandProvider
-
Извлечь аргументы команды из параметров входящего запроса.
- extractCommonModuleName(BSLParser.ExpressionContext, ModuleReference.ParsedAccessors) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference
-
Извлечь имя общего модуля из expression.
- extractData(CodeLens) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CodeLensProvider
-
Извлечь данные линзы из линзы.
- extractMethodCallOnGetterModule(TerminalNode, BSLParser.GlobalMethodCallContext, List, BSLParser.AccessCallContext, ModuleReference.ParsedAccessors) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference
-
Если в цепочке вызовов метод вызывается непосредственно у результата getter-а общего модуля (
<Аксессор>.ОбщийМодуль("Имя").Метод(...)илиОбщийМодуль("Имя").Метод(...)), возвращает имя общего модуля и токен метода. - ExtractStructureConstructorSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Поставщик code action для извлечения конструктора структуры.
- ExtractStructureConstructorSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.ExtractStructureConstructorSupplier
- extraMinForComplexity() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Надбавка ко времени исправления замечания за повышенную сложность
F
- FACTORY - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Фабричный метод, создающий желудь; допустим только в классе-дубе.
- FactoryMethodBean(String, Set) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.FactoryMethodBean
-
Creates an instance of a
FactoryMethodBeanrecord class. - factoryMethodBeansForUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Фабричные желуди (
&Завязь), объявленные в указанном файле, сгруппированные по фабричному методу: имя метода → имена/прозвища производимого им желудя. - factoryMethodName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.FactoryMethodBean
-
Returns the value of the
factoryMethodNamerecord component. - factoryMethodUsageLocations(URI, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnNavigation
-
Точки внедрения желудя конкретного фабричного метода
&Завязь(обратная навигация с метода). - FALSE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FALSE_BRANCH - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
- FALSE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FieldsFromJoinsWithoutIsNullDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FieldsFromJoinsWithoutIsNullDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FieldsFromJoinsWithoutIsNullDiagnostic
- file() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibEntry
-
Returns the value of the
filerecord component. - FileAwarePrintWriter - Class in com.github._1c_syntax.bsl.languageserver.cli.lsp
-
Обертка над PrintWriter, позволяющая изменять выходной файловый поток "на-лету", в отличие от установки в конструкторе в оригинальном
PrintWriter. - FileAwarePrintWriter() - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.lsp.FileAwarePrintWriter
-
Конструктор по умолчанию.
- fileBlockComplexitySecondaryLocations() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns the value of the
fileBlockComplexitySecondaryLocationsrecord component. - fileCodeBlockComplexity() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns the value of the
fileCodeBlockComplexityrecord component. - fileComplexity() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns the value of the
fileComplexityrecord component. - fileFilter() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Returns the value of the
fileFilterrecord component. - FileInfo - Class in com.github._1c_syntax.bsl.languageserver.reporters.data
- FileInfo(String, DocumentContext, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- FileInfo(Path, String, List, MetricStorage) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- fileinfos() - Method in record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Returns the value of the
fileinfosrecord component. - FileSystemAccessDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FileSystemAccessDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FileSystemAccessDiagnostic
- FileType - Enum Class in com.github._1c_syntax.bsl.languageserver.context
-
Тип файла исходного кода.
- fill(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndexFiller
- filteredReporters(Collection, AnalyzeCommand) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.infrastructure.ReportersConfiguration
- filters(List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils
-
Строит фильтры для каталогов и для файлов, разделяя их так, чтобы directory-only паттерны обрезали обход целыми поддеревьями.
- find(Iterable, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Найти аннотацию по имени (без разворачивания мета-аннотаций).
- findAllGenericsByFamilyCore(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Найти ВСЕ зарегистрированные generic-типы, чьё qualifiedName начинается с указанной family-core строки.
- findAllRuleNodes(ParseTree, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Найти все узлы указанного правила в дереве.
- findAllRuleNodes(ParseTree, Integer...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получает дочерние ноды с нужными типами
- findAllRuleNodes(ParseTree, Collection) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получает дочерние ноды с нужными типами
- findAllTokenNodes(ParseTree, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Найти все узлы указанного типа токена в дереве.
- findAllTopLevelDescendantNodes(ParserRuleContext, Collection) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получает "первые" дочерние ноды с нужными типами ВАЖНО: поиск вглубь найденной ноды с нужными индексами не выполняется Например, если указать RULE_codeBlock, то найдется только самый верхнеуровневый блок кода, все вложенные найдены не будут ВАЖНО: начальная нода не проверяется на условие, т.к.
- findAssignment(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти AssignmentContext, накрывающий позицию (для извлечения trailing-комментария со строки присваивания).
- findAssignmentRhs(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти RHS присваивания, накрывающего позицию (для случая, когда символ — переменная, и нас интересует выражение, которому её приравняли).
- findByColor(int, int, int) - Static method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- findByName(String) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.AnnotationRepository
-
Найти аннотацию по имени (регистронезависимо).
- findByName(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- findByRole(Iterable, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Первая аннотация из списка, разворачивающаяся в указанную базовую роль.
- findByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- findCallStatementContext(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти callStatement-предка terminal'а под курсором — для случая standalone-вызова
Объект.Метод();: в BSL grammar callStatement не оборачивается в complexIdentifier. - findClassUri(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- findComplexIdentifierContext(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти complexIdentifier-предка terminal'а под курсором — для случая, когда выражение стоит вне expression-узла (например, callStatement
Объект.Метод();в роли отдельного утверждения). - findEntries(OScriptLibraryIndex.EntryKind) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- findEntriesByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- findEntry(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
-
Найти запись по имени (символ + роль).
- findExpressionContext(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти выражение по позиции в документе.
- findExpressionTree(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Удобный shortcut: построить
BslExpressionдля выражения по позиции. - findForEachBindingAt(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти ForEachStatementContext, в котором IDENTIFIER (итерационная переменная) расположен в указанной позиции.
- findFunction(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Поиск глобальной функции по имени (регистронезависимо, с учётом ru/en алиасов).
- findFunction(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findFunction(String), но с фильтрацией по типу файла. - findGlobal(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Поиск symbol'а в глобальной области (globals + library entries).
- findGlobal(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findGlobal(String), но с фильтрацией по типу файла: library-entries скрываются в BSL-файлах; функции и глобальные свойства фильтруются по соответствующим скоупам. - findGlobalContext(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Найти тип имени в global scope (любое VALUE-имя: property, enum, library-module).
- findGlobalContext(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findGlobalContext(String), но с фильтрацией по типу файла. - findGlobalEntry(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findGlobal(String, FileType), но возвращает запись с её семантической ролью (GlobalSymbolScope.Role.VALUEилиGlobalSymbolScope.Role.TYPE_NAME). - findGlobalEnum(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Найти тип системного перечисления по имени (canonical или alias).
- findGlobalEnum(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findGlobalEnum(String), но с фильтрацией по типу файла. - findGlobalProperty(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Найти тип глобального свойства по имени (canonical или alias).
- findGlobalProperty(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findGlobalProperty(String), но с фильтрацией по типу файла. - findKeywordDescription(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Описание BSL-keyword'а из синтакс-помощника (например, для
Истина— «Литерал для указания значения типа Булево.»). - findKeywordDescription(String, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.findKeywordDescription(String), но возвращает описание в указанной локали LS (с fallback на другую локаль, если запрошенная пуста). - findKeywordDescription(String, Language, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Контекстно-зависимый lookup: если у keyword'а есть описание для указанной родительской конструкции (например,
"Функция"или"Процедура"дляAsync/Знач/Возврат) — возвращается оно; иначе используется generic-описание. - findKeywordSnippet(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Двуязычный сниппет автодополнения для BSL-keyword'а (например,
Если <?> Тогда\nИначеЕсли\nКонецЕсли;). - findLanguageKeyPositions(String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Найти позиции всех языковых ключей в строке НСтр.
- findLValueContext(DocumentContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionAtPosition
-
Найти lValue-предка terminal'а под курсором — для случая dereference на левой части присваивания (
Объект.Свойство = …). - findMatchingOpener(List, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.bsl.BlockKeywordMatcher
-
Ищет парный открывающий токен для закрывающего ключевого слова.
- findModuleUri(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- findPlaceholderPositions(String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Найти позиции всех плейсхолдеров в строке СтрШаблон.
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.AnnotationReferenceFinder
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.KeywordReferenceFinder
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.NewExpressionReferenceFinder
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.PlatformMemberReferenceFinder
- findReference(URI, Position) - Method in interface com.github._1c_syntax.bsl.languageserver.references.ReferenceFinder
-
Поиск символа по позиции курсора.
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndexReferenceFinder
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceResolver
-
Поиск символа по позиции курсора.
- findReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.SourceDefinedSymbolDeclarationReferenceFinder
- findSymbol(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
-
Найти символ по имени (регистронезависимо).
- findTerminalNodeContainsPosition(ParserRuleContext, Position) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получение ноды в дереве по позиции в документе.
- findTokenInQueries(Position, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier
-
Находит токен на позиции курсора в одном из запросов документа.
- findUri(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- FIRE_BRICK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- firesDeprecated(String, CompatibilityMode) - Static method in class com.github._1c_syntax.bsl.languageserver.types.PlatformMemberVersions
-
Член устарел для целевой платформы:
target >= deprecatedSinceVersion. - firesUnavailable(String, CompatibilityMode) - Static method in class com.github._1c_syntax.bsl.languageserver.types.PlatformMemberVersions
-
Член недоступен в целевой платформе:
target < sinceVersion. - FixAllCodeActionSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Поставщик code action для исправления всех однотипных замечаний.
- FixAllCodeActionSupplier(QuickFixSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.FixAllCodeActionSupplier
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- flagsCheck(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- FLORAL_WHITE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- FlowGraphLinkException - Exception Class in com.github._1c_syntax.bsl.languageserver.cfg
- FlowGraphLinkException(String) - Constructor for exception class com.github._1c_syntax.bsl.languageserver.cfg.FlowGraphLinkException
- flush() - Method in class com.github._1c_syntax.bsl.languageserver.cli.lsp.FileAwarePrintWriter
- foldingRange(FoldingRangeRequestParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- FoldingRangeProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для предоставления информации о сворачиваемых областях кода.
- FoldingRangeProvider(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.FoldingRangeProvider
- FoldingRangeSupplier - Interface in com.github._1c_syntax.bsl.languageserver.folding
-
Базовый интерфейс для наполнения
FoldingRangeProviderданными о областях сворачивания. - FOR - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FOR_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ForbiddenMetadataNameDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ForbiddenMetadataNameDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ForbiddenMetadataNameDiagnostic
- forContext(String) - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
- forEachDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
forEachDescriptionrecord component. - ForeachLoopVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- ForeachLoopVertex(BSLParser.ForEachStatementContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- FOREST_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- forFileType(FileType) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
-
Скоуп по умолчанию для встроенных ресурсов BSL.
- forLanguage(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Возвращает строку для отображения в указанной локали.
- ForLoopVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- ForLoopVertex(BSLParser.ForStatementContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- FORM_COMMANDS_EVENT_HANDLERS_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FORM_EVENT_HANDLERS_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FORM_HEADER_ITEMS_EVENT_HANDLERS_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FORM_TABLE_ITEMS_EVENT_HANDLERS_REGION_START - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FormatCommand - Class in com.github._1c_syntax.bsl.languageserver.cli
-
Форматирование кода в исходниках Ключ команды: -f, (--format) Параметры: -s, (--src) - Путь к каталогу исходных файлов.
- FormatCommand(ServerContextProvider, FormatProvider, LanguageServerConfiguration, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.FormatCommand
- FormatProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для форматирования исходного кода.
- FormatProvider(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.FormatProvider
- formatting(DocumentFormattingParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- FormattingOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.formating
-
Опции форматирования кода BSL.
- FormattingOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
- FormattingOptions(boolean, boolean, boolean) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Creates a new
FormattingOptionsinstance. - FormDataToValueDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FormDataToValueDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FormDataToValueDiagnostic
- forUri(URI) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Создать AutoCloseable-контекст workspace с URI.
- forUri(URI, String) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Создать AutoCloseable-контекст workspace с URI и именем.
- freezeComputedData() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- from() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns the value of the
fromrecord component. - from(BSLParser.AnnotationContext) - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotations
-
Построить одну аннотацию из узла AST.
- from(String, MethodSymbol) - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- from(String, MethodSymbol) - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- from(List) - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotations
-
Построить список аннотаций из соответствующих узлов AST.
- FUCHSIA - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- FullOuterJoinQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FullOuterJoinQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FullOuterJoinQueryDiagnostic
- function(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
trueдля функции (сВозврат),falseдля процедуры. - FUNCTION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FUNCTION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- FunctionNameStartsWithGetDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FunctionNameStartsWithGetDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionNameStartsWithGetDiagnostic
- FunctionOutParameterDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FunctionOutParameterDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionOutParameterDiagnostic
- FunctionReturnsSamePrimitiveDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FunctionReturnsSamePrimitiveDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionReturnsSamePrimitiveDiagnostic
- FunctionShouldHaveReturnDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- FunctionShouldHaveReturnDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionShouldHaveReturnDiagnostic
G
- GAINSBORO - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- GenerateStandardRegionsSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
SuppliercodeActionдля генерации отсутствующих стандартных программных областей - GenerateStandardRegionsSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.GenerateStandardRegionsSupplier
- generic() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
genericrecord component. - GenericIssueReport - Class in com.github._1c_syntax.bsl.languageserver.reporters
- GenericIssueReport(AnalysisInfo, Map) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.GenericIssueReport
- GenericIssueReport(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.GenericIssueReport
- GenericIssueReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
- GenericIssueReporter(ServerContextProvider, DiagnosticInfos) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.GenericIssueReporter
- genericProperty(String, TypeRef, String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Generic-property платформенного типа (например,
<Имя реквизита>). - get() - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
- get() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BslContextHolder
-
Возвращает
ContextProvider, инициализируя его при первом вызове. - get() - Method in interface com.github._1c_syntax.bsl.languageserver.utils.ThrowingSupplier
-
Получить результат.
- get(VariableSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
-
Кэшированный тип переменной либо
null, если ещё не вычислялся. - get(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Получить hydrated
Typeпо ссылке. - get(Class) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticObjectProvider
- get(Object, Callable) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
- get(String, ObjectFactory) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- getAllBySymbol(Symbol) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrenceRepository
-
Получить все обращения к указанному символу.
- getAllContexts() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить все контексты серверов с их URI.
- getAllFieldNames() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- getAllInstances(String, Class) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
-
Get all instances of a bean across all workspaces.
- getAncestorByRuleIndex(ParserRuleContext, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Ищем предка элемента по указанному типу BSLParser Пример: ParserRuleContext parent = Trees.getAncestorByRuleIndex(ctx, BSLParser.RULE_statement);
- getAnnotations() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Имена аннотаций, маркирующих тесты.
- getAnnotations() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Аннотации метода: всё, что стоит со
&перед сигнатурой и не является compiler-directive (в OScript — пользовательские аннотации вроде&Желудь). - getAnnotations() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotatedVariableSymbol
- getAnnotations() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- getAnnotations() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
- getAnnotations() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
-
Аннотации, навешанные на объявление переменной (например,
&Пластилинфреймворка ОСень). - getApplicationContext() - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
- getArgCount() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- getArgTypes() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
-
Типы фактических аргументов в порядке вызова, для type-aware подбора перегруженной сигнатуры в hover'е.
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.BasicBlockVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConditionVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
- getAst() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getBeanName() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
-
Имя внедряемого желудя (ключ резолва производителя).
- getBegin() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Lines
-
The line on which the code quality violation occurred (1-based).
- getBinPath() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
-
Путь к каталогу
binустановленной платформы 1С — там, где лежат файлы синтакс-помощника (shcntx_*.hbk,shlang_*.hbk). - getBlue() - Method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- getByClass() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfos
- getByCode() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfos
- getCachePath(String, String, int) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.CachePathProvider
-
Возвращает путь к каталогу персистентного кэша для текущей рабочей директории с учётом номера экземпляра.
- getCachePath(String, String) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.CachePathProvider
-
Возвращает путь к каталогу персистентного кэша для текущей рабочей директории.
- getCallArgCount() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
-
Число фактических аргументов в текущем вызове;
-1если не вызов. - getCallOptionsSection(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getCapabilities() - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
-
Получить возможности клиента, если было произведено подключение клиента к серверу.
- getCapabilities() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getChange() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
-
Стратегия уведомления об изменениях (None, Full, Incremental).
- getCheckName() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
-
A unique name representing the check, or rule, associated with this violation.
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Вложенные символы (локальные переменные, области внутри метода и т.п.).
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getChildren() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
- getChildren() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- getChildren(Tree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получить список дочерних узлов.
- getChildren(Tree, Integer...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получает детей с нужными типами
- getChildrenFlat() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Список всех символов всех уровней (за исключением символа модуля документа), преобразованных в плоский список.
- getChildrenFlat(Class) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Список всех символов всех уровней указанного типа (за исключением символа модуля документа), преобразованных в плоский список.
- getClassDescription() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
-
Описание класса, заранее отфильтрованное по
FileTypeна момент построения символа. - getClasses() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getClasses(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getClasses(), но с фильтрацией по типу файла. - getClient() - Method in class com.github._1c_syntax.bsl.languageserver.LanguageClientHolder
-
Получить LanguageClient, если он был подключен.
- getClientInfo() - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
-
Получить информацию о клиенте, если она была сообщена при подключении.
- getCode() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getCodeActions(CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
- getCodeActions(CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.AutumnNavigationCodeActionSupplier
- getCodeActions(CodeActionParams, DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.codeactions.CodeActionSupplier
-
Получить список code actions для указанного диапазона в документе.
- getCodeActions(CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.DisableDiagnosticTriggeringSupplier
-
При необходимости создает
CodeActionдля создания служебного комментария отключающего срабатывание диагностики. - getCodeActions(CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.ExtractStructureConstructorSupplier
- getCodeActions(CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.GenerateStandardRegionsSupplier
-
При необходимости создает
CodeActionдля генерации отсутствующих стандартных областей 1С - getCodeActions(CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CodeActionProvider
-
Получить список доступных Code Actions для указанного диапазона.
- getCodeLens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CodeLensProvider
-
Получение списка
CodeLensв документе. - getCodeLensDataClass() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
- getCodeLensDataClass() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier
- getCodeLensDataClass() - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensSupplier
-
Получить класс для хранения данных линзы.
- getCodeLensDataClass() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier
-
Получить класс для хранения данных линзы.
- getCodeLensDataClass() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier
- getCodeLensDataClass() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunAllTestsCodeLensSupplier
-
Получить класс для хранения данных линзы.
- getCodeLensDataClass() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier
-
Получить класс для хранения данных линзы.
- getCodeLenses(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
- getCodeLenses(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier
- getCodeLenses(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensSupplier
-
Получить список линз, доступных в документе.
- getCodeLenses(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier
-
Получить список линз, доступных в документе.
- getCodeLenses(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier
- getCodeLenses(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunAllTestsCodeLensSupplier
-
Получить список линз, доступных в документе.
- getCodeLenses(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier
-
Получить список линз, доступных в документе.
- getCodeLensOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getCognitiveComplexity() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Когнитивная сложность.
- getCognitiveComplexityData() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getColorInformation(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.color.ColorInformationSupplier
- getColorInformation(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.color.ConstructorColorInformationSupplier
- getColorInformation(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.color.WebColorInformationSupplier
- getColorPresentation(DocumentContext, ColorPresentationParams) - Method in interface com.github._1c_syntax.bsl.languageserver.color.ColorPresentationSupplier
- getColorPresentation(DocumentContext, ColorPresentationParams) - Method in class com.github._1c_syntax.bsl.languageserver.color.ConstructorColorPresentationSupplier
- getColorPresentation(DocumentContext, ColorPresentationParams) - Method in class com.github._1c_syntax.bsl.languageserver.color.WebColorPresentationSupplier
- getColorPresentation(DocumentContext, ColorPresentationParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.ColorProvider
-
Получение данных о
ColorPresentationв документе. - getCommandArgumentsClass() - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
-
Получить класс для аргументов команды.
- getCommandArgumentsClass() - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
-
Получение класса аргументов команды.
- getCommandIds() - Method in class com.github._1c_syntax.bsl.languageserver.providers.CommandProvider
-
Список идентификаторов известных серверных команд.
- getComments() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getComments() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество строк с комментариями.
- getComments(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.AbstractCommentFoldingRangeSupplier
-
Возвращает список комментариев документа, для которых рассчитываются области сворачивания.
- getComments(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.CommentFoldingRangeSupplier
- getComments(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.QueryCommentFoldingRangeSupplier
- getComments(List, Token) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Поиск комментариев назад от указанного токена
- getCommonModuleAccessors() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
-
Список паттернов "Модуль.Метод" для методов, возвращающих ссылку на общий модуль.
- getCompatibilityMode() - Method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- getCompatibilityMode() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getCompilerDirectiveKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Compiler-directive (
&НаСервере,&НаКлиенте, …) если стоит перед методом. - getCompilerDirectiveKind() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- getCompletion(DocumentContext, CompletionParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CompletionProvider
- getComplexityLocations(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractComplexityInlayHintSupplier
-
Получение мест увеличения сложности метода.
- getComplexityLocations(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.CognitiveComplexityInlayHintSupplier
-
Получение мест увеличения сложности метода.
- getComplexityLocations(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.CyclomaticComplexityInlayHintSupplier
-
Получение мест увеличения сложности метода.
- getComputedDiagnostics() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getComputeTrigger() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getCondition() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- getConfiguration() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- getConfigurationFile() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Файл, из которого была загружена текущая конфигурация.
- getConfigurationFile() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getConfigurationQualifiedNames() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getConfigurationRoot() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getConfigurationRoot() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- getConstructor() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Конструктор OneScript-класса (
ПриСозданииОбъекта/OnObjectCreate), если он объявлен в документе. - getConstructors() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- getConstructors(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Список конструкторов типа (для платформенных классов из JSON-пакета).
- getConstructors(TypeRef, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
То же, что
TypeRegistry.getConstructors(TypeRef), но фильтрует поFileType. - getConstructors(TypeRef, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Сигнатуры конструкторов типа (для платформенных классов из JSON-пакета).
- getContent() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.AnnotationParamSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.AnnotationSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.ConstructorCallMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.ConstructorSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.KeywordSymbolMarkupContentBuilder
- getContent(Reference) - Method in interface com.github._1c_syntax.bsl.languageserver.hover.MarkupContentBuilder
-
Построить контент всплывающего окна для ссылки.
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.MethodSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.ModuleSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.PlatformMemberSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.SyntheticSymbolMarkupContentBuilder
- getContent(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.hover.VariableSymbolMarkupContentBuilder
- getContentList() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getConversationId() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- getCovlocData() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Deprecated.Используется для обратной совместимости
- getCurrentNode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- getCustomConfigurationRoot(LanguageServerConfiguration, Path) - Static method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Получить корневой каталог конфигурации с учётом настроек.
- getCyclomaticComplexity() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Цикломатическая сложность.
- getCyclomaticComplexityData() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getDebugTestArguments() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для отладки одного теста.
- getDeclaration() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
- getDeclaredParameterTypes(ParameterDefinition) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.SymbolTypeIndex
- getDeclaredReturnTypes(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.SymbolTypeIndex
- getDeclaredReturnTypes(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Объявленный тип возвращаемого значения метода — для signature help/hover.
- getDefaultConfiguration() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getDefaultElementTypes(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Типы элементов коллекции для указанного
ref. - getDefaultValue() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
-
Значение по умолчанию.
- getDefaultValue() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticParameterInfo
- getDefinition(DocumentContext, DefinitionParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DefinitionProvider
-
Получить местоположение определения символа.
- getDeprecationInfo() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParserSymbolDescriptionAdapter
- getDeprecationInfo() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
- getDescendants(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получить список всех потомков узла (плоский список).
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Распаренная BSL-doc-документация метода (комментарии перед сигнатурой).
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Описание переменной.
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getDescription() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Describable
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
-
Локализованное описание keyword'а из синтакс-помощника (уже выбранное по текущей локали и AST-контексту).
- getDescription() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
-
Описание параметра.
- getDescription() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticParameterInfo
- getDescription() - Method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
-
A human-readable description of the code quality violation.
- getDescription() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- getDescription(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Описание типа из источника (JSON-пакета или динамической регистрации).
- getDescription(TypeRef, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Описание типа в указанной локали (для hover'а класса/конструктора).
- getDescription(TypeRef, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Описание типа в указанной локали LS (с fallback).
- getDescription(TypeRef, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Описание типа с фильтрацией по
FileType. - getDescription(TypeRef, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Описание типа (текст для hover).
- getDescriptor() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
- getDetectors() - Method in class com.github._1c_syntax.bsl.languageserver.recognizer.BSLFootprint
- getDetectors() - Method in interface com.github._1c_syntax.bsl.languageserver.recognizer.LanguageFootprint
-
Получить набор детекторов языка.
- getDiagnostic(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
-
Получить диагностики для документа (pull-модель).
- getDiagnosticClass() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getDiagnosticClasses() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfosFactory
-
Получить список всех классов диагностик, зарегистрированных в контексте.
- getDiagnosticCodeDescriptionHref() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getDiagnosticIgnorance() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getDiagnosticInfos(LanguageServerConfiguration) - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
-
Создать коллекцию DiagnosticInfo с указанной конфигурацией.
- getDiagnosticInfosByCode() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.AbstractDiagnosticReporter
-
Получить соответствие «код диагностики →
DiagnosticInfo». - getDiagnosticInfosFactory() - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
-
Получить фабрику DiagnosticInfos.
- getDiagnostics() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getDiagnostics() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage
- getDiagnostics() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
-
Список рассчитанных диагностик документа.
- getDiagnostics() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- getDiagnostics(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
-
Выполнить диагностику документа.
- getDiagnostics(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RedundantAccessToObjectDiagnostic
- getDiagnosticsOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getDocument(String, ModuleType) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- getDocument(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Получить документ по URI.
- getDocument(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить документ по нормализованному URI.
- getDocumentColor(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.ColorProvider
-
Получение данных о
ColorInformationв документе. - getDocumentContext() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentClearedEvent
-
Документ, чьи вторичные данные были освобождены.
- getDocumentContext() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentClosedEvent
-
Закрытый документ.
- getDocumentHighlight(DocumentContext, DocumentHighlightParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DocumentHighlightProvider
-
Получить подсветки связанных элементов в документе на основе позиции курсора.
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.BracketDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in interface com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier
-
Получить список подсветок для элементов, связанных с позицией курсора.
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.IfStatementDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.LoopStatementDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.RegionDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.SDBLBracketDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.SDBLCaseDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.SDBLJoinDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.SubroutineDocumentHighlightSupplier
- getDocumentHighlight(DocumentHighlightParams, DocumentContext, Optional) - Method in class com.github._1c_syntax.bsl.languageserver.documenthighlight.TryStatementDocumentHighlightSupplier
- getDocumentLinkOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getDocumentLinks(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.documentlink.DiagnosticDescriptionDocumentLinkSupplier
- getDocumentLinks(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.documentlink.DocumentLinkSupplier
-
Получить список ссылок на внешние источники информации в документе.
- getDocumentLinks(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DocumentLinkProvider
-
Получить список ссылок на внешние источники информации из документа.
- getDocumentLock(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Получить блокировку для выполнения операций над документом по URI.
- getDocumentNoLock(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Получить документ по URI без захвата блокировки.
- getDocumentNoLock(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить документ по URI без захвата per-document RWLock.
- getDocuments() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- getDocuments(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- getDocumentSymbols(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DocumentSymbolProvider
-
Получить иерархическую структуру символов документа.
- getDocumentUnsafe(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Получить документ по строковому URI с нормализацией.
- getDocumentUnsafe(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить документ по строковому URI с нормализацией.
- getDocumentUnsafe(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Получить документ по URI с нормализацией.
- getDocumentUnsafe(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить документ по URI с нормализацией.
- getDocumentUnsafeNoLock(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
То же, что
ServerContextProvider.getDocumentNoLock(URI), но с нормализацией. - getElementTypes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- getElementTypes(TypeRef) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- getEn() - Method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- getEndRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getEntries() - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
- getEntryPoint() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- getExamplesSection(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getExclude() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- getExcludePaths() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Паттерны путей для исключения из индексации (простые имена каталогов или glob).
- getExecutable() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Имя исполняемого файла тестового фреймворка (linux и macOS).
- getExecutableForCurrentOS() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Получить имя исполняемого файла тестового фреймворка для текущей ОС.
- getExecutableWin() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Имя исполняемого файла тестового фреймворка (windows).
- getExitCode() - Method in class com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
- getExitPoint() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- getExpression() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- getExpression() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
- getExpression(BSLParser.ConstValueContext) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
-
Получить ExpressionContext из Optional узла.
- getExpression(ParserRuleContext) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
-
Получить ExpressionContext из узла AST.
- getExpressionTree() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- getExtraMinForComplexity() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getFalsePart() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- getFieldTypes(String) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- getFileType() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getFingerprint() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
-
A unique fingerprint to identify this specific code quality violation, such as a hash of its contents.
- getFirstChild(Tree, Integer...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Получает первого ребенка с одним из нужных типов
- getFirstMember(BSLParser.CallParamContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Получить первый элемент (member) из параметра вызова.
- getFoldingRange(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.FoldingRangeProvider
-
Получить список сворачиваемых областей в документе.
- getFoldingRanges(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.AbstractCommentFoldingRangeSupplier
- getFoldingRanges(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.CodeBlockFoldingRangeSupplier
- getFoldingRanges(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.folding.FoldingRangeSupplier
-
Рассчитывает области сворачивания для документа.
- getFoldingRanges(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.PreprocIfFoldingRangeSupplier
- getFoldingRanges(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.QueryPackageFoldingRangeSupplier
- getFoldingRanges(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.RegionFoldingRangeSupplier
- getFoldingRanges(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.folding.UseFoldingRangeSupplier
- getForEachDescription(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Текстовое описание обхода
Для Каждогодля типа-коллекции (из синтакс-помощника платформы). - getForEachDescription(TypeRef, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Описание обхода в указанной локали (с fallback на другую).
- getFormatting(DocumentFormattingParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.FormatProvider
- getFormattingOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- GetFormMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- GetFormMethodDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.GetFormMethodDiagnostic
- getFunctions() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество функций.
- getFunctions() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getFunctions(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getFunctions(), но с фильтрацией по типу файла. - getGetTestsArguments() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для получения списка тестов.
- getGetTestsResultPattern() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Регулярное выражение для получения списка тестов.
- getGlobalContextNames() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getGlobalContextNames(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getGlobalContextNames(), но с фильтрацией по типу файла. - getGlobalContexts() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Все VALUE-символы в global scope без фильтра по типу файла (property + enum + library-module).
- getGlobalContexts(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getGlobalContexts(), но с фильтрацией по типу файла. - getGlobalEnumNames() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getGlobalEnumNames(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getGlobalEnumNames(), но с фильтрацией по типу файла. - getGlobalPropertyNames() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getGlobalPropertyNames(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getGlobalPropertyNames(), но с фильтрацией по типу файла. - getGreen() - Method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- getHover(DocumentContext, HoverParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.HoverProvider
- getId() - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensData
-
Идентификатор линзы.
- getId() - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensSupplier
-
Идентификатор сапплаера.
- getId() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- getId() - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandArguments
-
Идентификатор команды.
- getId() - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
-
Идентификатор сапплаера.
- getId() - Method in class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- getId() - Method in interface com.github._1c_syntax.bsl.languageserver.inlayhints.InlayHintSupplier
-
Идентификатор сапплаера.
- getIgnoredAuthors() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getImplementations(DocumentContext, ImplementationParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.ImplementationProvider
-
Найти реализации интерфейса, представленного текущим документом.
- getInclude() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- getIndexAccessDescription(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Текстовое описание индексатора
[...]для типа-коллекции (из синтакс-помощника платформы). - getIndexAccessDescription(TypeRef, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Описание индексатора в указанной локали.
- getInfo() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
-
Метаинформация о диагностике.
- getInfo() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- getInfo() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
-
Метаинформация о диагностике.
- getInfo() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- getInfo() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- getInfo() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- getInfo() - Method in interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
-
Получить метаинформацию о диагностике.
- getInlayHint(DocumentContext, InlayHintParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.InlayHintProvider
-
Получить список inlay hints в документе.
- getInlayHintOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getInlayHints(DocumentContext, InlayHintParams) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractComplexityInlayHintSupplier
-
Получение подсказок о местах увеличения сложности метода.
- getInlayHints(DocumentContext, InlayHintParams) - Method in interface com.github._1c_syntax.bsl.languageserver.inlayhints.InlayHintSupplier
-
Получить inlay hints, доступные в документе.
- getInlayHints(DocumentContext, InlayHintParams) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.PlatformMethodCallInlayHintSupplier
- getInlayHints(DocumentContext, InlayHintParams) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.SourceDefinedMethodCallInlayHintSupplier
- getIssues() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.GenericIssueReport
- getKeywords() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- getKeywords(FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.getKeywords(), но с фильтрацией по типу файла. - getKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- getKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- getKind() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
- getLabelName() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.LabelVertex
- getLanguage() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Язык интерфейса для сообщений и документации.
- getLanguage() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Язык интерфейса для сообщений и документации в этом workspace.
- getLanguageCode() - Method in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Код языка в соответствии с
Locale.getLanguage(). - getLanguageScope() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BslContextPlatformTypesProvider
- getLanguageScope() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BuiltinOScriptPlatformTypesProvider
- getLanguageScope() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BuiltinPlatformTypesProvider
- getLanguageScope() - Method in interface com.github._1c_syntax.bsl.languageserver.types.registry.PlatformTypesProvider
-
Языковой скоуп типов, поставляемых этим провайдером.
- getLanguageScope(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Языковой скоуп типа.
- getLanguageServerConfiguration() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- getLanguageServerConfigurationFactory() - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
-
Получить фабрику конфигураций для создания LanguageServerConfiguration.
- getLeft() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
- getLibConfigPaths() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndexedEvent
- getLibRoots() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
-
Дополнительные корневые каталоги для поиска OneScript-библиотек.
- getLines() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Общее количество строк.
- getLines() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Location
- getLocale() - Method in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Локаль языка.
- getLocalFields(TypeRef) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- getLocation() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
- getLocation(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getLocation(ModuleSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getLocation(VariableSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getLoopHeader() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- getLoopHeader() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- getLSPSeverity() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getLSPTags() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getMdObject() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getMdoRef() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
-
Возвращает строковое представление ссылки связанного с объектом объекта метаданных 1С либо строку URI для остальных случаев
- getMdoRef() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- getMdoRef(DocumentContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MdoRefBuilder
-
Получить ссылку на объект метаданных для документа.
- getMdoRef(DocumentContext, BSLParser.CallStatementContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MdoRefBuilder
-
Получить ссылку на объект метаданных для вызова метода.
- getMdoRef(DocumentContext, BSLParser.ComplexIdentifierContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MdoRefBuilder
-
Формирует ссылку на объект-владелец свойства
- getMdoRef(DocumentContext, TerminalNode, List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MdoRefBuilder
-
Формирует ссылку на объект-владелец метода или свойства по идентификатору и модификаторам узла
- getMdoRefLocal(MD) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
- getMeasures() - Method in class com.github._1c_syntax.bsl.languageserver.aop.measures.MeasureCollector
-
Коллекция замеров.
- getMembers() - Method in interface com.github._1c_syntax.bsl.languageserver.types.model.MemberSource
- getMembers(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Получить полный набор членов типа — union по всем зарегистрированным
MemberSource'ам. - getMembers(TypeRef, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
То же, что
TypeRegistry.getMembers(TypeRef), но фильтрует источники по языковому скоупу. - getMembers(TypeRef, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Члены типа (методы + свойства) — для completion/hover/inferencer.
- getMembers(TypeRef, FileType, Language) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Члены типа, применимые к указанной локали скрипта — для автодополнения.
- getMessage() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getMessage(Object...) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getMessage(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
-
Получает сообщение диагностики для пользователя
- getMetadata() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getMethodName() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData
-
Имя метода.
- getMethodName() - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
-
Имя метода.
- getMethodName(BSLParser.AccessCallContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из контекста вызова метода через точку.
- getMethodName(BSLParser.CallParamContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из контекста параметра вызова (для NotifyDescription).
- getMethodName(BSLParser.CallStatementContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из контекста вызова.
- getMethodName(BSLParser.ComplexIdentifierContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из контекста сложного идентификатора.
- getMethodName(BSLParser.GlobalMethodCallContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из контекста глобального вызова метода.
- getMethodName(BSLParser.LValueContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из контекста левого значения (lValue).
- getMethodName(List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Получить имя метода из списка модификаторов.
- getMethodPattern() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
- getMethods() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getMethods() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Список методов документа.
- getMethodsByName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- getMethodsComplexity(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
-
Получить данные о сложности в разрезе символов.
- getMethodsComplexity(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.CognitiveComplexityCodeLensSupplier
- getMethodsComplexity(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.CyclomaticComplexityCodeLensSupplier
- getMethodSymbol(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Поиск MethodSymbol в дереве по указанному имени (без учета регистра).
- getMethodSymbol(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Попытка поиска символа метода по узлу дерева разбора.
- getMetrics() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getMetrics() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- getMinimumLSPDiagnosticLevel() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getMinutesToFix() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getMissingLanguages() - Method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Получить список отсутствующих языков.
- getMode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getModule() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Корневой символ модуля документа.
- getModuleLevelRegions() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- getModules() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getModuleType() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Имя метода.
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Имя переменной.
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
-
Текст keyword'а — ровно как он введён пользователем в исходнике (
ЕслиилиIf, регистрозависимо). - getName() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
-
Имя символа.
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
-
Имя параметра.
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getName() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Symbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticParameterInfo
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
- getName() - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- getName() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.MethodCallNode
- getNames() - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
- getNativeCache() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
- getNcloc() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество строк кода (без пустых и комментариев).
- getNclocData() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Данные о строках кода (массив номеров строк).
- getNewText(List, Locale, Range, int, FormattingOptions) - Method in class com.github._1c_syntax.bsl.languageserver.providers.FormatProvider
- getNextNode(ParseTree, ParseTree, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Выполняет поиск следующей ноды нужного типа
- getNodeType() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- getOffset(String, int, int) - Static method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
-
Вычисляет абсолютную позицию символа в тексте по номеру строки и позиции в строке.
- getOneScriptStandardRegions(ScriptVariant) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Regions
-
Получает стандартные области OneScript, на основании языка
- getOnTypeFormatting(DocumentOnTypeFormattingParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.FormatProvider
-
Возвращает правки форматирования при наборе указанного символа.
- getOperand() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.UnaryOperationNode
- getOperator() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperationNode
- getOscriptOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getOverrideMinimumLSPDiagnosticLevel() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
DocumentContext, в котором объявлен метод. - getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Файл в котором располагается переменная.
- getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getOwner() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
- getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
-
nullдля глобальных функций/свойств без owner-типа. - getOwner() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
-
Родительский символ (например, для
Массив.Количество— synthetic для типаМассив);nullдля глобальных synthetic-символов. - getOwnerSymbol() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- getParameter(String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getParameters() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
-
Параметры сапплаеров линз.
- getParameters() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getParameters() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
-
Параметры сапплаеров inlay hints.
- getParameters() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Объявленные параметры метода в порядке объявления.
- getParameters() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- getParameters() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- getParameters() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getParametersSection(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getParametersSignatureDescription(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getParameterTypes(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Типы параметров метода (по порядку) — для signature help.
- getParams() - Method in class com.github._1c_syntax.bsl.languageserver.events.LanguageServerInitializeRequestReceivedEvent
-
Параметры вызванного запроса initialize.
- getParent() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Родительский символ — область (
#Область), модуль или вложенная область. - getParent() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Символ, внутри которого располагается данный символ.
- getParent() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getParent() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getParent() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- getParent() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getParent() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
- getParent() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- getParsedStrTemplateMethods() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.SemanticTokensOptions
-
Возвращает предварительно разобранные паттерны функций-шаблонизаторов.
- getPath() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Location
-
The file containing the code quality violation, expressed as a relative path in the repository.
- getPath() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- getPatternSearch(String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingServiceTagDiagnostic
- getPrepareRename(DocumentContext, TextDocumentPositionParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.RenameProvider
- getPreviousNode(ParseTree, ParseTree, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Выполняет поиск предыдущей ноды нужного типа
- getPreviousTokenFromDefaultChannel(List, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
- getPreviousTokenFromDefaultChannel(List, int, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
- getPriority() - Method in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
- getProcedures() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество процедур.
- getProducerMethodName() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
-
Имя метода-производителя: конструктора для линзы компонентного желудя либо метода
&Завязьдля пер-методной линзы. - getPurposeDescription() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParserSymbolDescriptionAdapter
- getPurposeDescription() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
- getPurposeSection(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getQueries() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getQuickFixClass(T) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.QuickFixSupplier
-
Получить класс провайдера быстрых исправлений для указанного кода диагностики.
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CanonicalSpellingKeywordsDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommentedCodeDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ConsecutiveEmptyLinesDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedTypeManagedFormDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyRegionDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyStatementDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.InvalidCharacterInFileDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingSpaceDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.OneStatementPerLineDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.diagnostics.QuickFixProvider
-
Получить список быстрых исправлений для диагностик.
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SemicolonPresenceDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SpaceAtStartCommentDiagnostic
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UselessTernaryOperatorDiagnostic
-
Формирует быстрые исправления для срабатываний диагностики, к которым приложен текст замены (см.
- getQuickFixes(List, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- getQuickFixInstance(Class) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.QuickFixSupplier
-
Получить экземпляр провайдера быстрых исправлений.
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
-
Место объявления параметра.
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- getRange() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
- getRange() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
-
Диапазон, для которого нужно получить список диагностик.
- getRange() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
- getRangeFormatting(DocumentRangeFormattingParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.FormatProvider
- getRed() - Method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- getReference(URI, Position) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Поиск символа по позиции курсора.
- getReferences(DocumentContext, ReferenceParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.ReferencesProvider
-
Получить список всех ссылок на символ.
- getReferencesFrom(SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Поиск ссылок на символы в символе.
- getReferencesFrom(URI) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Поиск ссылок на символы в документе.
- getReferencesFrom(URI, SymbolKind) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Поиск ссылок на символы в документе.
- getReferencesOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getReferencesTo(SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
-
Получить ссылки на символ.
- getRegion() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- getRegion() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
-
Регион/область, в которой объявлен метод/конструктор, если он находится непосредственно внутри
RegionSymbol. - getRegionNameRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getRegionsFlat() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- getRegisteredWorkspaceUris() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- getRename(DocumentContext, RenameParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.RenameProvider
- getReportersOptions() - Method in class com.github._1c_syntax.bsl.languageserver.cli.AnalyzeCommand
- getRepresentingAst() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- getResourceString(Language, Class, String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Resources
- getResourceString(Language, Class, String, Object...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Resources
- getResourceString(Class, String) - Method in class com.github._1c_syntax.bsl.languageserver.utils.Resources
- getResourceString(Class, String, Object...) - Method in class com.github._1c_syntax.bsl.languageserver.utils.Resources
- getResourceString(String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getResourceString(String, Object...) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getResourceString(Locale, Class, String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Resources
- getResourceString(Locale, Class, String, Object...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Resources
- getReturnedValueSection(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getRight() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
- getRootParent(Class) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
-
Получить наиболее близкий к корню символ-предок указанного типа.
- getRootParent(ParserRuleContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Рекурсивно находит самого верхнего родителя текущей ноды
- getRootParent(ParserRuleContext, int) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Рекурсивно находит самого верхнего родителя текущей ноды нужного типа
- getRootParent(ParserRuleContext, Collection) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Рекурсивно находит самого верхнего родителя текущей ноды одного из нужных типов
- getRootParent(SymbolKind) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
-
Получить наиболее близкий к корню символ указанного типа.
- getRoots(ServerContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
Корни для поиска OneScript-библиотек (workspace +
libRoots+ опциональноOSCRIPT_LIB_LOCATION). - getRoots(Path) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
См.
- getRu() - Method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- getRunAllTestsArguments() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для запуска всех тестов.
- getRunTestArguments() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для запуска одного теста.
- getScope() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Область доступности символа.
- getScope() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
- getScope() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getScriptVariantLanguage() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
-
Язык исходников проекта: для конфигурации с заданным
ScriptVariant— именно он (русский/английский); для OS-файлов и проектов без mdclasses-конфы —LanguageServerConfiguration.getLanguage(). - getScriptVariantLocale() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
-
Диапазон keyword-токена в исходнике — для подсветки в hover'е.
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
-
Область первого токена модуля
- getSelectionRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getSelectionRange() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
- getSelectionRange(DocumentContext, SelectionRangeParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SelectionRangeProvider
-
Получение данных о
SelectionRangeпо позиции в документе. - getSelf() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
-
Получить self-injected экземпляр себя для работы механизмов кэширования.
- getSelf() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier
- getSelf() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunAllTestsCodeLensSupplier
- getSelf() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AnnotationSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.BslDocSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.CommentSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.GlobalScopeSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.LexicalSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.MethodCallSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.NewExpressionSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformGlobalMethodSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PreprocessorSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensSupplier
-
Получить семантические токены для документа.
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.StringSemanticTokensSupplier
- getSemanticTokens(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SymbolsSemanticTokensSupplier
- getSemanticTokens(DocumentContext, Range) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
- getSemanticTokens(DocumentContext, Range) - Method in interface com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensSupplier
-
Получить семантические токены только для указанного диапазона документа (запрос
textDocument/semanticTokens/range). - getSemanticTokensFull(DocumentContext, SemanticTokensParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
-
Получить семантические токены для всего документа.
- getSemanticTokensFullDelta(DocumentContext, SemanticTokensDeltaParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
-
Получить дельту семантических токенов относительно предыдущего результата.
- getSemanticTokensOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getSemanticTokensRange(DocumentContext, SemanticTokensRangeParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
-
Получить семантические токены для указанного диапазона документа.
- getSendErrors() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Режим отправки ошибок в Sentry.
- getServerContext() - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
- getServerContext() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getServerContext() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.BeforeWorkspaceRemovedEvent
-
Контекст сервера, который будет удалён.
- getServerContext() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceAddedEvent
-
Созданный контекст сервера для workspace.
- getServerContext() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndexedEvent
- getServerContext(AnalysisInfo) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.AbstractDiagnosticReporter
-
Получить
ServerContextдля workspace изAnalysisInfo. - getServerContext(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить контекст сервера для URI документа.
- getServerContextProvider() - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSBinding
- getServerContextUnsafe(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Получить контекст сервера для URI документа (с нормализацией URI).
- getSeverity() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getSeverity() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry
-
The severity of the violation.
- getSignature(AnnotationSymbol, MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getSignature(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getSignature(VariableSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- getSignatureHelp(DocumentContext, SignatureHelpParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SignatureHelpProvider
- getSiteRoot() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getSkipSupport() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.events.GlobalLanguageServerConfigurationChangedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.events.LanguageServerConfigurationChangedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.BeforeWorkspaceRemovedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.DocumentContextContentChangedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentAddedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentClearedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentClosedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentRemovedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextPopulatedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceAddedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceRemovedEvent
- getSource() - Method in class com.github._1c_syntax.bsl.languageserver.events.LanguageServerInitializeRequestReceivedEvent
- getSourceDefinedSymbol() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
- getSourceSymbol() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- getSourceSymbol() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
-
Backing source-defined символ, если он есть (например, ModuleSymbol для общего модуля конфигурации в global scope).
- getStandardRegionsNamesByModuleType(ModuleType, ScriptVariant) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Regions
-
Получает стандартные имена областей 1С, на основании типа программного модуля и языка конфигурации
- getStandardRegionsPatternsByModuleType(ModuleType) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Regions
-
Метод возвращает паттерны регулярных выражений удовлетворяющих стандартным наименованиям областей 1С на русском и английском языках
- getStart() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
- getStartRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getStatements() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество операторов.
- getStringValue() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCode
- getStringValue(Diagnostic) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMessage
- getStringValue(Either) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCode
- getStringValue(Either) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMessage
- getStrTemplateMethods() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.SemanticTokensOptions
-
Список паттернов "Модуль.Метод" для функций-шаблонизаторов строк.
- getSubNameRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- getSubNameRange() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
-
Диапазон имени метода/конструктора (без ключевых слов и параметров) — используется как selection-range и для матчинга позиции к символу.
- getSubsystemsFilter() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- getSupportVariant() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getSymbolAtPosition(Position) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Поиск самого вложенного символа, содержащего указанную позицию.
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.AnnotationParamSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.AnnotationSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.ConstructorCallMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.ConstructorSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.KeywordSymbolMarkupContentBuilder
- getSymbolClass() - Method in interface com.github._1c_syntax.bsl.languageserver.hover.MarkupContentBuilder
-
Конкретный класс символа, который умеет обрабатывать данный построитель.
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.MethodSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.ModuleSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.PlatformMemberSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.SyntheticSymbolMarkupContentBuilder
- getSymbolClass() - Method in class com.github._1c_syntax.bsl.languageserver.hover.VariableSymbolMarkupContentBuilder
- getSymbolDescription() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Describable
-
Унифицированное представление описания символа: подходит для hover'а, completion'а и signature-help'а, не зависит от
bsl-parser'ского AST. - getSymbolDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Унифицированное описание члена.
- getSymbolDescription() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
-
Унифицированное описание для hover/completion/signature-help.
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- getSymbolKind() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Symbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
- getSymbolKind() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- getSymbolOccurrencesByLocationUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.LocationRepository
-
Получить все обращения к символам в указанном URI.
- getSymbols(WorkspaceSymbolParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SymbolProvider
- getSymbolTree() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getSyntheticKind() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- getTags() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Symbol
- getTags() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getTargetVersion() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
-
Целевая версия платформы 1С для диагностик совместимости (устаревание, недоступность члена по версии).
- getTestId() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier.DebugTestCodeLensData
-
Имя метода.
- getTestId() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier.RunTestCodeLensData
-
Имя метода.
- getTestIds(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.testrunner.TestRunnerAdapter
-
Получить идентификаторы тестов, содержащихся в файле.
- getTestRunnerAdapterOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
-
Параметры запускателя тестового фреймворка.
- getTestSources() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Каталоги с исходными файлами тестов.
- getTestSources(Path) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
-
Получить список каталогов с тестами с учетом корня рабочей области.
- getText(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getTextDocument() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
-
Идентификатор текстового документа.
- getTextDocumentService() - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- getTextDocumentSync() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
-
Настройки синхронизации текстовых документов.
- getTokens() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getTokens(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Список токенов дерева разбора.
- getTokensFromDefaultChannel() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getTokenType() - Method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- getTokenType() - Method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- getTokenTypeAndModifiers(int) - Static method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes
-
Определяет тип и модификаторы для токена SDBL.
- getTraceLog() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Файл для трассировки LSP-обмена.
- getTrailingComment(List, Token) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
- getTruePart() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- getTryStatement() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- getType() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdge
- getType() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- getType() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticParameterInfo
- getTypeIndex(String) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
-
Получить индекс типа токена в легенде.
- getTypeName() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- getTypeName() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
- getTypeParameters(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Имена generic-плейсхолдеров типа (без угловых скобок), в порядке появления в qualifiedName.
- getTypeRef() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- getTypes() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BslContextPlatformTypesProvider
- getTypes() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BuiltinOScriptPlatformTypesProvider
- getTypes() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.BuiltinPlatformTypesProvider
-
Возвращает встроенный JSON-fallback только тогда, когда полноценный
bsl-context-источник недоступен (платформа 1С не установлена либо парсинг HBK не удался). - getTypes() - Method in interface com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider
- getUri() - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensData
-
URI документа, с которым связана линза.
- getUri() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- getUri() - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandArguments
-
URI документа, с которым связана команда.
- getUri() - Method in class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- getUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentAddedEvent
-
URI добавленного документа.
- getUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentRemovedEvent
-
URI удаленного документа.
- getV8PlatformOptions() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- getValue() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceNameThreadLocalAccessor
- getValue() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceThreadLocalAccessor
- getValueType() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
-
Тип значения, на которое ссылается этот символ (например, для
Справочники—СправочникиМенеджер). - getVariableNameEndCharacter() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- getVariableNameEndCharacter() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- getVariableNameEndCharacter() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
-
Конечный символ имени переменной в строке объявления.
- getVariableNameLine() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- getVariableNameLine() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- getVariableNameLine() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
-
Строка, в которой определено имя переменной.
- getVariableNameRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- getVariableNameRange() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- getVariableNameRange() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
- getVariableNameStartCharacter() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- getVariableNameStartCharacter() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- getVariableNameStartCharacter() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
-
Начальный символ имени переменной в строке объявления.
- getVariables() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Плоский список всех переменных документа
- getVariablesByName() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- getVariableSymbol(String, SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Поиск VariableSymbol в дереве по указанному имени (без учета регистра) и области объявления.
- getVariableSymbol(ParserRuleContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Попытка поиска символа переменной по узлу дерева разбора.
- getVersion() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- getVersion() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
-
Версия документа, для которого были рассчитаны диагностики.
- getWordStatus(String, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.CheckedWordsHolder
-
Получает статус слова из кэша.
- getWorkspaceService() - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- getWorkspaceUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.BeforeWorkspaceRemovedEvent
-
URI корня workspace.
- getWorkspaceUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceAddedEvent
-
URI корня workspace.
- getWorkspaceUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceRemovedEvent
-
URI корня удалённого workspace.
- getWorkspaceUri() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- GHOST_WHITE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- GitBlameComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель игнорирования диагностик на основе данных git blame.
- GitBlameComputer(URI, Set) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.GitBlameComputer
- GitBlameComputer.Data - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Результат вычисления игнорирования диагностик на основе git blame.
- GLOBAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Глобальная переменная.
- GLOBAL_METHODS - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.FileSystemAccessDiagnostic
- GlobalContextMethodCollision8312Diagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- GlobalContextMethodCollision8312Diagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.GlobalContextMethodCollision8312Diagnostic
- GlobalLanguageServerConfiguration - Class in com.github._1c_syntax.bsl.languageserver.configuration
-
Глобальная конфигурация BSL Language Server.
- GlobalLanguageServerConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
- GlobalLanguageServerConfigurationChangedEvent - Class in com.github._1c_syntax.bsl.languageserver.configuration.events
-
Событие изменения глобальной конфигурации.
- GlobalLanguageServerConfigurationChangedEvent(GlobalLanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.events.GlobalLanguageServerConfigurationChangedEvent
- globalLanguageServerConfigurationUpdated(JoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- GlobalScopeProvider - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Workspace-scoped реестр глобальной области видимости: глобальные функции/процедуры, имена платформенных классов (доступные после
Новый), ключевые слова BSL. - GlobalScopeProvider(BslContextHolder, GlobalSymbolScope) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
- GlobalScopeProvider.KeywordDescription - Record Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Контекстно-зависимое описание keyword'а: основное описание
GlobalScopeProvider.KeywordDescription.primary()плюс набор описанийGlobalScopeProvider.KeywordDescription.byParent()по родительским конструкциям (ru-имя родителя → пара ru/en описаний). - GlobalScopeProvider.PlatformVariable - Record Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Описание платформенной глобальной переменной.
- GlobalScopeSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для идентификаторов, разрешающихся через global scope (
GlobalScopeProvider). - GlobalScopeSemanticTokensSupplier(GlobalScopeProvider, TypeRegistry, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.GlobalScopeSemanticTokensSupplier
- GlobalSymbolScope - Class in com.github._1c_syntax.bsl.languageserver.types.scope
-
Глобальная область видимости символов workspace'а.
- GlobalSymbolScope() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
- GlobalSymbolScope.Entry - Record Class in com.github._1c_syntax.bsl.languageserver.types.scope
-
Запись scope'а: символ + его роль.
- GlobalSymbolScope.Role - Enum Class in com.github._1c_syntax.bsl.languageserver.types.scope
-
Семантическая роль глобальной записи.
- GOLD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- GOLDENROD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- GOTO - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- GOTO_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- gotoCommand(String, URI, Position, List) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.NavigationCommandBuilder
-
Команда перехода к производителю(-ям): прыжок к единственной цели, поповер при нескольких.
- graph - Variable in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходимый граф потока управления.
- GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- GREATER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Больше (приоритет 4).
- GREATER_OR_EQUAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Больше или равно (приоритет 4).
- GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- GREEN_YELLOW - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
H
- handleBeforeWorkspaceRemoved(BeforeWorkspaceRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
-
Обработчик удаления workspace (перед удалением).
- handleBeforeWorkspaceRemoved(BeforeWorkspaceRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryFileSystemWatcher
- handleConfigurationChanged(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfoRefresher
-
Handles configuration change events by refreshing diagnostic info instances for the workspace whose configuration changed.
- handleConfigurationChangedEvent(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
-
Обработчик события
LanguageServerConfigurationChangedEvent. - handleContentChanged(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
- handleContentChanged(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
- handleContextPopulated(ServerContextPopulatedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
-
Полный сброс на перепопуляцию контекста: состав документов заменён целиком.
- handleContextRefresh(ServerContextPopulatedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.references.AnnotationReferenceFinder
- handleDataCleared(ServerContextDocumentClearedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
- handleDataCleared(ServerContextDocumentClearedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
- handleDocumentAdded(ServerContextDocumentAddedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
-
Учесть добавленный
.os-документ (новый файл workspace). - handleDocumentChange(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Обновить индекс при правке
.os-документа: вклад документа заменяется точечно; правка класса-определения аннотации сбрасывает индекс целиком. - handleDocumentClosed(ServerContextDocumentClosedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractComplexityInlayHintSupplier
-
Очищает состояние подсказок при закрытии документа.
- handleDocumentClosed(ServerContextDocumentClosedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
-
Обрабатывает событие закрытия документа в контексте сервера.
- handleDocumentClosed(ServerContextDocumentClosedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
- handleDocumentClosed(ServerContextDocumentClosedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
- handleDocumentContextChange(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.references.AnnotationReferenceFinder
- handleDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
-
Обрабатывает событие удаления документа из контекста сервера.
- handleDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.CallStatementByReceiverIndex
- handleDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
- handleDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Удалить вклад удалённого
.os-документа. - handleDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- handleEvent(GlobalLanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.cli.lsp.FileAwarePrintWriter
-
Обработчик события
GlobalLanguageServerConfigurationChangedEvent. - handleEvent(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.testrunner.TestRunnerAdapter
-
Обработчик события
LanguageServerConfigurationChangedEvent. - handleEvent(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CodeLensProvider
-
Обработчик события
LanguageServerConfigurationChangedEvent. - handleEvent(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.FormatProvider
- handleEvent(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.InlayHintProvider
-
Обработчик события
LanguageServerConfigurationChangedEvent. - handleEvent(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.aop.measures.DocumentContextLazyDataMeasurer
-
Обработчик события
DocumentContextContentChangedEvent. - handleEvent(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndexFiller
- handleEvent(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.SymbolTypeIndex
- handleEvent(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleMembersProvider
- handleEvent(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationModuleMembersProvider
- handleEvent(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationTypesProvider
- handleEvent(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndexFiller
-
Обрабатывает событие удаления документа из контекста сервера.
- handleEvent(ServerContextPopulatedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.AnalyzeProjectOnStart
- handleEvent(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
-
Обработчик события
LanguageServerInitializeRequestReceivedEvent. - handleEvent(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.ParentProcessWatcher
-
Обработчик события
LanguageServerInitializeRequestReceivedEvent. - handleGlobalConfigurationChanged(GlobalLanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
-
Обработчик события
GlobalLanguageServerConfigurationChangedEvent. - handleIndexed(OScriptLibraryIndexedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryFileSystemWatcher
-
После каждого reindex обновляем набор отслеживаемых директорий: добавляем новые, отменяем исчезнувшие.
- handleInitializeEvent() - Method in class com.github._1c_syntax.bsl.languageserver.providers.CompletionProvider
- handleInitializeEvent(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
-
Обработчик события
LanguageServerInitializeRequestReceivedEvent. - handleInitializeEvent(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
-
Обработчик события
LanguageServerInitializeRequestReceivedEvent. - handleLanguageServerConfigurationChange(LanguageServerConfigurationChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
-
Обработчик события
LanguageServerConfigurationChangedEvent. - HANDLER_ERROR_INDEX - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Индекс параметра с обработчиком ошибки.
- HANDLER_ERROR_MODULE_INDEX - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Индекс параметра с модулем обработчика ошибки.
- HANDLER_INDEX - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Индекс параметра с обработчиком.
- HANDLER_MODULE_INDEX - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Индекс параметра с модулем обработчика.
- handleServerContextDocumentRemovedEvent(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.references.AnnotationReferenceFinder
- handleWorkspaceAdded(WorkspaceAddedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
-
Обработчик добавления нового workspace.
- handleWorkspaceAdded(WorkspaceAddedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- HAS_ERROR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.WordStatus
-
Слово содержит орфографическую ошибку.
- hasAnyReadOnly() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.MemberMetadataIndex
- hasAnyReadOnlyMember() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
- hasDeletedPrefix(String) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.platform.PlatformMemberCalls
-
Имя следует 1С-конвенции «устарело» — начинается с одного из префиксов
PlatformMemberCalls.DELETED_PREFIXES(без учёта регистра, с хотя бы одним символом после префикса). - hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.AutoServerInfo
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.LabelVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConditionVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier.DebugTestCodeLensData
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier.RunTestCodeLensData
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.ParsedStrTemplateMethods
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexitySecondaryLocation
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotatedVariableSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage.DiagnosticAdditionalData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier.TerminalNodeInfo
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes.SdblTokenTypeAndModifiers
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.AnyType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ConfigurationType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PrimitiveType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UnknownType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.FactoryMethodBean
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer.InjectedBean
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Entry
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.ConstructorCallSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns a hash code value for this object.
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperationNode
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ErrorExpressionNode
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.MethodCallNode
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- hashCode() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.UnaryOperationNode
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.CommonModuleMethodOnGetter
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.ParsedAccessors
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Returns a hash code value for this object.
- hasLanguage(Language) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Есть ли у строки написание в указанной локали.
- hasNotAllDeclaredLanguages() - Method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Проверить, что не все объявленные языки присутствуют в строке.
- hasRole(Iterable, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
- hasVersionInfo() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
- helper - Variable in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
- HONEY_DEW - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- HOT_PINK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- hover(HoverParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- HoverProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для отображения всплывающих подсказок при наведении курсора.
- HoverProvider(ReferenceResolver, Map) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.HoverProvider
I
- IdenticalExpressionsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IdenticalExpressionsDiagnostic(FormatProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IdenticalExpressionsDiagnostic
- identifier(TerminalNode) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TerminalSymbolNode
- IDENTIFIER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Идентификатор (имя переменной, метода).
- identifiersEqual(TerminalSymbolNode, TerminalSymbolNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- IF - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- IF_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- IfConditionComplexityDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IfConditionComplexityDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IfConditionComplexityDiagnostic
- IfElseDuplicatedCodeBlockDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика повторяющихся блоков кода в синтаксической конструкции
Если…Тогда…ИначеЕсли…. - IfElseDuplicatedCodeBlockDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseDuplicatedCodeBlockDiagnostic
- IfElseDuplicatedConditionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика повторяющихся условий в синтаксической конструкции
Если…Тогда…ИначеЕсли…. - IfElseDuplicatedConditionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseDuplicatedConditionDiagnostic
- IfElseIfEndsWithElseDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IfElseIfEndsWithElseDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseIfEndsWithElseDiagnostic
- IfStatementDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для конструкций If/ElseIf/Else/EndIf.
- IfStatementDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.IfStatementDocumentHighlightSupplier
- implementation(ImplementationParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- ImplementationProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер запроса
textDocument/implementationдля интерфейсов OneScript библиотеки extends. - ImplementationProvider(TypeRelations) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.ImplementationProvider
- implementedInterfaceNames(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.OScriptExtends
-
Имена интерфейсов, которые класс объявляет реализуемыми через
&Реализует("...")на конструктореПриСозданииОбъекта(с учётом мета-аннотаций). - implementors(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Все реализаторы интерфейса: документы, разрешающиеся реализациями
interfaceDocumentс учётом двух измерений транзитивности из документации extends: иерархия интерфейсов — интерфейс может расширять другой интерфейс аннотацией&Расширяет, поэтому реализатор производного интерфейса является реализатором и всех его базовых; наследование классов — наследник (через&Расширяет) класса-реализатора сам является реализатором (случай абстрактного родителя). Поиск идёт «вниз» от интерфейса поTypeRelationIndexбез сканирования документов workspace: сначала замыкание производных интерфейсов, затем их прямые реализаторы и поддеревья наследников реализаторов. - IMPLEMENTS_ROLE - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.ExtendsAnnotations
-
Базовая роль аннотации реализации интерфейса
&Реализует("Интерфейс"). - implicit() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns the value of the
implicitrecord component. - IMPLICIT_PARENT_FIELD - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.ExtendsAnnotations
-
Имя поля, которое библиотека
extendsнеявно создаёт в собранном объекте-наследнике для хранения экземпляра родителя. - IN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- IN_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- incomingCalls(DocumentContext, CallHierarchyIncomingCallsParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CallHierarchyProvider
-
Получить входящие вызовы для элемента иерархии.
- IncorrectLineBreakDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IncorrectLineBreakDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectLineBreakDiagnostic
- IncorrectUseLikeInQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IncorrectUseLikeInQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectUseLikeInQueryDiagnostic
- IncorrectUseOfStrTemplateDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IncorrectUseOfStrTemplateDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectUseOfStrTemplateDiagnostic
- index(TypeRef, MemberDescriptor) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.MemberMetadataIndex
- INDEX_ACCESS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
- indexAccessDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
indexAccessDescriptionrecord component. - indexClass(DocumentContext, List, URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
- indexClass(DocumentContext, List, URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- indexClass(DocumentContext, List, URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- indexDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Учесть вклад
.os-документа в индекс (при точечной переиндексации прежний вклад уже снят черезAbstractOScriptLazyIndex.removeByUri(URI)). - indexDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
- indexDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- indexDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- indexDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
- indexModuleType(URI, TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Связать URI документа-модуля с его типом-значением.
- INDIAN_RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- INDIGO - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- infer(BslExpression, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionTypeInferencer
-
Вывести типы выражения в контексте документа.
- inferInjectedType(List, String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer
-
Вывести тип внедряемой зависимости по аннотациям объявления.
- InferredVariableTypeIndex - Class in com.github._1c_syntax.bsl.languageserver.types.index
-
Кэш выведенных типов переменных, разрезанный по URI документа.
- InferredVariableTypeIndex() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
- inferSymbol(SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.ExpressionTypeInferencer
-
Вывести типы символа (метод, переменная, параметр).
- info - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
-
Метаинформация о диагностике.
- info - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- info - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
-
Метаинформация о диагностике.
- info - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- info - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- info - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- INFO - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Информационное сообщение
- INFO - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
- inheritedMembers(DocumentContext, TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Экспортируемые члены родительского класса (транзитивно — через его собственный унаследованный источник членов).
- init() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
- init() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CognitiveComplexityComputer
- init() - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.CyclomaticComplexityComputer
- init() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseDuplicatedCodeBlockDiagnostic
- init() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseDuplicatedConditionDiagnostic
- init() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfos
- init() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.InvalidCharacterInFileDiagnostic
- init() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedConstructorsInStructureDeclarationDiagnostic
- init() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- init() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryFileSystemWatcher
- initialize(InitializeParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- INITIALIZE_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- initializeConfiguration(JoinPoint, Collection) - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- initialized(InitializedParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- injectedBean(List, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer
-
Внедряемый желудь точки с аннотацией
&Пластилин— для навигации к производителю. - InjectedBean(String, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer.InjectedBean
-
Creates an instance of a
InjectedBeanrecord class. - INJECTION - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Точка внедрения зависимости.
- InjectionPoint(URI, Range, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Creates an instance of a
InjectionPointrecord class. - InjectionPointCodeLensData(URI, String, String, boolean, boolean) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
-
Конструктор данных линзы точки внедрения.
- InjectionPointCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Прямая линза навигации по внедрению зависимостей фреймворка «ОСень»: над точкой внедрения (
&Пластилинна поле модуля или параметре конструктора) показывает, какой желудь сюда внедряется, и ведёт к объявлению его производителя — конструктору класса-компонента (&Желудь/&Дуб) или фабричному методу (&Завязь). - InjectionPointCodeLensSupplier(Resources, AutumnComponentInferencer, AutumnNavigation, NavigationCommandBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier
- InjectionPointCodeLensSupplier.InjectionPointCodeLensData - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
DTO линзы точки внедрения: добавляет к базовым данным имя внедряемого желудя.
- INLAY_HINT_SUPPLIER - Static variable in interface com.github._1c_syntax.bsl.languageserver.inlayhints.InlayHintSupplier
- inlayHint(InlayHintParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- InlayHintOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.inlayhints
-
Корневой класс для настройки
InlayHintProvider - InlayHintOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
- InlayHintOptions(Map) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
-
Creates a new
InlayHintOptionsinstance. - InlayHintProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер, обрабатывающий запросы
textDocument/inlayHintиinlayHint/resolve. - InlayHintProvider(Collection, ClientCapabilitiesHolder, LanguageClientHolder, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.InlayHintProvider
- InlayHintsConfiguration - Class in com.github._1c_syntax.bsl.languageserver.inlayhints.infrastructure
-
Spring-конфигурация для определения бинов пакета
com.github._1c_syntax.bsl.languageserver.inlayhints. - InlayHintsConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.infrastructure.InlayHintsConfiguration
- InlayHintSupplier - Interface in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Базовый интерфейс для наполнения
InlayHintProviderданными о доступных в документе inlay hints. - InlineTypeCommentParser - Class in com.github._1c_syntax.bsl.languageserver.types.inferencer
-
Парсер inline-типизирующих комментариев вида
- insideContext(BSLParser.ExpressionContext, Class) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
-
Универсальный метод для проверки контекста.
- insideReturnStatement(BSLParser.ExpressionContext) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
-
Проверяет, находится ли выражение в return statement.
- insideSimpleAssignment(BSLParser.ExpressionContext) - Static method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
-
Проверяет, находится ли выражение в простом присваивании.
- insideStructureOrCorrespondence(BSLParser.ExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMagicValueDiagnostic
-
Проверяет, находится ли выражение внутри структуры или соответствия.
- INSTANCE - Static variable in class com.github._1c_syntax.bsl.languageserver.infrastructure.LanguageClientAwareAppender
-
Singletone-like хранилище проинициализированного инфраструктурой Logback аппендера для последующего возврата его через
LogbackConfiguration.languageClientAwareAppender(). - INSTANCE - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.AnyType
- INSTANCE - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.UnknownType
- IntBasedVariableSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Реализация символа переменной, хранящая позицию в виде int.
- IntBasedVariableSymbol(String, SourceDefinedSymbol, DocumentContext, Optional, byte, boolean, Optional, int, int, int, int, int, int, int) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- INTERFACE_ROLE - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.ExtendsAnnotations
-
Базовая роль аннотации-маркера интерфейса
&Интерфейс(ставится на конструктор класса-интерфейса). - intern() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
- intern(TypeKind, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Интернировать ссылку на тип.
- INTERNAL_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- InternetAccessDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- InternetAccessDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.InternetAccessDiagnostic
- invalidate() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Полный сброс индекса — перестроится лениво при следующем обращении.
- invalidateMembersCache(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Сбросить memo
TypeRegistry.getMembers(TypeRef). - invalidateOnContextPopulated() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Сброс кэша развёрнутых ролей.
- invalidateOnDocumentChange(DocumentContextContentChangedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
- invalidateOnDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Удаление документа: вклад в
AnnotationRepositoryуже снят, поэтому сбрасываем кэш на удаление любого.os(определением аннотации он мог быть, а интроспектировать удалённый документ уже нельзя). - InvalidCharacterInFileDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- InvalidCharacterInFileDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.InvalidCharacterInFileDiagnostic
- invokeAll(Collection) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- invokeAll(Collection, long, TimeUnit) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- invokeAny(Collection) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- invokeAny(Collection, long, TimeUnit) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- isActivatedByDefault() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- isAddDocumentCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода addDocument.
- isAddWorkspaceCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода addWorkspace.
- isAnalyzeOnStart() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- isAnnotationDefinition(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Является ли
.os-документ классом-определением пользовательской аннотации: помечен ли его конструкторПриСозданииОбъектамаркером&Аннотация. - isApplicable(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractRunTestsCodeLensSupplier
-
Возвращает необходимость применения сапплаера на конкретном документе.
- isApplicable(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier
- isApplicable(DocumentContext) - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensSupplier
-
Возвращает необходимость применения сапплаера на конкретном документе.
- isApplicable(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier
- isAsync() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Объявлен ли метод с ключевым словом
Асинх(Async). - isAsync() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
-
Объявлен ли метод с ключевым словом
Асинх(Async). - isBSLDiagnostic() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к реализации интерфейса
BSLDiagnostic. - isBSLLanguageServerScope() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к одному из классов продукта.
- isBuilt() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Построен ли индекс.
- isByValue() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
-
Передача параметра по значению.
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- isClient(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- isClientServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- isCloseDocumentCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода closeDocument.
- isCollection() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
-
Признак внедрения прилепляемой коллекции (цели — все подходящие желуди, без приоритета).
- isCommonModuleExpression(BSLParser.ExpressionContext, ModuleReference.ParsedAccessors) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference
-
Проверить, является ли expression вызовом получения ссылки на общий модуль.
- isComputedDataFrozen() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- isConnected() - Method in class com.github._1c_syntax.bsl.languageserver.LanguageClientHolder
-
LanguageClient подключен.
- isConstructor() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
-
Признак, что производитель — конструктор класса (линза компонентного желудя).
- isConstructor() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns the value of the
isConstructorrecord component. - isCorrespondenceType(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить, является ли узел типом "Соответствие".
- isDeprecated() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Помечен ли метод как устаревший (через doc-комментарии).
- isDeprecated() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- isDeprecated() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParserSymbolDescriptionAdapter
- isDeprecated() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Symbol
- isDeprecated() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
- isDocumentContext() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к классу
DocumentContext. - isDocumentOpened(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Проверяет, открыт ли документ в редакторе.
- isEmpty() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
- isEmpty() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
- isEmpty() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
- isEmpty() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- isEmpty() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
- isEmpty(Range) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Ranges
-
Проверяет переданную область на пустоту
- isEnabled() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
-
Разрешить загрузку платформенного контекста из синтакс-помощника установленной 1С.
- isEnum() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
isEnumrecord component. - isExcluded(Path, List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils
-
Разовая проверка, попадает ли путь под исключения.
- isExport() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Объявлен ли метод с ключевым словом
Экспорт. - isExport() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Признак экспортной переменной.
- isExport() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.Exportable
- isExport() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- isFixedStructureType(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить, является ли узел типом "ФиксированнаяСтруктура".
- isFTPConnectionType(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить, является ли узел типом "FTPСоединение".
- isFunction() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
trueдля функции (сВозврат),falseдля процедуры. - isFunction() - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.MethodSymbol
- isGetDiagnosticsCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода getDiagnostics.
- isGetTestsByTestRunner() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Флаг, указывающий на необходимость получения списка тестов через исполняемый файл тестового фреймворка.
- isGlobalLanguageServerConfiguration() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к классу
GlobalLanguageServerConfiguration. - isInitializeCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода initialize.
- IsInRoleMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- IsInRoleMethodDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.IsInRoleMethodDiagnostic
- isInterface(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.OScriptExtends
-
Является ли
.os-документ интерфейсом — несёт ли его конструкторПриСозданииОбъектааннотацию-маркер&Интерфейс(с учётом мета-аннотаций). - isInterface(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Является ли документ интерфейсом (
&Интерфейсна конструкторе). - isInternetMailProfileType(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить, является ли узел типом "ИнтернетПочтовыйПрофиль".
- isLanguageServer() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к реализации
LanguageServer. - isLanguageServerConfiguration() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к классу
LanguageServerConfiguration. - isLibraryClass(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
-
Зарегистрирован ли документ как library-класс (
<class>вlib.configили convention-каталогКлассы). - isNotifyDescription(BSLParser.NewExpressionContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Проверить, является ли выражение созданием ОписаниеОповещения.
- isNStrCall(BSLParser.GlobalMethodCallContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Проверить, является ли вызов метода вызовом НСтр/NStr.
- isOnBranch() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- isOptional() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
- isOrdinaryAppSupport() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- isOscriptClassConstructorName(String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Methods
-
Регистронезависимая проверка: является ли это имя методом-конструктором OneScript-класса (
ПриСозданииОбъекта/OnObjectCreate). - isOScriptLibraryIndex() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к классу
OScriptLibraryIndex. - isParameter() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
-
Признак точки внедрения на параметре конструктора (в заголовок линзы включается имя желудя — линзы параметров рендерятся стопкой над строкой конструктора).
- isParentHolder(VariableSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.OScriptExtends
-
Является ли переменная держателем экземпляра родителя: либо помечена
&Родитель(явный держатель с произвольным именем), либо это неявное полеExtendsAnnotations.IMPLICIT_PARENT_FIELD. - isParentTemplate() - Method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Проверить, используется ли строка в родительском шаблоне.
- isPopulateContextCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода populateContext.
- isPublicMethodCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов публичного метода.
- isReadOnly(TypeRef, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.MemberMetadataIndex
- isReadOnlyMember(TypeRef, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
- isReadOnlyMemberName(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Дешёвая проверка имени присваиваемого свойства: входит ли оно в число имён, у которых ХОТЯ БЫ НА ОДНОМ платформенном типе режим доступа =
AccessMode.READ. - isReadOnlyName(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.MemberMetadataIndex
- isRebuildCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода rebuild.
- isRegistered(URI) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Проверить, зарегистрирован ли workspace.
- isReindexCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода reindex.
- isRemoveDocumentCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода removeDocument.
- isRemoveWorkspaceCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода removeWorkspace.
- isResetCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода reset.
- isRole(String, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Является ли аннотация
annotationNameбазовой рольюbaseRoleнапрямую или через цепочку мета-аннотаций. - isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- isServer(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- isServerCall(CommonModule) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- isServerContext() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к классу
ServerContext. - isServerContextProvider() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к классу
ServerContextProvider. - isShowDiagnosticDescription() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- isShowImplicitLibraryEntriesInCompletion() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
-
Если
true, в no-dot completion (включая список послеНовый) предлагаются также неявные записи библиотек — необъявленные вlib.config.os-файлы, лежащие внутри каталога обнаруженной библиотеки. - isShutdown() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- isSourceDefinedSymbolReference() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
- isStaticallyTyped() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
- isStaticModule(DocumentContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Modules
-
Объявляет ли модуль «статические» (модуль-уровень) методы: CommonModule / ManagerModule / OScriptModule.
- isStrTemplateCall(BSLParser.GlobalMethodCallContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Проверить, является ли вызов метода вызовом СтрШаблон/StrTemplate.
- isStructureType(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить, является ли узел типом "Структура".
- isSupported(Symbol) - Static method in class com.github._1c_syntax.bsl.languageserver.providers.DocumentSymbolProvider
- isTerminated() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- isTextDocumentService() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к реализации
TextDocumentService. - isThisObject(BSLParser.ComplexIdentifierContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Modules
-
Проверить, является ли идентификатор ссылкой на "ЭтотОбъект" (ThisObject).
- isTryClearDocumentCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода tryClearDocument.
- isUnknownGlobalAt(DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Голый вызов
Имя(...), который не резолвится ни в глобальную функцию/ свойство/перечисление платформы или конфигурации, ни в source-defined символ (метод/переменная текущего модуля). - isUpdateCall() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это вызов метода update.
- isUseDevSite() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- isUseEnvLibLocation() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
-
Если
true, в дополнение кOScriptOptions.libRootsучитываются пути из переменной окруженияOSCRIPT_LIB_LOCATION(по умолчанию выключено, чтобы избежать неожиданного подхвата либ на CI). - isUseKeywordsFormatting() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Использовать форматирование ключевых слов.
- isUseOnTypeFormatting() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Включить форматирование по нажатию символа-триггера (textDocument/onTypeFormatting).
- isUseUpperCaseForOrNotAndKeywords() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Использовать верхний регистр для ключевых слов И/ИЛИ/НЕ.
- isVersionedMemberName(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Дешёвый pre-filter: входит ли
nameв число имён, у которых хотя бы на одном типе задана версия появления/устаревания. - isVersionedName(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.MemberMetadataIndex
- isWorkspaceService() - Method in class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
-
Это обращение к реализации
WorkspaceService. - isWSDefinitionsType(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.DiagnosticHelper
-
Проверить, является ли узел типом "WSОпределения".
- IVORY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
J
- JLanguageToolPool - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.typo
- JLanguageToolPool(Language) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.JLanguageToolPool
- JoinWithSubQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- JoinWithSubQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.JoinWithSubQueryDiagnostic
- JoinWithVirtualTableDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- JoinWithVirtualTableDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.JoinWithVirtualTableDiagnostic
- JsonMapperConfiguration - Class in com.github._1c_syntax.bsl.languageserver.databind
-
Конфигурация JsonMapper для сериализации/десериализации.
- JsonMapperConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.databind.JsonMapperConfiguration
- JsonReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
- JsonReporter() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.JsonReporter
- JUnitReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
- JUnitReporter() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.JUnitReporter
K
- key() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceNameThreadLocalAccessor
- key() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceThreadLocalAccessor
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReporter
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.ConsoleReporter
- key() - Method in interface com.github._1c_syntax.bsl.languageserver.reporters.DiagnosticReporter
-
Получить ключ (идентификатор) репортера.
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.GenericIssueReporter
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.JsonReporter
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.JUnitReporter
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.SarifReporter
- key() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.TSLintReporter
- KeywordDescription(BilingualString, Map) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
-
Creates an instance of a
KeywordDescriptionrecord class. - KeywordReferenceFinder - Class in com.github._1c_syntax.bsl.languageserver.references
-
Поиск ссылок на BSL-keyword'ы (
Если,Истина,Цикл…). - KeywordReferenceFinder(ServerContextProvider, GlobalScopeProvider, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.KeywordReferenceFinder
- Keywords - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Класс-справочник ключевых слов языка BSL.
- KeywordsDetector - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Детектор ключевых слов в строке.
- KeywordsDetector(double, String...) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.KeywordsDetector
-
Создать детектор ключевых слов.
- KeywordSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Synthetic-символ BSL-keyword'а (
Если,Истина,Цикл…). - KeywordSymbol(String, String, Range) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
-
Creates a new
KeywordSymbolinstance. - KeywordSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель hover-контента для BSL-keyword'а (
Если,Истина,Цикл…). - KeywordSymbolMarkupContentBuilder(Resources) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.KeywordSymbolMarkupContentBuilder
- KHAKI - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- kind() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
kindrecord component. - kind() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Returns the value of the
kindrecord component. - kind() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns the value of the
kindrecord component. - kind() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
kindrecord component. - kind(AnnotationKind) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation.AnnotationBuilder
- kind(VariableKind) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Тип переменной.
L
- LABEL - Static variable in class com.github._1c_syntax.bsl.languageserver.providers.DocumentSymbolProvider
-
Идентификатор источника символов документа.
- LabelVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- LabelVertex(String) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.LabelVertex
- LambdaStringTokenizer - Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Собирает семантические подтокены для лямбда-выражений внутри строковых литералов.
- LambdaStringTokenizer(ServerContext, SemanticTokensLegend, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.LambdaStringTokenizer
- Language - Enum Class in com.github._1c_syntax.bsl.languageserver.configuration
-
Язык для сообщений, ресурсов и прочих взаимодействий между BSL Language Server и пользователем.
- languageClientAwareAppender() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.LogbackConfiguration
- LanguageClientAwareAppender - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Расширение штатного
ConsoleAppender, выводящего сообщения вLanguageClient, если он подключен, или в штатные потоки вывода в обратном случае. - LanguageClientAwareAppender() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.LanguageClientAwareAppender
-
Конструктор по умолчанию.
- LanguageClientHolder - Class in com.github._1c_syntax.bsl.languageserver
-
Null-safe bridge для получения возможно подключенного LanguageClient в виде зависимости.
- LanguageClientHolder() - Constructor for class com.github._1c_syntax.bsl.languageserver.LanguageClientHolder
- LanguageFootprint - Interface in com.github._1c_syntax.bsl.languageserver.recognizer
-
Интерфейс отпечатка языка для распознавания кода.
- LanguageScope - Enum Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Языковой скоуп символа/типа: к какому из двух BSL-диалектов он принадлежит.
- LanguageServerConfiguration - Class in com.github._1c_syntax.bsl.languageserver.configuration
-
Per-workspace конфигурация BSL Language Server.
- LanguageServerConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- LanguageServerConfiguration(Language, DiagnosticsOptions, CodeLensOptions, DocumentLinkOptions, InlayHintOptions, CapabilitiesOptions, FormattingOptions, ReferencesOptions, SemanticTokensOptions, OScriptOptions, V8PlatformOptions, String, boolean, Path, List, File, String, String, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Creates a new
LanguageServerConfigurationinstance. - LanguageServerConfigurationChangedEvent - Class in com.github._1c_syntax.bsl.languageserver.configuration.events
-
Описание события изменения конфигурации.
- LanguageServerConfigurationChangedEvent(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.events.LanguageServerConfigurationChangedEvent
- LanguageServerConfigurationFactory - Class in com.github._1c_syntax.bsl.languageserver.configuration
-
Фабрика для создания per-workspace конфигураций.
- LanguageServerConfigurationFactory(ObjectProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfigurationFactory
- languageServerConfigurationUpdated(JoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- languageServerInitialize(JoinPoint, InitializeParams) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- LanguageServerInitializeRequestReceivedEvent - Class in com.github._1c_syntax.bsl.languageserver.events
-
Описание события получения языковым сервером запроса initialize.
- LanguageServerInitializeRequestReceivedEvent(LanguageServer, InitializeParams) - Constructor for class com.github._1c_syntax.bsl.languageserver.events.LanguageServerInitializeRequestReceivedEvent
- LanguageServerLauncherConfiguration - Class in com.github._1c_syntax.bsl.languageserver.cli.lsp
-
Конфигурация для создания объектов из lsp4j-слоя.
- LanguageServerLauncherConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.lsp.LanguageServerLauncherConfiguration
- LanguageServerStartCommand - Class in com.github._1c_syntax.bsl.languageserver.cli
-
Запускает приложение в режиме Language Server Ключ команды: без ключа Параметры: -c, (--configuration) <arg> - Путь к конфигурационному файлу BSL Language Server (.bsl-language-server.json).
- LanguageServerStartCommand(GlobalLanguageServerConfiguration, Launcher, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.LanguageServerStartCommand
- LatinAndCyrillicSymbolInWordDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- LatinAndCyrillicSymbolInWordDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.LatinAndCyrillicSymbolInWordDiagnostic
- launcher(LanguageServer, FileAwarePrintWriter) - Method in class com.github._1c_syntax.bsl.languageserver.cli.lsp.LanguageServerLauncherConfiguration
- LAVENDER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LAVENDER_BLUSH - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LAWN_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LEMON_CHIFFON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- length() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns the value of the
lengthrecord component. - length() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Returns the value of the
lengthrecord component. - length() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Returns the value of the
lengthrecord component. - length() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Returns the value of the
lengthrecord component. - LESS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Меньше (приоритет 4).
- LESS_OR_EQUAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Меньше или равно (приоритет 4).
- LexicalSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для лексических элементов: чисел, операторов и ключевых слов.
- LexicalSemanticTokensSupplier(SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.LexicalSemanticTokensSupplier
- LIB_CONFIG_FILENAME - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
Имя файла-манифеста.
- LibConfig(List, List) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibConfig
-
Creates an instance of a
LibConfigrecord class. - LibConfigDiscovery - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Поиск манифестов
lib.configOneScript-библиотек. - LibConfigDiscovery(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
- LibConfigParser - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Парсер
lib.configOneScript-библиотек. - LibConfigParser() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser
- LibConfigParser.LibConfig - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Запись манифеста.
- LibConfigParser.LibEntry - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Одна запись манифеста —
<module>или<class>. - LibEntry(String, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibEntry
-
Creates an instance of a
LibEntryrecord class. - libOrigin() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns the value of the
libOriginrecord component. - LIBRARY_MODULE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Глобальный модуль OneScript-библиотеки (запись
<module>изlib.configили convention-based discovery). - LibraryEntry(URI, String, OScriptLibraryIndex.EntryKind, String, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Creates an instance of a
LibraryEntryrecord class. - libraryIndex - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
- libraryIndex - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- libraryIndex - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- LIGHT_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_CORAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_CYAN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_GOLDEN_ROD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_GOLDEN_ROD_YELLOW - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_PINK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_SALMON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_SEA_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_SKY_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_SLATE_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_SLATE_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_STEEL_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIGHT_YELLOW - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIME - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- LIME_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- line() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns the value of the
linerecord component. - line() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Returns the value of the
linerecord component. - LINEAR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.CodeFlowType
- LineLengthDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- LineLengthDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.LineLengthDiagnostic
- LINEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- Lines() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Lines
- Lines(int) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Lines
-
Creates a new
Linesinstance. - listBslFiles(Path, List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.BSLFiles
-
Возвращает все BSL/OS файлы внутри
srcDir, не попадающие подexcludePaths. - literal(BSLParser.ConstValueContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TerminalSymbolNode
- literal(TerminalNode) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TerminalSymbolNode
- LITERAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Литерал (число, строка, дата и т.д.).
- literalsEqual(TerminalSymbolNode, TerminalSymbolNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- LOCAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Локальная переменная.
- localFields() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Returns the value of the
localFieldsrecord component. - LOCALIZE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- localMethods() - Method in record class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.ParsedStrTemplateMethods
-
Returns the value of the
localMethodsrecord component. - localMethods() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.ParsedAccessors
-
Returns the value of the
localMethodsrecord component. - location() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Returns the value of the
locationrecord component. - location(Location) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence.SymbolOccurrenceBuilder
- Location - Record Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Месторасположение появления символа.
- Location() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Location
- Location(String, CodeQualityReportEntry.Lines) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Location
-
Creates a new
Locationinstance. - Location(URI, int, int, int, int) - Constructor for record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Creates an instance of a
Locationrecord class. - Location(URI, Range) - Constructor for record class com.github._1c_syntax.bsl.languageserver.references.model.Location
- LocationRepository - Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Хранилище расположений обращений к символам.
- LocationRepository() - Constructor for class com.github._1c_syntax.bsl.languageserver.references.model.LocationRepository
- LOCKINOS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- LogbackConfiguration - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Spring-конфигурация для настройки logback.
- LogbackConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.LogbackConfiguration
- logicalOperationsAsTransitive(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TransitiveOperationsIgnoringComparer
- LogicalOrInJoinQuerySectionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- LogicalOrInJoinQuerySectionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.LogicalOrInJoinQuerySectionDiagnostic
- LogicalOrInTheWhereSectionOfQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- LogicalOrInTheWhereSectionOfQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.LogicalOrInTheWhereSectionOfQueryDiagnostic
- logThrowingBSLDiagnosticGetDiagnostics(Throwable) - Method in class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- logThrowingLSPCall(Throwable) - Method in class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- lookup(Object) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
- LOOP_ITERATION - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
- LoopStatementDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для циклов (For/While/Do/EndDo).
- LoopStatementDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.LoopStatementDocumentHighlightSupplier
- LoopVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- LoopVertex() - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.LoopVertex
- lspSeverity() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
LSP-уровень серьезности диагностики.
- LSPWebSocketEndpoint - Class in com.github._1c_syntax.bsl.languageserver.websocket
-
Конечная точка для подключения к Language Server через websocket.
- LSPWebSocketEndpoint(LanguageServer, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.websocket.LSPWebSocketEndpoint
M
- MAGENTA - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MagicDateDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MagicDateDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicDateDiagnostic
- MagicNumberDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MagicNumberDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicNumberDiagnostic
- main(String[]) - Static method in class com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
- MAJOR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Существенная проблема
- MAJOR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
- MANAGED_THICK_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- MarkupContentBuilder - Interface in com.github._1c_syntax.bsl.languageserver.hover
-
Интерфейс построителя контента для всплывающего окна по ссылке под курсором.
- MarkupContentBuilderConfiguration - Class in com.github._1c_syntax.bsl.languageserver.hover
- MarkupContentBuilderConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.MarkupContentBuilderConfiguration
- markupContentBuilders(Collection) - Method in class com.github._1c_syntax.bsl.languageserver.hover.MarkupContentBuilderConfiguration
-
Строит карту построителей контента для всплывающего окна, ключ — класс конкретного символа.
- markWordAsError(String, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.CheckedWordsHolder
-
Помечает слово как содержащее ошибку в кэше.
- markWordAsNoError(String, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.CheckedWordsHolder
-
Помечает слово как не содержащее ошибку в кэше.
- MAROON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- matchAt(TerminalNode, DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.DereferenceMemberMatcher
-
Подобрать члены, к которым обращается выражение
ресивер.членв позиции курсора. - matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- matchCheck(Matcher) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- matches(FileType) - Method in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
-
Виден ли символ с данным скоупом в файле с данным типом.
- matches(String) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Case-insensitive сравнение с
candidateпо обеим локалям. - matches(String) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Сравнивает имя члена с
candidateбез учёта регистра по обоим локализованным написаниям. - matches(String) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Сравнивает имя параметра с
candidateбез учёта регистра — по обоим написаниям изParameterDescriptor.bilingualName. - MatchPosition(int, int, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Creates an instance of a
MatchPositionrecord class. - MAX_COLOR_COMPONENT_VALUE - Static variable in class com.github._1c_syntax.bsl.languageserver.color.BSLColor
-
Максимальное значение компонента цвета (диапазон [0...255]).
- MAX_YEAR_BY_1C - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicDateDiagnostic
- mdoRef() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns the value of the
mdoRefrecord component. - mdoRef(String) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- MdoRefBuilder - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для построения ссылок на объекты метаданных (MDO).
- measureBSLDiagnostic(ProceedingJoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- MeasureCollector - Class in com.github._1c_syntax.bsl.languageserver.aop.measures
-
Сборщик и агрегатор замеров производительности операций.
- MeasureCollector() - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.measures.MeasureCollector
- measureComputers(ProceedingJoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- measureComputeSymbolTree(ProceedingJoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- measureGetTokens(JoinPoint) - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- measureIt(ThrowingSupplier, String) - Method in class com.github._1c_syntax.bsl.languageserver.aop.measures.MeasureCollector
-
Выполнить операцию замера.
- measuresAspect() - Method in class com.github._1c_syntax.bsl.languageserver.aop.AspectJConfiguration
- MeasuresAspect - Class in com.github._1c_syntax.bsl.languageserver.aop
-
Аспект для сбора метрик производительности.
- MeasuresAspect() - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- MEDIUM_AQUA_MARINE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_ORCHID - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_PURPLE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_SEA_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_SLATE_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_SPRING_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_TURQUOISE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MEDIUM_VIOLET_RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- meetsCondition(String) - Method in class com.github._1c_syntax.bsl.languageserver.recognizer.CodeRecognizer
-
Проверить, соответствует ли строка условию распознавания как код BSL.
- memberAt(DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Найти член типа в позиции курсора (для hover/go-to-member по выражениям без source-defined символа: цепочки accessor'ов, платформенные типы, library-модули).
- MemberDescriptor - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Член типа (метод или свойство).
- MemberDescriptor(BilingualString, MemberKind, BilingualString, TypeSet, List, Symbol, boolean, PlatformMetadata) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Compat-конструктор без
async(async = false). - MemberDescriptor(BilingualString, MemberKind, BilingualString, TypeSet, List, Symbol, boolean, PlatformMetadata, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Creates an instance of a
MemberDescriptorrecord class. - MemberDescriptor(String, MemberKind, String, TypeSet, List, Symbol, boolean, PlatformMetadata) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Compat-конструктор: одноязычные
name/description. - MemberDescriptor(String, MemberKind, String, TypeSet, List, Symbol, boolean, PlatformMetadata, BilingualString) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Compat-конструктор: одноязычное описание + двуязычное имя.
- MemberKind - Enum Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Категория члена типа: метод (функция/процедура) либо свойство (поле, реквизит).
- MemberMetadataIndex - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Индекс метаданных членов для дешёвых pre-filter'ов диагностик: read-only свойства (тип → имена и плоский набор имён) и версионные члены (
sinceVersion/deprecatedSinceVersion). - MemberMetadataIndex() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.MemberMetadataIndex
- members() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
membersrecord component. - membersAt(DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
То же, что
TypeService.memberAt(DocumentContext, Position), но возвращает все члены-кандидаты, когда тип ресивера выведен как union из нескольких типов (например, переменная присваивается значениями разных типов в разных ветках). - MemberSource - Interface in com.github._1c_syntax.bsl.languageserver.types.model
-
Источник членов типа.
- merge(LanguageScope) - Method in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
-
Слияние двух скоупов: если они различаются — результат
LanguageScope.BOTH. - message() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexitySecondaryLocation
-
Returns the value of the
messagerecord component. - metaAnnotationResolver - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Резолвер мета-аннотаций (проверка классов-определений аннотаций).
- metadata() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
metadatarecord component. - MetadataCollectionSpecializer - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Специализирует платформенные generic-коллекции метаданных (
КоллекцияОбъектовМетаданных,ОписанияСтандартныхРеквизитов) под конкретные element-types и владельцев изmdclasses, чтобы инференс цепочекМетаданные.Документы.Покупатели.Реквизиты.Контрагент,.ТабличныеЧасти.Товары.Реквизиты.Цена,.СтандартныеРеквизиты.Ссылкаи т.п. - MetadataCollectionSpecializer(TypeRegistry, BslContextHolder, ServerContextProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.MetadataCollectionSpecializer
- MetadataObjectNameLengthDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- method(String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- method(String, String, List) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- method(String, List) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- METHOD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.MemberKind
- MethodCallNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел вызова метода в дереве выражений.
- MethodCallSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для вызовов методов.
- MethodCallSemanticTokensSupplier(ReferenceIndex, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.MethodCallSemanticTokensSupplier
- methodCallsEqual(MethodCallNode, MethodCallNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- methodNameToken() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.CommonModuleMethodOnGetter
-
Returns the value of the
methodNameTokenrecord component. - Methods - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы с методами в контексте AST.
- methodsComplexity() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns the value of the
methodsComplexityrecord component. - methodsComplexitySecondaryLocations() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns the value of the
methodsComplexitySecondaryLocationsrecord component. - MethodSizeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MethodSizeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MethodSizeDiagnostic
- MethodSymbol - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символ метода или функции.
- MethodSymbolComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель символов методов и функций.
- MethodSymbolComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.MethodSymbolComputer
- MethodSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель контента для всплывающего окна для
MethodSymbol. - MethodSymbolMarkupContentBuilder(DescriptionFormatter) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.MethodSymbolMarkupContentBuilder
- MetricStorage - Class in com.github._1c_syntax.bsl.languageserver.context
-
Хранилище метрик кода для документа.
- MetricStorage() - Constructor for class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
- MetricStorage(int, int, int, int, int, int, int[], int[], int, int) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Deprecated.Используется для обратной совместимости
- MIDNIGHT_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MINOR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Незначительная проблема
- MINOR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
- MINT_CREAM - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- minutesToFix() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Время, необходимое для исправления замечания
- MissedRequiredParameterDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissedRequiredParameterDiagnostic(ReferenceIndex, ReferenceResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissedRequiredParameterDiagnostic
- MISSING - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.WordStatus
-
Слово ещё не проверено.
- MissingCodeTryCatchExDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingCodeTryCatchExDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingCodeTryCatchExDiagnostic
- MissingCommonModuleMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingCommonModuleMethodDiagnostic(LocationRepository) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingCommonModuleMethodDiagnostic
- MissingEventSubscriptionHandlerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingEventSubscriptionHandlerDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingEventSubscriptionHandlerDiagnostic
- MissingParameterDescriptionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingParameterDescriptionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingParameterDescriptionDiagnostic
- MissingReturnedValueDescriptionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingReturnedValueDescriptionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingReturnedValueDescriptionDiagnostic
- MissingSpaceDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingSpaceDiagnostic(StringInterner) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingSpaceDiagnostic
- MissingTemporaryFileDeletionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingTemporaryFileDeletionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTemporaryFileDeletionDiagnostic
- MissingTempStorageDeletionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingTempStorageDeletionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- MissingVariablesDescriptionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MissingVariablesDescriptionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingVariablesDescriptionDiagnostic
- MISTY_ROSE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- MOBILE_APP_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- MOBILE_APP_CLIENT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- MOBILE_APP_CLIENT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- MOBILE_APP_SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- MOBILE_APP_SERVER - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- MOBILE_APP_SERVER_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- MOBILE_APPLICATION_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Мобильное приложение, клиент.
- MOBILE_APPLICATION_SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Мобильное приложение, сервер.
- MOBILE_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- MOBILE_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Мобильный клиент.
- MOBILE_CLIENT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- MOBILE_CLIENT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- MOBILE_STANDALONE_SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Мобильный автономный сервер.
- MOCCASIN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- Mode - Enum Class in com.github._1c_syntax.bsl.languageserver.configuration.diagnostics
-
Режим для учета настроек правил.
- modifiers() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns the value of the
modifiersrecord component. - modifiers() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Returns the value of the
modifiersrecord component. - modifiers() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes.SdblTokenTypeAndModifiers
-
Returns the value of the
modifiersrecord component. - MODULE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Переменная уровня модуля.
- MODULE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.EntryKind
- MODULE_DIRS - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Имена convention-каталогов для модулей.
- moduleDirNames() - Static method in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Возвращает имена каталогов для модулей (для тестов/документации).
- moduleFiles() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Returns the value of the
moduleFilesrecord component. - moduleMethodPairs() - Method in record class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.ParsedStrTemplateMethods
-
Returns the value of the
moduleMethodPairsrecord component. - moduleMethodPairs() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.ParsedAccessors
-
Returns the value of the
moduleMethodPairsrecord component. - moduleName() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.CommonModuleMethodOnGetter
-
Returns the value of the
moduleNamerecord component. - ModuleReference - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы со ссылками на общие модули.
- ModuleReference.CommonModuleMethodOnGetter - Record Class in com.github._1c_syntax.bsl.languageserver.utils
-
Описание вызова метода у общего модуля, полученного через getter (например,
ОбщегоНазначения.ОбщийМодуль("Имя").Метод(...)илиОбщийМодуль("Имя").Метод(...)). - ModuleReference.ParsedAccessors - Record Class in com.github._1c_syntax.bsl.languageserver.utils
-
Предварительно разобранные паттерны доступа к общим модулям.
- modules() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Типы модулей, анализируемых диагностикой
- modules() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibConfig
-
Returns the value of the
modulesrecord component. - Modules - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы с модулями BSL.
- ModuleSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символ модуля документа.
- ModuleSymbol.ModuleSymbolBuilder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- ModuleSymbolComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Компьютер символа модуля документа.
- ModuleSymbolComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.ModuleSymbolComputer
- ModuleSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель контента для всплывающего окна для
ModuleSymbol. - ModuleSymbolMarkupContentBuilder(Resources, DescriptionFormatter, OScriptClassConstructorRenderer) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.ModuleSymbolMarkupContentBuilder
- moduleType() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns the value of the
moduleTyperecord component. - moduleType(ModuleType) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- moduleTypeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Тип-значение модуля по URI документа.
- MODULO - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Остаток от деления (приоритет 6).
- MultilineStringInQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MultilineStringInQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MultilineStringInQueryDiagnostic
- MultilingualStringAnalyser - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Анализатор многоязычных строк НСтр (NStr) и строковых шаблонов СтрШаблон (StrTemplate).
- MultilingualStringAnalyser(String) - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Создать анализатор многоязычных строк.
- MultilingualStringAnalyser.MatchPosition - Record Class in com.github._1c_syntax.bsl.languageserver.utils
-
Запись для хранения позиции совпадения в строке.
- MultilingualStringHasAllDeclaredLanguagesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MultilingualStringHasAllDeclaredLanguagesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MultilingualStringHasAllDeclaredLanguagesDiagnostic
- MultilingualStringUsingWithTemplateDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- MultilingualStringUsingWithTemplateDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.MultilingualStringUsingWithTemplateDiagnostic
- MULTIPLY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Умножение (приоритет 6).
N
- name() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Returns the value of the
namerecord component. - name() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Compat-аксессор: primary написание имени (для legacy-callsite'ов).
- name() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Compat-аксессор: primary написание имени.
- name() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer.InjectedBean
-
Returns the value of the
namerecord component. - name() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibEntry
-
Returns the value of the
namerecord component. - name() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Returns the value of the
namerecord component. - name() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
namerecord component. - name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Имя метода.
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Имя переменной.
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation.AnnotationBuilder
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
-
Имя символа.
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
-
Имя параметра.
- name(String) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- nameRange(BSLParser.AccessCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberMethodCallSemanticTokensSupplier
- nameRange(BSLParser.AccessPropertyContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberPropertyAccessSemanticTokensSupplier
- nameRange(T) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
-
Диапазон имени члена в узле; empty, если имени нет.
- NATURAL_ORDER - Static variable in interface com.github._1c_syntax.bsl.languageserver.context.symbol.VariableSymbol
-
Естественный порядок переменных: имя → URI владельца → позиция начала имени (строка, символ).
- NAVAJO_WHITE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- NavigationCommandBuilder - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Сборка LSP-команд навигации для линз (CodeLens) с учётом подключённого клиента.
- NavigationCommandBuilder(ClientCapabilitiesHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.NavigationCommandBuilder
- NAVY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- needRefreshCodeLensesAfterExecuteCommand() - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
-
Флаг, показывающий необходимость обновить линзы после выполнения команды.
- needRefreshInlayHintsAfterExecuteCommand() - Method in interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
-
Флаг, показывающий необходимость обновить inlay hints после выполнения команды.
- needRefreshInlayHintsAfterExecuteCommand() - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
-
Флаг, показывающий необходимость обновить inlay hints после выполнения команды.
- NestedConstructorsInStructureDeclarationDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика использования конструкторов с параметрами при объявлении структуры.
- NestedConstructorsInStructureDeclarationDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedConstructorsInStructureDeclarationDiagnostic
- NestedFunctionInParametersDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NestedFunctionInParametersDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedFunctionInParametersDiagnostic
- NestedStatementsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NestedStatementsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedStatementsDiagnostic
- NestedTernaryOperatorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NestedTernaryOperatorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedTernaryOperatorDiagnostic
- NEVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.ComputeTrigger
-
Никогда
- NEVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SkipSupport
-
Никогда не пропускать файлы.
- NEVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Никогда не отправлять.
- NEW - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- NEW_EXPRESSION - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.FileSystemAccessDiagnostic
- NEW_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.github._1c_syntax.bsl.languageserver.utils.UTF8Control
- NewExpressionReferenceFinder - Class in com.github._1c_syntax.bsl.languageserver.references
-
Finder для имени класса в выражении
Новый <ИмяКласса>(...). - NewExpressionReferenceFinder(ServerContextProvider, TypeService) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.NewExpressionReferenceFinder
- NewExpressionSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для имен типов в выражениях создания объектов.
- NewExpressionSemanticTokensSupplier(SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.NewExpressionSemanticTokensSupplier
- NO_COMMENT - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- NO_DETAIL_ERROR_DESCRIPTION - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- NO_ERROR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.WordStatus
-
Слово написано правильно.
- NO_ERROR_LOG_LEVEL_INSIDE_EXCEPT_BLOCK - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- NO_SECOND_PARAMETER - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- nodeContains(ParseTree, Integer...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Проверяет наличие дочерней ноды с указанным типом
- nodeContains(ParseTree, ParseTree, Integer...) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Проверяет наличие дочерней ноды с указанным типом исключая переданную
- nodeContainsErrors(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Проверяет среди дочерних элементов узла наличие узла с ошибкой
- NodeEqualityComparer - Interface in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Интерфейс стратегии сравнения узлов деревьев выражений.
- NON_STANDARD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- NONE - Static variable in record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Никого не исключать.
- NonExportMethodsInApiRegionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NonExportMethodsInApiRegionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NonExportMethodsInApiRegionDiagnostic
- NonStandardRegionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NonStandardRegionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NonStandardRegionDiagnostic
- NOT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Логическое НЕ (приоритет 3).
- NOT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- NOT_EQUAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Не равно (приоритет 4).
- NOT_IS_NULL_EXPR_MEMBER_COUNT - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.FieldsFromJoinsWithoutIsNullDiagnostic
- NOT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- NOT_WITH_PARENS_EXPR_MEMBERS_COUNT - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.FieldsFromJoinsWithoutIsNullDiagnostic
- notes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
notesrecord component. - NotifyDescription - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы с ОписаниеОповещения (NotifyDescription).
- notifyDescriptionContainsErrorHandler(Collection) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Проверить, содержит ли ОписаниеОповещения обработчик ошибки.
- notifyDescriptionContainsHandler(Collection) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.NotifyDescription
-
Проверить, содержит ли ОписаниеОповещения обработчик.
- NSTR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.StringContext
-
Строка в контексте вызова НСтр/NStr.
- NSTR_AND_STR_TEMPLATE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.StringContext
-
Строка в контексте вызова НСтр/NStr внутри СтрШаблон/StrTemplate или наоборот.
- NSTR_LANG_PATTERN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Паттерн для поиска языковых ключей в строках НСтр (например, ru=', en=").
- NSTR_METHOD_NAME_PATTERN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Паттерн для распознавания вызова метода НСтр/NStr.
- NULL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
- NumberOfOptionalParamsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NumberOfOptionalParamsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NumberOfOptionalParamsDiagnostic
- NumberOfParamsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- NumberOfParamsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NumberOfParamsDiagnostic
- NumberOfValuesInStructureConstructorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика ограничения на количество значений свойств, передаваемых в конструктор структуры.
- NumberOfValuesInStructureConstructorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.NumberOfValuesInStructureConstructorDiagnostic
- NUMERIC - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
O
- OAK - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Класс-фабрика желудей (дуб); сам по себе тоже желудь.
- occurrenceType() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns the value of the
occurrenceTyperecord component. - occurrenceType() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Returns the value of the
occurrenceTyperecord component. - occurrenceType(OccurrenceType) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence.SymbolOccurrenceBuilder
- OccurrenceType - Enum Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Тип обращения к символу.
- of(int) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
- of(int) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
- of(SourceDefinedSymbol, Symbol, Location) - Static method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
- of(SourceDefinedSymbol, Symbol, Location, OccurrenceType) - Static method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
- of(TypeRef...) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- of(SourceDefinedSymbolDescription) - Static method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParserSymbolDescriptionAdapter
- of(String) - Static method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
-
Простой фабричный метод для описания «только текст».
- of(String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Одноязычная строка — кладётся в
ru;enпуст. - of(String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
- of(String, boolean) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
- of(String, boolean, String) - Static method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolDescription
-
Фабричный метод для описания с пометкой об устаревании.
- of(String, String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
- of(Collection) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- of(List) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
- OFF - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Все диагностики считаются выключенными.
- OLD_LACE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- OLIVE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- OLIVEDRAB - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Все диагностики, включенные по умолчанию (
DiagnosticMetadata.activatedByDefault(), считаются включенными. - onApplicationReady() - Method in class com.github._1c_syntax.bsl.languageserver.aop.sentry.SentryScopeConfigurer
-
Настраивает scope Sentry после полной инициализации приложения.
- onChange(DocumentContext, String, int) - Method in interface com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor.DocumentChangeListener
- onClientCapabilitiesChanged(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.BslDocSemanticTokensSupplier
- onClientCapabilitiesChanged(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.CommentSemanticTokensSupplier
- onConnectOutgoing(ControlFlowGraph, CfgVertex, CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgVertex
- onConnectOutgoing(ControlFlowGraph, CfgVertex, CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ConditionalVertex
- onConnectOutgoing(ControlFlowGraph, CfgVertex, CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ExitVertex
- onDestroy() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
- onDestroy() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryFileSystemWatcher
- onDocumentAdded(ServerContextDocumentAddedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Обработчик события добавления документа в контекст.
- onDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
-
Останавливает executor для удалённого документа, чтобы не оставлять stale-reference на старый
DocumentContextв картеBSLTextDocumentService.documentExecutors— иначе следующийdidOpenтого же URI получит изcomputeIfAbsentexecutor с прежнимDocumentContext, иdidChangeприменит изменения к чужому документу. - onDocumentRemoved(ServerContextDocumentRemovedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Обработчик события удаления документа из контекста.
- OneStatementPerLineDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- OneStatementPerLineDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.OneStatementPerLineDiagnostic
- onExpressionEnter(BSLParser.ExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
-
При входе в выражение вызывается данный метод.
- onExpressionEnter(BSLParser.ExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IdenticalExpressionsDiagnostic
- onGlobalChange(File, WatchEvent.Kind) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileChangeListener
-
Обработчик изменения глобального файла конфигурации.
- onLanguageServerInitialize(LanguageServerInitializeRequestReceivedEvent) - Method in class com.github._1c_syntax.bsl.languageserver.aop.sentry.SentryScopeConfigurer
-
Обработчик события
LanguageServerInitializeRequestReceivedEvent. - ONLY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Только диагностики, указанные в конфигурации настроек правил, считаются включенными.
- ONSAVE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.ComputeTrigger
-
При сохранении файла
- ONTYPE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.ComputeTrigger
-
При редактировании файла
- onTypeFormatting(DocumentOnTypeFormattingParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- onWorkspaceChange(File, WatchEvent.Kind, LanguageServerConfiguration, URI) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileChangeListener
-
Обработчик изменения файла конфигурации воркспейса.
- openDocument(DocumentContext, String, Integer) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Помечает документ как открытый и перестраивает его содержимое
- optional() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Returns the value of the
optionalrecord component. - optional() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns the value of the
optionalrecord component. - OR - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Логическое ИЛИ (приоритет 1).
- OR - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- OR_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ORANGE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ORANGE_RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ORCHID - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- OrderOfParamsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- OrderOfParamsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.OrderOfParamsDiagnostic
- ORDINARY_THICK_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- OrdinaryAppSupportDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- OrdinaryAppSupportDiagnostic(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.OrdinaryAppSupportDiagnostic
- OS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.FileType
-
Файл OScript (OneScript).
- OS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticScope
-
Применяется только к OneScript файлам
- OS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
- OS_SUFFIX - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery
-
Расширение OneScript-файлов.
- OSCRIPT_MODULES_DIRNAME - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigDiscovery
-
Имя стандартного каталога локальных OneScript-зависимостей.
- OScriptAnnotations - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.annotations
-
Имена служебных аннотаций и параметров движка пользовательских аннотаций OneScript (annotations).
- OScriptClassConstructorRenderer - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Общий рендер hover'а в "constructor"-стиле для OneScript-классов.
- OScriptClassConstructorRenderer(DescriptionFormatter, OScriptLibraryIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.OScriptClassConstructorRenderer
- OScriptExtends - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.extends_
-
Поддержка библиотеки наследования OneScript extends
- OScriptExtends(OScriptMetaAnnotationResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.OScriptExtends
-
Creates a new
OScriptExtendsinstance. - OScriptLibraryFileSystemWatcher - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Отслеживает изменения
lib.configв директориях найденных OneScript-библиотек workspace и при событии create/modify/delete вызываетOScriptLibraryIndex.reindex(ServerContext). - OScriptLibraryFileSystemWatcher() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryFileSystemWatcher
- OScriptLibraryIndex - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Discovery-слой OneScript-библиотек workspace.
- OScriptLibraryIndex(LibConfigDiscovery, LibConfigParser, ConventionalLibraryDiscovery, OScriptModuleTypeResolver, OScriptModuleMembersProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
- OScriptLibraryIndex.EntryKind - Enum Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Тип записи: класс (
<class>) или модуль (<module>). - OScriptLibraryIndex.LibraryEntry - Record Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Описание зарегистрированной библиотечной записи.
- oscriptLibraryIndexed(JoinPoint, ServerContext, List) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- OScriptLibraryIndexedEvent - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Событие, публикуемое
EventPublisherAspectпосле завершенияOScriptLibraryIndex.reindex(ServerContext). - OScriptLibraryIndexedEvent(OScriptLibraryIndex, ServerContext, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndexedEvent
- OScriptMetaAnnotationResolver - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.annotations
-
Разрешение пользовательских аннотаций OneScript через мета-аннотации (движок annotations).
- OScriptMetaAnnotationResolver(AnnotationRepository) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
- OScriptModuleMembersProvider - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Регистрирует USER-типы и источники членов для .os-файлов (OneScript-классов и модулей).
- OScriptModuleMembersProvider(TypeRegistry, OScriptLibraryIndex, GlobalScopeProvider, OScriptExtends, TypeRelations) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleMembersProvider
- OScriptModuleTypeResolver - Class in com.github._1c_syntax.bsl.languageserver.types.oscript
-
Workspace-scoped реестр сопоставлений
URI .os-файла → ModuleType (OScriptClass | OScriptModule). - OScriptModuleTypeResolver() - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleTypeResolver
- OScriptOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.oscript
-
Workspace-scoped настройки подсистемы OneScript-библиотек: пути к каталогам с библиотеками (где ожидается
lib.configв подкаталогах) и флаг учёта переменной окруженияOSCRIPT_LIB_LOCATION. - OScriptOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
- OSUsersMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- OSUsersMethodDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.OSUsersMethodDiagnostic
- outgoingCalls(DocumentContext, CallHierarchyOutgoingCallsParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CallHierarchyProvider
-
Получить исходящие вызовы для элемента иерархии.
- overrideLength() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Returns the value of the
overrideLengthrecord component. - owner() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns the value of the
ownerrecord component. - owner(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
DocumentContext, в котором объявлен метод. - owner(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Файл в котором располагается переменная.
- owner(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- owner(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- owner(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
- owner(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
P
- PairingBrokenTransactionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- PairingBrokenTransactionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.PairingBrokenTransactionDiagnostic
- PALE_GOLDENROD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- PALE_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- PALE_TURQUOISE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- PALE_VIOLET_RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- PAPAYA_WHIP - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- PARAMETER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Параметр метода/функции.
- ParameterDefinition - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Класс хранит информацию о параметре метода.
- ParameterDefinition.DefaultValue - Record Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- ParameterDefinition.ParameterDefinitionBuilder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- ParameterDefinition.ParameterType - Enum Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- ParameterDescriptor - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Дескриптор формального параметра метода.
- ParameterDescriptor(BilingualString, TypeSet, boolean, BilingualString, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Compat-конструктор без флага
variadic(=false). - ParameterDescriptor(BilingualString, TypeSet, boolean, BilingualString, String, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Creates an instance of a
ParameterDescriptorrecord class. - ParameterDescriptor(String, TypeSet, boolean, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Compat-конструктор без
defaultValue. - ParameterDescriptor(String, TypeSet, boolean, String, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Compat-конструктор: одноязычный
defaultValue. - ParameterDescriptor(String, TypeSet, boolean, String, String, BilingualString) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Compat-конструктор с одноязычными name/description и
bilingualName. - parameters() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Returns the value of the
parametersrecord component. - parameters(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation.AnnotationBuilder
- parameters(List) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Объявленные параметры метода в порядке объявления.
- ParametersDeserializer - Class in com.github._1c_syntax.bsl.languageserver.configuration.databind
-
Служебный класс-десериализатор для коллекции настроек.
- ParametersDeserializer() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.databind.ParametersDeserializer
- parameterToString(ParameterDefinition) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- parameterToString(ParameterDescription, int) - Method in class com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
- parent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Родительский символ — область (
#Область), модуль или вложенная область. - parent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Символ, внутри которого располагается данный символ.
- parent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- parent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- parent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- PARENT_FIELD - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.ExtendsAnnotations
-
Аннотация поля-держателя экземпляра родителя
&Родитель. - parentClassName(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.OScriptExtends
-
Имя родительского класса для документа
.os, объявленное аннотацией наследования над конструкторомПриСозданииОбъекта. - ParentProcessWatcher - Class in com.github._1c_syntax.bsl.languageserver
-
Наблюдатель за жизнью родительского процесса, запустившего Language Server.
- ParentProcessWatcher(LanguageServer) - Constructor for class com.github._1c_syntax.bsl.languageserver.ParentProcessWatcher
- parse(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Разобрать вызов метода НСтр/NStr.
- parse(Path) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser
-
Разобрать манифест
lib.config. - parseAccessors(List) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference
-
Разбирает список паттернов доступа к общим модулям один раз.
- ParsedAccessors(Set, Map) - Constructor for record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.ParsedAccessors
-
Creates an instance of a
ParsedAccessorsrecord class. - ParsedStrTemplateMethods - Record Class in com.github._1c_syntax.bsl.languageserver.configuration.semantictokens
-
Предварительно разобранные паттерны функций-шаблонизаторов.
- ParsedStrTemplateMethods(Set, Map) - Constructor for record class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.ParsedStrTemplateMethods
-
Creates an instance of a
ParsedStrTemplateMethodsrecord class. - ParseErrorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ParseErrorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ParseErrorDiagnostic
- parser - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMultilingualStringDiagnostic
-
Парсер для анализа многоязычных строк.
- ParserSymbolDescriptionAdapter - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Адаптер описания, полученного
bsl-parser'ом из doc-комментариевSourceDefinedSymbol, к нашему интерфейсуSymbolDescription. - parseTypeNames(String) - Static method in class com.github._1c_syntax.bsl.languageserver.types.inferencer.InlineTypeCommentParser
-
Извлечь имена типов из текста комментария.
- PathExclusionUtils - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Исключение путей по списку паттернов.
- PathExclusionUtils.ExclusionFilters - Record Class in com.github._1c_syntax.bsl.languageserver.utils
-
Пара фильтров для
FileUtils.listFiles:true— путь оставить. - pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleInvalidTypeDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameCachedDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameClientServerDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameFullAccessDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalClientDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameGlobalDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameServerCallDiagnostic
- pattern - Variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleNameWordsDiagnostic
- PatternDetector - Class in com.github._1c_syntax.bsl.languageserver.recognizer
-
Детектор на основе регулярных выражений.
- PatternDetector(double, String...) - Constructor for class com.github._1c_syntax.bsl.languageserver.recognizer.PatternDetector
-
Создать детектор на основе паттернов.
- PEACH_PUFF - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- PERFORMANCE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- PermissionFilterBeforeSendCallback - Class in com.github._1c_syntax.bsl.languageserver.aop.sentry
-
Перехватчик сообщения в Sentry, выполняющий проверку получения явного разрешения отправки данных в Sentry.
- PermissionFilterBeforeSendCallback(GlobalLanguageServerConfiguration, LanguageClientHolder, ClientCapabilitiesHolder, ServerInfo) - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.sentry.PermissionFilterBeforeSendCallback
- PERU - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- pickIndexByActiveParameter(List, int) - Static method in class com.github._1c_syntax.bsl.languageserver.types.util.SignatureSelection
-
Выбрать индекс варианта сигнатуры для signature help, когда пользователь находится на параметре с индексом
activeParameter. - pickIndexByArity(List, int) - Static method in class com.github._1c_syntax.bsl.languageserver.types.util.SignatureSelection
-
Выбрать индекс варианта сигнатуры, соответствующего количеству фактически переданных аргументов.
- pickIndexByTypes(List, List) - Static method in class com.github._1c_syntax.bsl.languageserver.types.util.SignatureSelection
-
Выбрать индекс варианта сигнатуры по типам фактических аргументов.
- PINK - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- placeholders() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Структурное представление generic-плейсхолдеров в
TypeRef.qualifiedName. - PLATFORM - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
- PLATFORM_GLOBAL_ENUM - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Системное перечисление платформы — имя с типом-
ContextEnumиз bsl-context (например,КодировкаТекста,НаправлениеСортировки). - PLATFORM_GLOBAL_METHOD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Метод глобальной области (например,
Сообщить,СтрНайти). - PLATFORM_GLOBAL_PROPERTY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Глобальное свойство платформы — имя с типом-
ContextTypeиз bsl-context (например,Справочники,Метаданные,БиблиотекаКартинок,ПараметрыСеанса) или конфигурационная коллекция/общий модуль, опубликованные черезregisterAsGlobalProperty. - PLATFORM_MEMBER_METHOD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Метод платформенного типа (например,
Массив.Добавить). - PLATFORM_MEMBER_PROPERTY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Свойство платформенного типа (например,
Массив.Количество). - PlatformContextProviderFactory - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Фабрика
ContextProviderотbsl-context: создаёт парсер синтакс-помощника установленной 1С и возвращает готовый провайдер. - PlatformContextProviderFactory(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.PlatformContextProviderFactory
- PlatformGlobalMethodSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для вызовов глобальных функций платформы (например,
Сообщить,СтрНайти). - PlatformGlobalMethodSemanticTokensSupplier(GlobalScopeProvider, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformGlobalMethodSemanticTokensSupplier
- PlatformMemberCalls - Class in com.github._1c_syntax.bsl.languageserver.diagnostics.platform
-
Резолв платформенных членов в сайтах вызовов модуля — общая база для диагностик устаревания (
DeprecatedMethodCall) и недоступности-по-версии (UnavailableMemberCall). - PlatformMemberHoverBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Сборщик markdown-контента для hover'а по члену типа или глобальной функции на основе
MemberDescriptor. - PlatformMemberHoverBuilder(Resources, LanguageServerConfiguration, TypeRegistry) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.PlatformMemberHoverBuilder
- PlatformMemberMethodCallSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для вызовов методов платформенных типов через accessCall (т.е.
- PlatformMemberMethodCallSemanticTokensSupplier(TypeService, ReferenceIndex, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberMethodCallSemanticTokensSupplier
- PlatformMemberPropertyAccessSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для обращения к свойствам платформенных типов через accessProperty (т.е.
- PlatformMemberPropertyAccessSemanticTokensSupplier(TypeService, GlobalScopeProvider, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberPropertyAccessSemanticTokensSupplier
- PlatformMemberReferenceFinder - Class in com.github._1c_syntax.bsl.languageserver.references
-
Finder для членов платформенных/конфигурационных типов и глобальных функций/свойств, разрешаемых через
TypeService.memberAt(DocumentContext, Position). - PlatformMemberReferenceFinder(ServerContextProvider, TypeService) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.PlatformMemberReferenceFinder
- PlatformMemberSymbol - Class in com.github._1c_syntax.bsl.languageserver.types.symbol
-
Symbol для члена платформенного / конфигурационного типа или для глобальной функции/свойства, разрешённого через
TypeService.memberAt. - PlatformMemberSymbol(String, TypeRef, MemberDescriptor, int, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.symbol.PlatformMemberSymbol
-
Creates a new
PlatformMemberSymbolinstance. - PlatformMemberSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель hover-контента для членов платформенных/конфигурационных типов и глобальных функций/свойств.
- PlatformMemberSymbolMarkupContentBuilder(PlatformMemberHoverBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.PlatformMemberSymbolMarkupContentBuilder
- PlatformMemberVersions - Class in com.github._1c_syntax.bsl.languageserver.types
-
Версионная применимость платформенного члена к целевой версии платформы.
- PlatformMetadata - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Платформенные метаданные члена (
MemberDescriptor) или конструктора. - PlatformMetadata(String, String, List, Set, AccessMode, BilingualString, BilingualString, List, List) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Creates an instance of a
PlatformMetadatarecord class. - PlatformMetadata(String, String, List, Set, AccessMode, String, String, List, List) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Compat-конструктор: одноязычные строки
returnValueDescription/notes+ одни лишь ru-examples/seeAlso(без en). - PlatformMethodCallInlayHintSupplier - Class in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Inlay-hint'ы с именами параметров для вызовов ПЛАТФОРМЕННЫХ методов и глобальных функций (по аналогии с
SourceDefinedMethodCallInlayHintSupplier, но для не-source-defined символов:СтрНайти("a","b","",1),Сообщение.Сообщить(),Новый Массив(5)и т.п.). - PlatformMethodCallInlayHintSupplier(LanguageServerConfiguration, TypeService, Resources) - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.PlatformMethodCallInlayHintSupplier
- PlatformType - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Платформенный тип (
Массив,Структура,ТаблицаЗначений,СправочникМенеджер.Xи т.п.). - PlatformType(TypeRef) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformType
-
Creates an instance of a
PlatformTyperecord class. - PlatformTypesProvider - Interface in com.github._1c_syntax.bsl.languageserver.types.registry
-
Маркерный интерфейс провайдеров платформенных типов.
- PlatformVariable(String, List, String, TypeRef) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Creates an instance of a
PlatformVariablerecord class. - PLUM - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- Pointcuts - Class in com.github._1c_syntax.bsl.languageserver.aop
-
Сборник общих Pointcut для AOP-слоя.
- Pointcuts() - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.Pointcuts
- poll() - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryFileSystemWatcher
-
Polling-loop.
- populateContext() - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- populateContext(Collection) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- populateContextExecutor() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- postProcessAfterInitialization(Object, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticBeanPostProcessor
- POWDER_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- prepareCallHierarchy(DocumentContext, CallHierarchyPrepareParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CallHierarchyProvider
-
Подготовить элементы иерархии вызовов для указанной позиции в документе.
- prepareCallHierarchy(CallHierarchyPrepareParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- prepareRename(PrepareRenameParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- prepareTypeHierarchy(DocumentContext, TypeHierarchyPrepareParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.TypeHierarchyProvider
-
Подготовить корневой элемент иерархии типов для документа.
- prepareTypeHierarchy(TypeHierarchyPrepareParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- PreprocessorConditionVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- PreprocessorConstraints - Enum Class in com.github._1c_syntax.bsl.languageserver.cfg
- PreprocessorSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для препроцессорных директив.
- PreprocessorSemanticTokensSupplier(SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.PreprocessorSemanticTokensSupplier
- PreprocIfFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания инструкций препроцессору
#Если ... - PreprocIfFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.PreprocIfFoldingRangeSupplier
- primary() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
- primary() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns the value of the
primaryrecord component. - primary() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
-
Returns the value of the
primaryrecord component. - PRIMARY - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Приоритетный желудь при конфликте имён/прозвищ.
- PRIMITIVE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
- PrimitiveType - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Примитивный тип языка:
Строка,Число,Дата,Булево,Неопределено,Null. - PrimitiveType(TypeRef) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.PrimitiveType
-
Creates an instance of a
PrimitiveTyperecord class. - print(String) - Method in class com.github._1c_syntax.bsl.languageserver.cli.lsp.FileAwarePrintWriter
- printMeasures() - Method in class com.github._1c_syntax.bsl.languageserver.aop.measures.MeasureCollector
-
Вывод накопленных замеров в лог.
- printMeasures() - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- PRIVATE_METHOD_MESSAGE - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingCommonModuleMethodDiagnostic
- PRIVATE_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- PrivilegedModuleMethodCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- PrivilegedModuleMethodCallDiagnostic(ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.PrivilegedModuleMethodCallDiagnostic
- PROCEDURE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- PROCEDURE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ProcedureReturnsValueDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ProcedureReturnsValueDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ProcedureReturnsValueDiagnostic
- processDiagnosticStream(Stream, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
- processDiagnosticStream(Stream, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.FixAllCodeActionSupplier
- processDiagnosticStream(Stream, CodeActionParams, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.codeactions.QuickFixCodeActionSupplier
- produceLoopIterations(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- producePreprocessorConditions(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- producerDefinitions(String, boolean) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnNavigation
-
Определения производителей под именем желудя: для коллекции — все подходящие желуди (без приоритета
&Верховный), для одиночного внедрения — с приоритетом. - producerLocations(String, boolean) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnNavigation
-
Местоположения производителей желудя — диапазоны методов-производителей (конструктора класса-компонента либо метода
&Завязь) в их .os-файлах. - producerMethodName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns the value of the
producerMethodNamerecord component. - property(String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- property(String, TypeRef) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- property(String, TypeRef, String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
- property(String, TypeSet, String) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Свойство с composite-типом (
Строка | Число). - PROPERTY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.MemberKind
- ProtectedModuleDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ProtectedModuleDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ProtectedModuleDiagnostic
- ProtocolExtension - Interface in com.github._1c_syntax.bsl.languageserver.jsonrpc
-
Расширения протокола LSP для BSL Language Server.
- proxyMode() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceScope
-
Режим создания scoped-прокси для бина.
- PUBLIC_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- PublicMethodsDescriptionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- PublicMethodsDescriptionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.PublicMethodsDescriptionDiagnostic
- publishEmptyDiagnosticList(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
-
Опубликовать пустой список диагностик для документа.
- PURPLE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- put(VariableSymbol, TypeSet) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.InferredVariableTypeIndex
-
Запомнить выведенный тип переменной.
- put(Object, Object) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.EhCacheAdapter
Q
- qualifiedName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Returns the value of the
qualifiedNamerecord component. - qualifiedName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns the value of the
qualifiedNamerecord component. - qualifiedName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Каноничное имя типа (ru-сторона; для legacy-источников — primary).
- QUALIFIER - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Дополнительное имя (алиас) желудя; повторяемая.
- QueryCommentFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания блоков комментариев в тексте запроса.
- QueryCommentFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.QueryCommentFoldingRangeSupplier
- QueryComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель запросов СДБЛ в коде.
- QueryComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.QueryComputer
- QueryContext - Record Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Контекст для строк, содержащих запросы SDBL.
- QueryContext(Map, Map, Set) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Creates an instance of a
QueryContextrecord class. - QueryNestedFieldsByDotDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- QueryNestedFieldsByDotDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryNestedFieldsByDotDiagnostic
- QueryPackageFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания для пакетов запросов.
- QueryPackageFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.QueryPackageFoldingRangeSupplier
- QueryParseErrorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- QueryParseErrorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryParseErrorDiagnostic
- QueryTokenInfo(SDBLTokenizer, Token) - Constructor for record class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo
-
Creates an instance of a
QueryTokenInforecord class. - QueryToMissingMetadataDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- QueryToMissingMetadataDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryToMissingMetadataDiagnostic
- QuickFixCodeActionSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Поставщик code actions для быстрых исправлений диагностик.
- QuickFixCodeActionSupplier(QuickFixSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.QuickFixCodeActionSupplier
- QuickFixProvider - Interface in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Интерфейс для диагностик, предоставляющих быстрые исправления.
- quickFixSupplier - Variable in class com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
- QuickFixSupplier - Class in com.github._1c_syntax.bsl.languageserver.codeactions
-
Поставщик быстрых исправлений для диагностик.
- QuickFixSupplier(DiagnosticInfos, DiagnosticObjectProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.codeactions.QuickFixSupplier
R
- RAISE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- RAISE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- range() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexitySecondaryLocation
-
Returns the value of the
rangerecord component. - range() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Returns the value of the
rangerecord component. - range() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns the value of the
rangerecord component. - range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
- range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
- range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
- range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- range(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- rangeFormatting(DocumentRangeFormattingParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- Ranges - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Набор методов для удобства работы с областями текста (ренджами)
- read(JsonReader) - Method in class com.github._1c_syntax.bsl.languageserver.databind.URITypeAdapter
- READ - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.AccessMode
-
Только чтение.
- READ_WRITE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.AccessMode
-
Чтение и запись.
- rebuild(String, int) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- rebuildDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Перестроить документ.
- rebuildDocument(DocumentContext, String, Integer) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Перестроить документ, используя новое содержимое.
- rebuildFromFileSystem() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- receiverTypesAt(DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Тип ресивера доступа к члену в позиции — самодостаточная верхнеуровневая точка входа.
- receiverTypesAt(DocumentContext, Position, TerminalNode) - Method in class com.github._1c_syntax.bsl.languageserver.types.DereferenceMemberMatcher
-
Типы ресивера в позиции для выражения
ресивер.член: инферитleftи возвращаетTypeSet. - recommendedReplacements() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
recommendedReplacementsrecord component. - RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- RedundantAccessToObjectDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- RedundantAccessToObjectDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.RedundantAccessToObjectDiagnostic
- ref() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.AnyType
- ref() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ConfigurationType
-
Returns the value of the
refrecord component. - ref() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformType
-
Returns the value of the
refrecord component. - ref() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PrimitiveType
-
Returns the value of the
refrecord component. - ref() - Method in interface com.github._1c_syntax.bsl.languageserver.types.model.Type
- ref() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UnknownType
- ref() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
-
Returns the value of the
refrecord component. - Reference - Record Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Ссылка на символ.
- Reference(SourceDefinedSymbol, Symbol, URI, Range, OccurrenceType) - Constructor for record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Creates an instance of a
Referencerecord class. - REFERENCE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.references.model.OccurrenceType
-
Ссылка.
- ReferenceFinder - Interface in com.github._1c_syntax.bsl.languageserver.references
-
Интерфейс поискового движка.
- ReferenceIndex - Class in com.github._1c_syntax.bsl.languageserver.references
-
Индекс ссылок на символы в проекте.
- ReferenceIndex(ServerContextProvider, StringInterner, LocationRepository, SymbolOccurrenceRepository) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndex
- ReferenceIndexFiller - Class in com.github._1c_syntax.bsl.languageserver.references
-
Заполнитель индекса ссылок.
- ReferenceIndexFiller(ReferenceIndex, LanguageServerConfiguration, OScriptLibraryIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndexFiller
- ReferenceIndexReferenceFinder - Class in com.github._1c_syntax.bsl.languageserver.references
-
Реализация поискового движка на основе поиска в
ReferenceIndex. - ReferenceIndexReferenceFinder(ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.ReferenceIndexReferenceFinder
- ReferenceResolver - Class in com.github._1c_syntax.bsl.languageserver.references
-
Основной класс, отвечающий за поиск ссылок на символы из под курсора.
- ReferenceResolver(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.ReferenceResolver
-
Creates a new
ReferenceResolverinstance. - references(ReferenceParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- referencesCommand(String, URI, Position, List) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.NavigationCommandBuilder
-
Команда показа списка использований в поповере.
- ReferencesOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.references
-
Настройки для построения индекса ссылок.
- ReferencesOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
- ReferencesOptions(List) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
-
Creates a new
ReferencesOptionsinstance. - ReferencesProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для поиска всех ссылок на символ.
- ReferencesProvider(ReferenceResolver, ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.ReferencesProvider
- RefOveruseDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- RefOveruseDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.RefOveruseDiagnostic
- refresh() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.infrastructure.DiagnosticInfos
-
Refresh all DiagnosticInfo instances (re-read configuration values).
- refresh() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticInfo
- refreshCodeLenses() - Method in class com.github._1c_syntax.bsl.languageserver.providers.CodeLensProvider
-
Отправить запрос на обновление линз кода.
- refreshInlayHints() - Method in class com.github._1c_syntax.bsl.languageserver.providers.InlayHintProvider
-
Отправить запрос на обновление inlay hints.
- refs() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Returns the value of the
refsrecord component. - REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- REGION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- RegionDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для областей (#Region/#EndRegion).
- RegionDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.RegionDocumentHighlightSupplier
- RegionFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания областей (
#Область ... - RegionFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.RegionFoldingRangeSupplier
- regionNameRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- Regions - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Вспомогательный класс, содержащий методы для работы с программными областями 1С
- RegionSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символ региона (области кода).
- RegionSymbol.RegionSymbolBuilder - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
- RegionSymbolComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель символов областей (регионов).
- RegionSymbolComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.RegionSymbolComputer
- register(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleMembersProvider
-
Зарегистрировать .os-документ как пользовательский тип.
- register(AnnotationSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.AnnotationRepository
-
Зарегистрировать аннотацию.
- register(String, Symbol, GlobalSymbolScope.Role) - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
-
Зарегистрировать имя в global scope.
- register(URI, ModuleType) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleTypeResolver
-
Сохранить тип модуля для .os-файла.
- registerAsGlobalProperty(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать тип как глобальное свойство (его имя становится ресивером dot-выражения:
Документы.Контрагенты,КодировкаТекста.UTF8,ОбщегоНазначения.Метод()). - registerAsGlobalProperty(TypeRef, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
То же, что
TypeRegistry.registerAsGlobalProperty(TypeRef), но дополнительно пробрасывает скоуп вGlobalScopeProvider. - registerAsGlobalProperty(TypeRef, LanguageScope, SyntheticKind) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Та же регистрация, но с явным
SyntheticKind— используется при публикации системных перечислений (SyntheticKind.PLATFORM_GLOBAL_ENUM), чтобы отличать их от обычных глобальных свойств. - registerAsGlobalProperty(TypeRef, LanguageScope, SyntheticKind, Supplier) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
То же + lazy-провайдер source-defined-символа (для общих модулей).
- registerCommonLibraryExpansions() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationGenericExpander
-
Разворачивает generic-property у global-types «общих библиотек» конфигурации: БиблиотекаМакетовОформленияКомпоновкиДанных/Стилей/Картинок.
- registerConfigurationQualifiedName(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Зарегистрировать каноничное составное имя MD-объекта конфигурации (например,
Документы.Документ1илиDocuments.Документ1). - registerConfigurationType(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать конфигурационный тип (Справочники.X, Документы.X и т.д.).
- registerConfigurationTypeAlias(String, TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать дополнительный алиас (английский вариант, синоним) для уже зарегистрированного конфигурационного типа.
- registerConstructors(TypeRef, List, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать конструкторы типа со скоупом.
- registerConstructorSource(TypeRef, Supplier) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать динамический источник конструкторов для типа (например,
ПриСозданииОбъектаOneScript-класса из SymbolTree). - registerConstructorSource(TypeRef, Supplier, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
То же, что
TypeRegistry.registerConstructorSource(TypeRef, java.util.function.Supplier), но привязывает источник к языковому скоупу. - registerDescription(TypeRef, String, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать описание типа со скоупом.
- registerDestructionCallback(String, Runnable) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- registerDisplayName(TypeRef, BilingualString) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Явно задать двуязычное отображаемое имя типа.
- registerExternalDataSourceSpecializations(Iterable) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationGenericExpander
-
Multi-placeholder type-level специализация для семейства внешних источников данных.
- registerFamilySpecializations(String, Map) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationGenericExpander
-
Multi-placeholder вариант: специализирует только те generic'и семейства, у которых ВСЕ placeholder'ы покрыты
bindings. - registerGlobalProperty(TypeRef, Collection) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Зарегистрировать тип как глобальное свойство — его имя (и алиасы) становятся ресивером dot-выражения:
Документы.Контрагенты,КодировкаТекста.UTF8,ОбщегоНазначения.МойМетод(),ФС.КаталогПустой(). - registerGlobalProperty(TypeRef, Collection, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.registerGlobalProperty(TypeRef, Collection), но с указанием языкового скоупа. - registerGlobalProperty(TypeRef, Collection, LanguageScope, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
То же, что
GlobalScopeProvider.registerGlobalProperty(TypeRef, Collection, LanguageScope), но с описанием, которое будет прикреплено кSyntheticSymbolдля последующего отображения в hover/completion. - registerGlobalProperty(TypeRef, Collection, LanguageScope, String, SyntheticKind) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Та же регистрация, но с явным
SyntheticKind— используется при публикации системных перечислений (SyntheticKind.PLATFORM_GLOBAL_ENUM), чтобы отличать их в hover/completion/подсветке от обычных глобальных свойств. - registerGlobalProperty(TypeRef, Collection, LanguageScope, String, SyntheticKind, Supplier) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Та же регистрация, но с lazy-провайдером source-defined-символа.
- registerLibraryClass(String, TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Зарегистрировать synthetic-symbol для библиотечного класса OneScript (записи
<class>изlib.config). - registerLibraryModule(String, TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Зарегистрировать synthetic-symbol для библиотечного модуля OneScript (записи
<module>изlib.config). - registerMemberExpansion(TypeRef, TypeRef, Map, Map, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Регистрирует материализацию generic-членов специализированного типа из конфигурационно-зависимых данных.
- registerMemberOverride(TypeRef, MemberSource, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Аналог
TypeRegistry.registerMemberSource(TypeRef, MemberSource), но вставляет источник в НАЧАЛО списка, чтобы при сборе членов черезTypeRegistry.getMembers(TypeRef)он выигрывал dedup (putIfAbsentпо имени). - registerMemberSource(TypeRef, MemberSource) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Добавить дополнительный источник членов к существующему типу.
- registerMemberSource(TypeRef, MemberSource, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
То же, что
TypeRegistry.registerMemberSource(TypeRef, MemberSource), но дополнительно привязывает источник к языковому скоупу. - registerPlatformClass(TypeRef, Collection, LanguageScope, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Зарегистрировать платформенный класс (имеет блок
constructorsв JSON-пакете). - registerSpecialization(TypeRef, TypeRef, Map, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать специализацию generic-типа:
specializedRef— целевой ссылочный тип (СправочникСсылка.МойСправочник),genericRef— generic-тип (СправочникСсылка.<Имя справочника>),bindings— подстановки placeholder'ов («Имя справочника» → «МойСправочник»). - registerSpecialization(String, TypeRef, Map, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать специализацию generic-типа по имени специализированного типа.
- registerUserType(String, SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать пользовательский тип (OneScript-класс, общий модуль и т.п.).
- registerUserType(String, SourceDefinedSymbol, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Зарегистрировать пользовательский тип с указанием языкового скоупа.
- registerWorkspace(URI, String) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Зарегистрировать имя workspace для данного URI.
- RegularMethodSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Реализация
MethodSymbolпо умолчанию — обычный метод или функция в модуле BSL. - RegularMethodSymbol(RegularMethodSymbol.RegularMethodSymbolBuilder) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- RegularMethodSymbol.RegularMethodSymbolBuilder<C,
B> - Class in com.github._1c_syntax.bsl.languageserver.context.symbol - RegularMethodSymbolBuilder() - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol.RegularMethodSymbolBuilder
- reindex(ServerContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex
-
Полная переиндексация OneScript-библиотек workspace.
- RelatedInformation - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы со связанной информацией диагностик.
- remove(String) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- REMOVE_HANDLER - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- REMOVE_HANDLER_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- removeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.AnnotationRepository
-
Удалить все аннотации, зарегистрированные из документа с указанным URI.
- removeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.AbstractOScriptLazyIndex
-
Удалить из индекса вклад указанного
.os-файла. - removeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Удалить из индекса все кандидаты, зарегистрированные из указанного .os-файла.
- removeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- removeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- removeByUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
- removeDocument(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Удалить документ из контекста.
- removeModuleType(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Снять связь URI→тип (при удалении документа/дерегистрации library-модуля).
- removeWorkspace(URI) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
-
Удалить все бины workspace, предварительно вызвав destruction callbacks.
- removeWorkspace(WorkspaceFolder) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
-
Удалить workspace folder и очистить ее контекст сервера.
- rename(RenameParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- RenameProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер, обрабатывающий запросы
textDocument/renameиtextDocument/prepareRename. - RenameProvider(ReferenceResolver, ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.RenameProvider
- render(DocumentContext, ConstructorSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.hover.OScriptClassConstructorRenderer
-
Срендерить hover для класса с явным конструктором.
- renderWithoutConstructor(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.hover.OScriptClassConstructorRenderer
-
Срендерить hover для класса без явного конструктора — только сигнатура
Новый ИмяКласса()без параметров. - report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReporter
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.ConsoleReporter
- report(AnalysisInfo, Path) - Method in interface com.github._1c_syntax.bsl.languageserver.reporters.DiagnosticReporter
-
Сформировать отчет о результатах анализа.
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.GenericIssueReporter
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.JsonReporter
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.JUnitReporter
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.ReportersAggregator
-
Сформировать отчеты с использованием всех активных репортеров.
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.SarifReporter
- report(AnalysisInfo, Path) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.TSLintReporter
- reporterKeys() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.ReportersAggregator
-
Получить список ключей всех доступных репортеров.
- ReportersAggregator - Class in com.github._1c_syntax.bsl.languageserver.reporters
-
Агрегатор репортеров результатов анализа.
- ReportersAggregator() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.ReportersAggregator
- ReportersConfiguration - Class in com.github._1c_syntax.bsl.languageserver.reporters.infrastructure
- ReportersConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.infrastructure.ReportersConfiguration
- ReservedParameterNamesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ReservedParameterNamesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ReservedParameterNamesDiagnostic
- reset() - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- reset() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Сбросить глобальные настройки к значениям по умолчанию.
- reset() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Сбросить конфигурацию к Spring-инициализированным значениям по умолчанию.
- resolve(DocumentContext, CodeLens, AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
- resolve(DocumentContext, CodeLens, BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier
- resolve(DocumentContext, CodeLens, DebugTestCodeLensSupplier.DebugTestCodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier
-
Выполнить операцию "разрешения" линзы.
- resolve(DocumentContext, CodeLens, DefaultCodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunAllTestsCodeLensSupplier
-
Выполнить операцию "разрешения" линзы.
- resolve(DocumentContext, CodeLens, InjectionPointCodeLensSupplier.InjectionPointCodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier
- resolve(DocumentContext, CodeLens, RunTestCodeLensSupplier.RunTestCodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier
-
Выполнить операцию "разрешения" линзы.
- resolve(DocumentContext, CodeLens, T) - Method in interface com.github._1c_syntax.bsl.languageserver.codelenses.CodeLensSupplier
-
Выполнить операцию "разрешения" линзы.
- resolve(TypeKind, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Найти тип по точному совпадению канонического имени и kind'а.
- resolve(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Разрешить тип желудя по его имени или прозвищу.
- resolve(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
-
Разрешить тип прилепляемой коллекции по её имени.
- resolve(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Найти тип по имени (регистронезависимо, с учётом Ru/En алиасов).
- resolve(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Найти тип по имени с фильтрацией по типу файла.
- resolve(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Резолв типа по имени с учётом языкового скоупа (включая Ru/En алиасы и qualifiedName).
- resolve(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleTypeResolver
-
Получить ранее зарегистрированный тип модуля.
- resolveAllDefinitions(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Разрешить объявления ВСЕХ производителей, подходящих под имя/прозвище, — без приоритета
&Верховный. - resolveCodeLens(DocumentContext, CodeLens, CodeLensData) - Method in class com.github._1c_syntax.bsl.languageserver.providers.CodeLensProvider
-
Провести операцию разрешения линзы (заполнение свойства
CodeLens.setCommand(Command)). - resolveCodeLens(CodeLens) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- resolveContextualObject(String) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- resolveDefinitions(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
-
Разрешить объявления производителей желудя по его имени или прозвищу — для навигации к месту объявления (конструктор класса-компонента или фабричный метод
&Завязь). - resolveGenericByPrefix(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Найти платформенный generic-тип по префиксу-семейству.
- resolveHyperlink(String, FileType) - Method in class com.github._1c_syntax.bsl.languageserver.types.index.SymbolTypeIndex
-
Развернуть hyperlink-ссылку
Модуль.Метод/Модуль.Метод.ПараметрчерезTypeRegistryиTypeRegistry.getMembers(TypeRef). - Resources - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Вспомогательный класс для оптимизированного чтения ресурсов прикладных классов с учетом
Language. - Resources(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.Resources
- restore(URI) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceThreadLocalAccessor
- RETURN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- RETURN_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- returnType() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Удобный аксессор для single-type случая: первый из
MemberDescriptor.returnTypesлибоTypeRef.UNKNOWN. - returnType() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Удобный аксессор: первый тип из
SignatureDescriptor.returnTypes, либоTypeRef.UNKNOWN. - returnTypes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
returnTypesrecord component. - returnTypes() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Returns the value of the
returnTypesrecord component. - returnValueDescription() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
returnValueDescriptionrecord component. - RewriteMethodParameterDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- RewriteMethodParameterDiagnostic(ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.RewriteMethodParameterDiagnostic
- role() - Method in record class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Entry
-
Returns the value of the
rolerecord component. - roleParameterValues(Annotation, String, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Эффективные значения параметра
parameterNameаннотации ролиbaseRoleдля аннотации-использования с учётом разворачивания мета-аннотаций. - roleValues(Annotation, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Эффективные значения параметра
OScriptAnnotations.VALUE_PARAMETERролиbaseRoleс учётом разворачивания мета-аннотаций. - root() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Returns the value of the
rootrecord component. - ROSY_BROWN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ROYAL_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ru() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Returns the value of the
rurecord component. - RU - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Русский
- ruleIndex() - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
-
Индекс rule-узла AST для обхода (например
BSLParser.RULE_accessProperty). - ruleIndex() - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberMethodCallSemanticTokensSupplier
- ruleIndex() - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberPropertyAccessSemanticTokensSupplier
- RULES_OF_PARENT_FOR_SEARCH_CONDITION - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.FieldsFromJoinsWithoutIsNullDiagnostic
- run(String...) - Method in class com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
- run(URI, Runnable) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Выполнить действие в контексте workspace с URI.
- run(URI, String, Runnable) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Выполнить действие в контексте workspace с URI и именем.
- RunAllTestsCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Поставщик линзы для запуска всех тестов в текущем файле.
- RunAllTestsCodeLensSupplier(LanguageServerConfiguration, TestRunnerAdapter, Resources) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.RunAllTestsCodeLensSupplier
- RunTestCodeLensData(URI, String, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier.RunTestCodeLensData
- RunTestCodeLensSupplier - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
Поставщик линз для запуска теста по конкретному тестовому методу.
- RunTestCodeLensSupplier(LanguageServerConfiguration, TestRunnerAdapter, Resources) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier
- RunTestCodeLensSupplier.RunTestCodeLensData - Class in com.github._1c_syntax.bsl.languageserver.codelenses
-
DTO для хранения данных линз для запуска теста.
S
- SADDLE_BROWN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SALMON - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SameMetadataObjectAndChildNamesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SANDY_BROWN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SarifReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
-
Репортер в формат SARIF.
- SarifReporter(ServerContextProvider, DiagnosticInfos, ServerInfo, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.SarifReporter
- save(SymbolOccurrence) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrenceRepository
-
Сохранить обращение к символу в хранилище.
- scan(String) - Method in class com.github._1c_syntax.bsl.languageserver.recognizer.CamelCaseDetector
- scan(String) - Method in class com.github._1c_syntax.bsl.languageserver.recognizer.ContainsDetector
- scan(String) - Method in class com.github._1c_syntax.bsl.languageserver.recognizer.KeywordsDetector
- scan(String) - Method in class com.github._1c_syntax.bsl.languageserver.recognizer.PatternDetector
- ScheduledJobHandlerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ScheduledJobHandlerDiagnostic(ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ScheduledJobHandlerDiagnostic
- SchedulingConfiguration - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Spring-конфигурация для управления включением/отключением фоновых заданий.
- SchedulingConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.SchedulingConfiguration
- scope() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Область применения диагностики по диалекту языка (bsl или oscript)
- scope(SourceDefinedSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
-
Область доступности символа.
- SCOPE_NAME - Static variable in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- scopeName() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns the value of the
scopeNamerecord component. - scopeName(String) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- SdblAstTokenCollector - Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Visitor для сбора AST-based переопределений токенов SDBL.
- SdblAstTokenCollector(Map, Set) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
-
Создаёт коллектор AST-токенов.
- SDBLBracketDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для скобок в SDBL-запросах.
- SDBLBracketDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.SDBLBracketDocumentHighlightSupplier
- SDBLCaseDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для конструкции ВЫБОР/КОГДА/ТОГДА/ИНАЧЕ/КОНЕЦ в SDBL-запросах.
- SDBLCaseDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.SDBLCaseDocumentHighlightSupplier
- SDBLJoinDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для конструкций JOIN в SDBL-запросах.
- SDBLJoinDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.SDBLJoinDocumentHighlightSupplier
- sdblTokensByLine() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Returns the value of the
sdblTokensByLinerecord component. - SdblTokenTypeAndModifiers(String, String[]) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes.SdblTokenTypeAndModifiers
-
Creates an instance of a
SdblTokenTypeAndModifiersrecord class. - SdblTokenTypes - Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Утилитный класс для определения типов токенов SDBL.
- SdblTokenTypes.SdblTokenTypeAndModifiers - Record Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Тип и модификаторы токена SDBL.
- SEA_SHELL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SEAGREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SECURITY_HOTSPOT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticType
-
Точка повышенного внимания безопасности (security hotspot)
- seeAlso() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
seeAlsorecord component. - selectionRange() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns the value of the
selectionRangerecord component. - selectionRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- selectionRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- selectionRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
-
Область первого токена модуля
- selectionRange(SelectionRangeParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- SelectionRangeProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер, обрабатывающий запросы textDocument/selectionRange.
- SelectionRangeProvider() - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.SelectionRangeProvider
- SelectTopWithoutOrderByDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SelectTopWithoutOrderByDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SelectTopWithoutOrderByDiagnostic
- self() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
- self() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol.ConstructorSymbolBuilder
- self() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol.RegularMethodSymbolBuilder
- SelfAssignDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SelfAssignDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SelfAssignDiagnostic
- SelfInsertionDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SelfInsertionDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SelfInsertionDiagnostic
- SemanticTokenEntry - Record Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Запись для хранения информации о семантическом токене.
- SemanticTokenEntry(int, int, int, int, int) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Creates an instance of a
SemanticTokenEntryrecord class. - semanticTokensExecutor() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- semanticTokensFull(SemanticTokensParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- semanticTokensFullDelta(SemanticTokensDeltaParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- SemanticTokensHelper - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Вспомогательные методы для создания семантических токенов.
- SemanticTokensHelper(SemanticTokensLegend) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensHelper
- semanticTokensLegend() - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensLegendConfiguration
-
Создает легенду семантических токенов для Language Server Protocol.
- SemanticTokensLegendConfiguration - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Конфигурация легенды семантических токенов для Language Server Protocol.
- SemanticTokensLegendConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokensLegendConfiguration
- SemanticTokensOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.semantictokens
-
Настройки для семантических токенов.
- SemanticTokensOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.SemanticTokensOptions
- SemanticTokensOptions(List, ParsedStrTemplateMethods) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.SemanticTokensOptions
-
Creates a new
SemanticTokensOptionsinstance. - SemanticTokensProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для предоставления семантических токенов.
- SemanticTokensProvider(List, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.SemanticTokensProvider
- semanticTokensRange(SemanticTokensRangeParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- SemanticTokensSupplier - Interface in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Базовый интерфейс для наполнения
SemanticTokensProviderданными о семантических токенах. - SemicolonPresenceDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SemicolonPresenceDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SemicolonPresenceDiagnostic
- SEND - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Отправлять всегда.
- SEND_ONCE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Отправить один раз, затем спросить.
- SendErrorsMode - Enum Class in com.github._1c_syntax.bsl.languageserver.configuration
-
Режим отправки сообщений об ошибках разработчикам.
- sentryAspect() - Method in class com.github._1c_syntax.bsl.languageserver.aop.AspectJConfiguration
- SentryAspect - Class in com.github._1c_syntax.bsl.languageserver.aop
-
Аспект перехвата исключений и регистрации их в Sentry.
- SentryAspect() - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- sentryDecorator() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- sentryExecutor(TaskDecorator) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- sentryOptionsConfiguration() - Method in class com.github._1c_syntax.bsl.languageserver.aop.sentry.SentryScopeConfigurer
-
Конфигурирует опции Sentry до инициализации.
- SentryScopeConfigurer - Class in com.github._1c_syntax.bsl.languageserver.aop.sentry
-
Конфигуратор данных Sentry.
- SentryScopeConfigurer(ServerInfo, PermissionFilterBeforeSendCallback) - Constructor for class com.github._1c_syntax.bsl.languageserver.aop.sentry.SentryScopeConfigurer
- serialize(Either, JsonGenerator, SerializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticCodeSerializer
- serialize(Either, JsonGenerator, SerializationContext) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMessageSerializer
- SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- SERVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Сервер.
- SERVER - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- SERVER_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ServerCallsInFormEventsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика для проверки вызовов серверных процедур в событиях форм.
- ServerCallsInFormEventsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerCallsInFormEventsDiagnostic
-
Конструктор по умолчанию.
- ServerContext - Class in com.github._1c_syntax.bsl.languageserver.context
-
Контекст сервера - центральное хранилище информации о рабочей области.
- ServerContext(ObjectProvider, WorkDoneProgressHelper, GlobalLanguageServerConfiguration, ExecutorService, ExecutorService) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- serverContextAddDocument(JoinPoint, URI) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- serverContextCloseDocument(JoinPoint, DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- ServerContextDocumentAddedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое при добавлении документа в контекст сервера.
- ServerContextDocumentAddedEvent(ServerContext, URI) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentAddedEvent
-
Создает новое событие добавления документа в контекст сервера.
- ServerContextDocumentClearedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое при освобождении вторичных данных документа в контексте сервера.
- ServerContextDocumentClearedEvent(ServerContext, DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentClearedEvent
-
Создаёт новое событие освобождения вторичных данных документа.
- ServerContextDocumentClosedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое при закрытии документа в контексте сервера.
- ServerContextDocumentClosedEvent(ServerContext, DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentClosedEvent
-
Создает новое событие закрытия документа в контексте сервера.
- ServerContextDocumentRemovedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое при удалении документа из контекста сервера.
- ServerContextDocumentRemovedEvent(ServerContext, URI) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextDocumentRemovedEvent
-
Создает новое событие удаления документа из контекста сервера.
- serverContextPopulated(JoinPoint, Collection) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- ServerContextPopulatedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие завершения заполнения контекста сервера.
- ServerContextPopulatedEvent(ServerContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.ServerContextPopulatedEvent
- serverContextProvider - Variable in class com.github._1c_syntax.bsl.languageserver.reporters.AbstractDiagnosticReporter
-
Провайдер per-workspace
ServerContext. - serverContextProvider - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex
- serverContextProvider - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnCollectionIndex
- serverContextProvider - Variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
- ServerContextProvider - Class in com.github._1c_syntax.bsl.languageserver.context
-
Провайдер контекстов сервера для мульти-workspace окружения.
- ServerContextProvider(ObjectProvider, LanguageServerConfiguration, WorkspaceBeanScope) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.ServerContextProvider
- serverContextRemoveDocument(JoinPoint, URI) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- serverContextTryClearDocument(JoinPoint, DocumentContext, boolean) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- serverEndpointConfig(WebSocketEndpoint) - Method in class com.github._1c_syntax.bsl.languageserver.websocket.WebSocketConfiguration
- serverEndpointExporter() - Method in class com.github._1c_syntax.bsl.languageserver.websocket.WebSocketConfiguration
- ServerSideExportFormMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ServerSideExportFormMethodDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerSideExportFormMethodDiagnostic
- set(URI) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Установить workspace URI.
- set(URI, String) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Установить workspace URI и имя.
- setAnalyzeOnStart(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setAnnotations(Set) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Имена аннотаций, маркирующих тесты.
- setApplicationContext(ApplicationContext) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspectRegistration
- setBinPath(Path) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
-
Путь к каталогу
binустановленной платформы 1С — там, где лежат файлы синтакс-помощника (shcntx_*.hbk,shlang_*.hbk). - setCapabilities(ClientCapabilities) - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
-
Возможности клиента.
- setChange(TextDocumentSyncKind) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
-
Стратегия уведомления об изменениях (None, Full, Incremental).
- setClientHolder(LanguageClientHolder) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.LanguageClientAwareAppender
-
Хранилище возможно подключенного LanguageClient.
- setClientInfo(ClientInfo) - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
-
Информация о клиенте (имя и версия редактора).
- setCode(String) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMixIn
- setCode(Either) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMixIn
- setCognitiveComplexity(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Когнитивная сложность.
- setCognitiveComplexityComputerProvider(ObjectProvider) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- setComments(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество строк с комментариями.
- setCommonModuleAccessors(List) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
-
Список паттернов "Модуль.Метод" для методов, возвращающих ссылку на общий модуль.
- setComputeTrigger(ComputeTrigger) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setConfiguration(LanguageServerConfiguration) - Method in class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- setConfigurationRoot(Path) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- setConfigurationRoot(Path) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- setCovlocData(int[]) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Deprecated.Используется для обратной совместимости
- setCyclomaticComplexity(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Цикломатическая сложность.
- setCyclomaticComplexityComputerProvider(ObjectProvider) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- setDebugTestArguments(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для отладки одного теста.
- setDiagnosticComputer(DiagnosticComputer) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- setEnabled(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
-
Разрешить загрузку платформенного контекста из синтакс-помощника установленной 1С.
- setEntryPoint(CfgVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- setExclude(Set) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- setExcludePaths(List) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Паттерны путей для исключения из индексации (простые имена каталогов или glob).
- setExecutable(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Имя исполняемого файла тестового фреймворка (linux и macOS).
- setExecutableWin(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Имя исполняемого файла тестового фреймворка (windows).
- setExecutor(ThreadPoolTaskExecutor) - Method in class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- setFile(File) - Method in class com.github._1c_syntax.bsl.languageserver.cli.lsp.FileAwarePrintWriter
- setFunctions(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество функций.
- setGetTestsArguments(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для получения списка тестов.
- setGetTestsByTestRunner(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Флаг, указывающий на необходимость получения списка тестов через исполняемый файл тестового фреймворка.
- setGetTestsResultPattern(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Регулярное выражение для получения списка тестов.
- setGlobalConfiguration(GlobalLanguageServerConfiguration) - Method in class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- setIgnoredAuthors(Set) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setInclude(Set) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- setInfo(DiagnosticInfo) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
-
Метаинформация о диагностике.
- setInfo(DiagnosticInfo) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic
- setInfo(DiagnosticInfo) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractListenerDiagnostic
-
Метаинформация о диагностике.
- setInfo(DiagnosticInfo) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLListenerDiagnostic
- setInfo(DiagnosticInfo) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- setInfo(DiagnosticInfo) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractVisitorDiagnostic
- setInfo(DiagnosticInfo) - Method in interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
-
Установить метаинформацию о диагностике.
- setLanguage(Language) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Язык интерфейса для сообщений и документации.
- setLanguage(Language) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Язык интерфейса для сообщений и документации в этом workspace.
- setLanguageClientHolder(LanguageClientHolder) - Method in class com.github._1c_syntax.bsl.languageserver.aop.SentryAspect
- setLanguageScope(TypeRef, LanguageScope) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Установить/повысить языковой скоуп типа.
- setLanguageServerConfiguration(LanguageServerConfiguration) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- setLibRoots(List) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
-
Дополнительные корневые каталоги для поиска OneScript-библиотек.
- setLines(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Общее количество строк.
- setMeasureCollector(MeasureCollector) - Method in class com.github._1c_syntax.bsl.languageserver.aop.MeasuresAspect
- setMessage(String) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMixIn
- setMessage(Either) - Method in class com.github._1c_syntax.bsl.languageserver.reporters.databind.DiagnosticMixIn
- setMetadata(Map) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setMethodPattern(Pattern) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
- setMinimumLSPDiagnosticLevel(DiagnosticSeverity) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setMode(Mode) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setMultilineTokenSupport(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.BslDocSemanticTokensSupplier
- setMultilineTokenSupport(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.CommentSemanticTokensSupplier
- setNcloc(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество строк кода (без пустых и комментариев).
- setNclocData(int[]) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Данные о строках кода (массив номеров строк).
- setOrdinaryAppSupport(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setOScriptModuleTypeResolver(OScriptModuleTypeResolver) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- setOverrideMinimumLSPDiagnosticLevel(DiagnosticSeverity) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setParameters(Map) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
-
Параметры сапплаеров линз.
- setParameters(Map) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setParameters(Map) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
-
Параметры сапплаеров inlay hints.
- setParent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
-
Родительский символ — область (
#Область), модуль или вложенная область. - setParent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
-
Символ, внутри которого располагается данный символ.
- setParent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- setParent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- setParent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- setParent(Optional) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- setParent(Optional) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SourceDefinedSymbol
- SetPermissionsForNewObjectsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SetPermissionsForNewObjectsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SetPermissionsForNewObjectsDiagnostic
- SetPrivilegedModeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SetPrivilegedModeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SetPrivilegedModeDiagnostic
- setProcedures(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество процедур.
- setRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
-
Диапазон, для которого нужно получить список диагностик.
- setRepresentingAst(ParseTree) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- setRunAllTestsArguments(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для запуска всех тестов.
- setRunTestArguments(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Аргументы для запуска одного теста.
- setSendErrors(SendErrorsMode) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Режим отправки ошибок в Sentry.
- setShowDiagnosticDescription(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- setShowImplicitLibraryEntriesInCompletion(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
-
Если
true, в no-dot completion (включая список послеНовый) предлагаются также неявные записи библиотек — необъявленные вlib.config.os-файлы, лежащие внутри каталога обнаруженной библиотеки. - setSiteRoot(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- setSize(int) - Method in class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper.WorkDoneProgressReporter
- setSkipSupport(SkipSupport) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setStatements(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
-
Количество операторов.
- setStrTemplateMethods(List) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.SemanticTokensOptions
-
Устанавливает список паттернов функций-шаблонизаторов и пересчитывает кэш.
- setSubsystemsFilter(SubsystemFilter) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- setTargetVersion(String) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
-
Целевая версия платформы 1С для диагностик совместимости (устаревание, недоступность члена по версии).
- setTestRunnerAdapterOptions(TestRunnerAdapterOptions) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
-
Параметры запускателя тестового фреймворка.
- setTestSources(Set) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Каталоги с исходными файлами тестов.
- setTextDocumentSync(TextDocumentSyncCapabilityOptions) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
-
Настройки синхронизации текстовых документов.
- setTraceLog(File) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Файл для трассировки LSP-обмена.
- setUseDevSite(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- setUseEnvLibLocation(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.oscript.OScriptOptions
-
Если
true, в дополнение кOScriptOptions.libRootsучитываются пути из переменной окруженияOSCRIPT_LIB_LOCATION(по умолчанию выключено, чтобы избежать неожиданного подхвата либ на CI). - setUseKeywordsFormatting(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Использовать форматирование ключевых слов.
- setUseOnTypeFormatting(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Включить форматирование по нажатию символа-триггера (textDocument/onTypeFormatting).
- setUseUpperCaseForOrNotAndKeywords(boolean) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
-
Использовать верхний регистр для ключевых слов И/ИЛИ/НЕ.
- setValue() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceNameThreadLocalAccessor
- setValue() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceThreadLocalAccessor
- setValue(String) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceNameThreadLocalAccessor
- setValue(URI) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceThreadLocalAccessor
- setWorkspaceUri(URI) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
- SeveralCompilerDirectivesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SeveralCompilerDirectivesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SeveralCompilerDirectivesDiagnostic
- severity() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Серьезность замечания
- ShortBasedVariableSymbol - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Реализация символа переменной, хранящая позицию в виде short.
- ShortBasedVariableSymbol(String, SourceDefinedSymbol, DocumentContext, Optional, byte, boolean, Optional, short, short, short, short, short, short, short) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- showDefaultValues() - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractMethodCallInlayHintSupplier
- showParametersWithTheSameName() - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractMethodCallInlayHintSupplier
- shutdown() - Method in class com.github._1c_syntax.bsl.languageserver.BSLLanguageServer
- shutdown() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor
-
Завершает работу executor'а, дожидаясь обработки уже поставленных задач.
- shutdown() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- shutdownNow() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor
-
Немедленно останавливает executor и очищает очередь.
- shutdownNow() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- SIENNA - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SignatureDescriptor - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Дескриптор одной сигнатуры (варианта синтаксиса) метода/конструктора.
- SignatureDescriptor(List, TypeRef, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Compat-конструктор: одиночный
TypeRef+ одноязычное description. - SignatureDescriptor(List, TypeSet, BilingualString) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Creates an instance of a
SignatureDescriptorrecord class. - SignatureDescriptor(List, TypeSet, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Compat-конструктор: одноязычное
descriptionстрокой. - signatureHelp(SignatureHelpParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- SignatureHelpProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для запросов
textDocument/signatureHelp. - SignatureHelpProvider(TypeService, GlobalScopeProvider, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.SignatureHelpProvider
- signatures() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
signaturesrecord component. - SignatureSelection - Class in com.github._1c_syntax.bsl.languageserver.types.util
-
Утилиты выбора подходящего варианта сигнатуры из перегрузок метода/конструктора.
- SILVER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- simpleName() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Краткое имя без квалификатора (часть после последней точки), удобно для отображения в hover/completion.
- sinceVersion() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns the value of the
sinceVersionrecord component. - size() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- SKIP - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic.ExpressionVisitorDecision
-
Не обрабатывать выражение
- skipFilter(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
-
Предикат «пропустить узел» — позиции, которые уже красит другой сапплаер.
- skipFilter(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberMethodCallSemanticTokensSupplier
- skipFilter(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.PlatformMemberPropertyAccessSemanticTokensSupplier
- SKIPPED_CALL_ARG - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Пропущенный аргумент вызова.
- SkippedCallArgumentNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел пропущенного аргумента вызова в дереве выражений.
- SkippedCallArgumentNode() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.SkippedCallArgumentNode
- skipPositions() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Returns the value of the
skipPositionsrecord component. - SkipSupport - Enum Class in com.github._1c_syntax.bsl.languageserver.configuration.diagnostics
-
Режим пропуска подсчета диагностик в зависимости от режима поддержки модуля
- SKY_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SLATE_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SLATE_GRAY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SNOW - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SOURCE - Static variable in class com.github._1c_syntax.bsl.languageserver.providers.DiagnosticProvider
- SourceDefinedMethodCallInlayHintSupplier - Class in com.github._1c_syntax.bsl.languageserver.inlayhints
-
Поставщик подсказок о параметрах вызываемого метода.
- SourceDefinedMethodCallInlayHintSupplier(LanguageServerConfiguration, ReferenceIndex, DescriptionFormatter) - Constructor for class com.github._1c_syntax.bsl.languageserver.inlayhints.SourceDefinedMethodCallInlayHintSupplier
- SourceDefinedSymbol - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Мета-информация о логически конечной единице, созданной и описанной в исходном коде, например, объявленный в коде метод, созданная область и т.д.
- SourceDefinedSymbolDeclarationReferenceFinder - Class in com.github._1c_syntax.bsl.languageserver.references
-
Реализация поискового движка на основе попадания искомой позиции в строку объявления метода.
- SourceDefinedSymbolDeclarationReferenceFinder(ServerContextProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.references.SourceDefinedSymbolDeclarationReferenceFinder
- sourceDir() - Method in record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Returns the value of the
sourceDirrecord component. - sourceSymbol() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns the value of the
sourceSymbolrecord component. - sourceUri() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns the value of the
sourceUrirecord component. - SPACE_REGEX - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.InvalidCharacterInFileDiagnostic
- SpaceAtStartCommentDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- SpaceAtStartCommentDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.SpaceAtStartCommentDiagnostic
- SPECIAL_LIST_FOR_DATA_SOURCE - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.RefOveruseDiagnostic
- SpecialContextVisitor - Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Visitor для поиска вызовов НСтр и СтрШаблон.
- SpecialContextVisitor(Map, ParsedStrTemplateMethods) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SpecialContextVisitor
-
Создаёт visitor для сбора контекстов строк с конфигурируемыми функциями-шаблонизаторами.
- specialize() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.MetadataCollectionSpecializer
-
Пользовательские реквизиты для коллекции
Реквизиты:AttributeOwner.getAllAttributes()включает и стандартные реквизиты сAttributeKind.STANDARD— они лежат в отдельной коллекцииСтандартныеРеквизитыи не должны попадать вРеквизиты. - specialize(TypeRef, Map) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Применяет
bindings(placeholder → имя заменителя) кTypeRef. - specialize(TypeSet, Map) - Static method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
- specialize(Map) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Возвращает копию дескриптора, в которой placeholder'ы
<X>вMemberDescriptor.returnTypesиSignatureDescriptor.returnType()заменены поbindings. - SPRING_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- SQL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- STANDARD - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- start() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- start() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns the value of the
startrecord component. - start() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Returns the value of the
startrecord component. - start() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Returns the value of the
startrecord component. - start() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Returns the value of the
startrecord component. - startCharacter() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns the value of the
startCharacterrecord component. - startCharacter(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Колонка начала тела метода (см.
- startCharacter(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- startLine() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns the value of the
startLinerecord component. - startLine(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Строка начала тела метода — от
Процедура/Функция(или первой аннотации) до закрывающего ключевого слова. - startLine(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- startRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- statements() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.BasicBlockVertex
- STEEL_BLUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- STR_TEMPLATE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.StringContext
-
Строка в контексте вызова СтрШаблон/StrTemplate.
- STR_TEMPLATE_PLACEHOLDER_PATTERN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Паттерн для поиска плейсхолдеров в строках СтрШаблон (%1-%10 или %(1)-%(10)).
- streamSymbols() - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
- string() - Method in record class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage.DiagnosticAdditionalData
-
Returns the value of the
stringrecord component. - STRING - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
- STRING_ESCAPE - Static variable in class com.github._1c_syntax.bsl.languageserver.semantictokens.CustomSemanticTokenTypes
-
Тип токена для экранированных двойных кавычек
""внутри строковых литералов. - StringContext - Enum Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Контекст строки для определения типа обработки.
- stringInterner() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.UtilsConfiguration
- stringParameter(Annotation, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Значение строкового параметра аннотации по имени.
- Strings - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы со строками.
- StringSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для строк BSL и запросов SDBL.
- StringSemanticTokensSupplier(SemanticTokensHelper, LanguageServerConfiguration, ServerContext, SemanticTokensLegend, ObjectProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.StringSemanticTokensSupplier
- StyleElementConstructorsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- StyleElementConstructorsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.StyleElementConstructorsDiagnostic
- submit(int, List) - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentChangeExecutor
-
Помещает задачу в очередь на обработку.
- submit(Runnable) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- submit(Runnable, T) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- submit(Callable) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ContextPropagatingExecutorService
- subNameEndCharacter(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Колонка конца subName (см.
- subNameLine(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Строка имени метода (subName) — используется как selectionRange и для матчинга позиции к символу.
- subNameRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
- subNameStartCharacter(int) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
-
Колонка начала subName (см.
- SubroutineDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для процедур и функций (Procedure/EndProcedure, Function/EndFunction).
- SubroutineDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.SubroutineDocumentHighlightSupplier
- SubsystemFilter - Class in com.github._1c_syntax.bsl.languageserver.configuration.diagnostics
-
Фильтр диагностик по подсистемам
- SubsystemFilter() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- SubToken - Record Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Подтокен внутри строки (языковой ключ или плейсхолдер).
- SubToken(int, int, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Creates an instance of a
SubTokenrecord class. - SUBTRACT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Вычитание (приоритет 5).
- subtypes(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Прямые наследники: все
.os-документы workspace, объявившиеdocumentContextсвоим родителем через&Расширяет. - subtypes(DocumentContext, TypeHierarchySubtypesParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.TypeHierarchyProvider
-
Получить дочерние классы (подтипы) элемента иерархии — все
.os-классы workspace, объявившие данный класс своим родителем через&Расширяет. - supertype(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Прямой родительский документ (супертип через
&Расширяет). - supertypeName(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
-
Имя супертипа для целей иерархии типов с поправкой на мета-аннотации «ОСени».
- supertypes(DocumentContext, TypeHierarchySupertypesParams) - Method in class com.github._1c_syntax.bsl.languageserver.providers.TypeHierarchyProvider
-
Получить родительские классы (супертипы) элемента иерархии.
- supplierIsEnabled(String, Map) - Static method in class com.github._1c_syntax.bsl.languageserver.inlayhints.infrastructure.InlayHintsConfiguration
-
Проверить, включён ли сапплаер по его id.
- supportsForEach() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
supportsForEachrecord component. - supportsForEach(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
true, если у типа разрешён обходДля Каждого. - supportsIndexAccess() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
supportsIndexAccessrecord component. - supportsIndexAccess(TypeRef) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
true, если у типа разрешён индексатор[...]. - SUSPICIOUS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- symbol() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns the value of the
symbolrecord component. - symbol() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Returns the value of the
symbolrecord component. - symbol() - Method in record class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Entry
-
Returns the value of the
symbolrecord component. - symbol(Symbol) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence.SymbolOccurrenceBuilder
- symbol(WorkspaceSymbolParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLWorkspaceService
- Symbol - Record Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Облегченные данные символа для поиска без кросс-ссылок между файлами.
- Symbol - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Мета-информация о логически конечной единице в модуле (переменная, метод, класс и т.д.).
- Symbol(String, ModuleType, String, SymbolKind, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Creates an instance of a
Symbolrecord class. - Symbol.SymbolBuilder - Class in com.github._1c_syntax.bsl.languageserver.references.model
- SymbolDescription - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Текстовое описание сущности (символа, члена типа, типа в целом, параметра) для отображения в hover/completion/signature-help.
- symbolKind() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns the value of the
symbolKindrecord component. - symbolKind(SymbolKind) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- symbolKind(SymbolKind) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- symbolName() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns the value of the
symbolNamerecord component. - symbolName(String) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- SymbolOccurrence - Record Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Обращение к символу в файле.
- SymbolOccurrence(OccurrenceType, Symbol, Location) - Constructor for record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Creates an instance of a
SymbolOccurrencerecord class. - SymbolOccurrence.SymbolOccurrenceBuilder - Class in com.github._1c_syntax.bsl.languageserver.references.model
- SymbolOccurrenceRepository - Class in com.github._1c_syntax.bsl.languageserver.references.model
-
Хранилище обращений к символам.
- SymbolOccurrenceRepository() - Constructor for class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrenceRepository
- SymbolProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер для поиска символов в рабочей области.
- SymbolProvider(ServerContextProvider) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.SymbolProvider
- SymbolsSemanticTokensSupplier - Class in com.github._1c_syntax.bsl.languageserver.semantictokens
-
Сапплаер семантических токенов для символов: методов, переменных и параметров.
- SymbolsSemanticTokensSupplier(ReferenceIndex, SemanticTokensHelper) - Constructor for class com.github._1c_syntax.bsl.languageserver.semantictokens.SymbolsSemanticTokensSupplier
- SymbolTree - Class in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Символьное дерево документа.
- SymbolTree(ModuleSymbol) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
-
Creates a new
SymbolTreeinstance. - SymbolTreeComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель дерева символов документа.
- SymbolTreeComputer(DocumentContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.SymbolTreeComputer
- SymbolTreeVisitor - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Посетитель дерева символов.
- SymbolTypeIndex - Class in com.github._1c_syntax.bsl.languageserver.types.index
-
Индекс декларативных типов символов.
- SymbolTypeIndex(TypeRegistry) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.index.SymbolTypeIndex
- SyntheticKind - Enum Class in com.github._1c_syntax.bsl.languageserver.types.symbol
-
Семантическая роль
SyntheticSymbol. - SyntheticSymbol - Class in com.github._1c_syntax.bsl.languageserver.types.symbol
-
Символ, объявление которого лежит вне BSL/OScript кода: платформенные глобалы, члены платформенных типов, элементы коллекций конфигурации.
- SyntheticSymbol(String, SyntheticKind, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- SyntheticSymbol(String, SyntheticKind, String, TypeRef) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- SyntheticSymbol(String, SyntheticKind, String, TypeRef, Symbol) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
- SyntheticSymbol(String, SyntheticKind, String, TypeRef, Symbol, Supplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticSymbol
-
Creates a new
SyntheticSymbolinstance. - SyntheticSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
-
Построитель hover-контента для
SyntheticSymbol(свойства глобальной области, элементы коллекций конфигурации, имена библиотечных модулей, платформенные глобальные переменные). - SyntheticSymbolMarkupContentBuilder(TypeRegistry, CollectionHoverHints, Resources, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.SyntheticSymbolMarkupContentBuilder
T
- tags() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Перечень меток (тегов) диагностики
- TAN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- targetCompatibilityMode(DocumentContext, LanguageServerConfiguration) - Static method in class com.github._1c_syntax.bsl.languageserver.types.PlatformMemberVersions
-
Целевая версия платформы для сравнения.
- TEAL - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- TempFilesDirDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TempFilesDirDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TempFilesDirDiagnostic
- TEMPLATE_METHOD_NAME_PATTERN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser
-
Паттерн для распознавания вызова метода СтрШаблон/StrTemplate.
- terminalNode() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier.TerminalNodeInfo
-
Returns the value of the
terminalNoderecord component. - TerminalNodeInfo(TerminalNode, int) - Constructor for record class com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier.TerminalNodeInfo
-
Creates an instance of a
TerminalNodeInforecord class. - TerminalSymbolNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Терминальный узел дерева выражений.
- TERNARY_OP - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Тернарный оператор (условие ? истина : ложь).
- TernaryOperatorNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел тернарного оператора в дереве выражений.
- ternaryOperatorsEqual(TernaryOperatorNode, TernaryOperatorNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- TernaryOperatorUsageDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TernaryOperatorUsageDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TernaryOperatorUsageDiagnostic
- TestRunnerAdapter - Class in com.github._1c_syntax.bsl.languageserver.codelenses.testrunner
-
Расчетчик списка тестов в документе.
- TestRunnerAdapter(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.codelenses.testrunner.TestRunnerAdapter
- TestRunnerAdapterOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.codelens
-
Параметры запускателя тестового фреймворка.
- TestRunnerAdapterOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
- TestRunnerAdapterOptions(Set, Set, String, String, boolean, String, String, String, String, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
-
Creates a new
TestRunnerAdapterOptionsinstance. - textDocumentServiceExecutor(TaskDecorator) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- TextDocumentSyncCapabilityOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.capabilities
-
Настройки синхронизации текстовых документов.
- TextDocumentSyncCapabilityOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
- THEN - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THEN_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THICK_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Толстый клиент.
- THICK_CLIENT_MANAGED_APPLICATION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THICK_CLIENT_MANAGED_APPLICATION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THICK_CLIENT_ORDINARY_APPLICATION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THICK_CLIENT_ORDINARY_APPLICATION_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THIN_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- THIN_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Тонкий клиент.
- THIN_CLIENT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- THIN_CLIENT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ThisObjectAssignDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- ThisObjectAssignDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.ThisObjectAssignDiagnostic
- THISTLE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- ThrowingSupplier<T> - Interface in com.github._1c_syntax.bsl.languageserver.utils
-
Функциональный интерфейс поставщика, который может бросать исключения.
- tick() - Method in class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper.WorkDoneProgressReporter
- tick(String, int) - Method in class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper.WorkDoneProgressReporter
- TimeoutsInExternalResourcesDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TimeoutsInExternalResourcesDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TimeoutsInExternalResourcesDiagnostic
- TO - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- TO_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- ToggleCognitiveComplexityInlayHintsCommandSupplier - Class in com.github._1c_syntax.bsl.languageserver.commands
-
Поставщик команды переключения подсказок когнитивной сложности.
- ToggleCognitiveComplexityInlayHintsCommandSupplier(CognitiveComplexityInlayHintSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.ToggleCognitiveComplexityInlayHintsCommandSupplier
- ToggleComplexityInlayHintsCommandArguments - Class in com.github._1c_syntax.bsl.languageserver.commands.complexity
-
Аргументы команды для переключения отображения сложности метода во всплывающих подсказках.
- ToggleComplexityInlayHintsCommandArguments(String, AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData) - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
- ToggleComplexityInlayHintsCommandArguments(URI, String, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
- ToggleCyclomaticComplexityInlayHintsCommandSupplier - Class in com.github._1c_syntax.bsl.languageserver.commands
-
Поставщик команды переключения подсказок цикломатической сложности.
- ToggleCyclomaticComplexityInlayHintsCommandSupplier(CyclomaticComplexityInlayHintSupplier) - Constructor for class com.github._1c_syntax.bsl.languageserver.commands.ToggleCyclomaticComplexityInlayHintsCommandSupplier
- toggleHints(URI, String) - Method in class com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractComplexityInlayHintSupplier
-
Переключить показ подсказок сложности для метода.
- token() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo
-
Returns the value of the
tokenrecord component. - tokenizer() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo
-
Returns the value of the
tokenizerrecord component. - TokenPosition - Record Class in com.github._1c_syntax.bsl.languageserver.semantictokens.strings
-
Позиция токена для использования в качестве ключа в Map.
- TokenPosition(int, int, int) - Constructor for record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Creates an instance of a
TokenPositionrecord class. - tokenType() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier.TerminalNodeInfo
-
Returns the value of the
tokenTyperecord component. - toLocation() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
- TOMATO - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- TooManyReturnsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TooManyReturnsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TooManyReturnsDiagnostic
- toRef() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.BasicBlockVertex
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgVertex
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForeachLoopVertex
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ForLoopVertex
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.LabelVertex
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.ClientCapabilitiesHolder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.BeanUsagesCodeLensSupplier.BeanUsagesCodeLensData
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DebugTestCodeLensSupplier.DebugTestCodeLensData
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.DefaultCodeLensData
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.InjectionPointCodeLensSupplier.InjectionPointCodeLensData
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.codelenses.RunTestCodeLensSupplier.RunTestCodeLensData
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.commands.complexity.ToggleComplexityInlayHintsCommandArguments
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.commands.DefaultCommandArguments
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.CapabilitiesOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.capabilities.TextDocumentSyncCapabilityOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.codelens.TestRunnerAdapterOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.DiagnosticsOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SubsystemFilter
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.formating.FormattingOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.references.ReferencesOptions
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.configuration.semantictokens.ParsedStrTemplateMethods
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexityData
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.context.computer.ComplexitySecondaryLocation
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.MetricStorage
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol.AbstractMethodSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractMethodSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotatedVariableSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol.AnnotationParamSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationParamSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation.AnnotationBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.Annotation
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol.AnnotationSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AnnotationSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol.ConstructorSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ConstructorSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.IntBasedVariableSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.KeywordSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol.ModuleSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ModuleSymbol
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterDefinitionBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol.RegionSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegionSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol.RegularMethodSymbolBuilder
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.RegularMethodSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.ShortBasedVariableSymbol
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTree
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.VariableDefinition
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.diagnostics.DiagnosticStorage.DiagnosticAdditionalData
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.AbstractSDBLDocumentHighlightSupplier.QueryTokenInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.documenthighlight.DocumentHighlightSupplier.TerminalNodeInfo
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.DiagnosticParams
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.jsonrpc.Diagnostics
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.references.model.Symbol.SymbolBuilder
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Symbol
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence.SymbolOccurrenceBuilder
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.SymbolOccurrence
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Lines
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Location
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.reporters.data.AnalysisInfo
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.reporters.data.FileInfo
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.QueryContext
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes.SdblTokenTypeAndModifiers
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.TokenPosition
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.AnyType
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.BilingualString
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ConfigurationType
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformMetadata
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PlatformType
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.PrimitiveType
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.SignatureDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UnknownType
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.FactoryMethodBean
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnComponentInferencer.InjectedBean
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.ConventionalLibraryDiscovery.ConventionalLibrary
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.LibConfigParser.LibEntry
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.KeywordDescription
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Entry
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Returns a string representation of this record class.
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.AbstractObjectPool
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BinaryOperationNode
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslExpression
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperationNode
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ConstructorCallNode
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ErrorExpressionNode
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.MethodCallNode
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TernaryOperatorNode
- toString() - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.UnaryOperationNode
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.CommonModuleMethodOnGetter
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.ModuleReference.ParsedAccessors
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Returns a string representation of this record class.
- toString() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.PathExclusionUtils.ExclusionFilters
-
Returns a string representation of this record class.
- TransferringParametersBetweenClientAndServerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TransferringParametersBetweenClientAndServerDiagnostic(ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TransferringParametersBetweenClientAndServerDiagnostic
- TransitiveOperationsIgnoringComparer - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Стратегия сравнения выражений с учетом транзитивности операторов А = Б будет эквивалентно Б = А если включить режим транзитивности логических операций, то эквивалентны будут "А и Б" и "Б и А" (см.
- TransitiveOperationsIgnoringComparer() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.TransitiveOperationsIgnoringComparer
- treeContainsErrors(ParseTree) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Trees
-
Проверяет среди всех дочерних элементов (рекурсивно) наличие узла с ошибкой
- Trees - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Утилитный класс для работы с синтаксическими деревьями ANTLR.
- trimQuotes(String) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.Strings
-
Удалить кавычки из строки и обрезать пробелы.
- TRUE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- TRUE_BRANCH - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
- TRUE_LITERAL - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Булев литерал
Истина. - TRUE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- TRY - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- TRY_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- tryClearDocument(DocumentContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.ServerContext
-
Попытаться очистить документ, если он не открыт.
- TryExceptVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- TryExceptVertex(BSLParser.TryStatementContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.TryExceptVertex
- TryNumberDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TryNumberDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TryNumberDiagnostic
- tryRegister() - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.ConfigurationTypesProvider
-
Идемпотентная регистрация.
- TryStatementDocumentHighlightSupplier - Class in com.github._1c_syntax.bsl.languageserver.documenthighlight
-
Поставщик подсветки для конструкций Try/Except/EndTry.
- TryStatementDocumentHighlightSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.documenthighlight.TryStatementDocumentHighlightSupplier
- TSLintReporter - Class in com.github._1c_syntax.bsl.languageserver.reporters
- TSLintReporter() - Constructor for class com.github._1c_syntax.bsl.languageserver.reporters.TSLintReporter
- TURQUOISE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- type() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
-
Returns the value of the
typerecord component. - type() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticMetadata
-
Тип диагностики
- type() - Element in annotation interface com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticParameter
- type() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.SemanticTokenEntry
-
Returns the value of the
typerecord component. - type() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.AstTokenInfo
-
Returns the value of the
typerecord component. - type() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblTokenTypes.SdblTokenTypeAndModifiers
-
Returns the value of the
typerecord component. - type() - Method in record class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SubToken
-
Returns the value of the
typerecord component. - type() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnBeanIndex.BeanDefinition
-
Returns the value of the
typerecord component. - type() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider.PlatformVariable
-
Returns the value of the
typerecord component. - Type - Interface in com.github._1c_syntax.bsl.languageserver.types.model
-
Тип значения в BSL/OneScript.
- TYPE_NAME - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Role
-
Имя — это имя типа, доступное в
Новый ИмяКласса(). - TYPE_NAME - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Имя типа/класса для конструктора
Новый ИмяКласса(...)— платформенный класс (Структура,Массив,ТаблицаЗначений) или OScript-класс. - TYPE_PARAMETER - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnAnnotations
-
Параметр
Типаннотаций&Пластилин/&Завязь. - TypeDecl(TypeKind, BilingualString, Collection, boolean, BilingualString, List, List, boolean, boolean, BilingualString, BilingualString, List, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Creates an instance of a
TypeDeclrecord class. - TypeDecl(TypeKind, BilingualString, Collection, boolean, String, List, List, boolean, boolean, String, String, List, boolean) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Compat-конструктор: одноязычные
description/forEachDescription/indexAccessDescriptionстроками. - TypedMember(TypeRef, MemberDescriptor, Range) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
- TypedMember(TypeRef, MemberDescriptor, Range, int) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
- TypedMember(TypeRef, MemberDescriptor, Range, int, List) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.TypeService.TypedMember
-
Creates an instance of a
TypedMemberrecord class. - TypeHierarchyProvider - Class in com.github._1c_syntax.bsl.languageserver.providers
-
Провайдер иерархии типов для OneScript-классов, использующих библиотеку наследования extends.
- TypeHierarchyProvider(OScriptLibraryIndex, TypeRelations) - Constructor for class com.github._1c_syntax.bsl.languageserver.providers.TypeHierarchyProvider
- typeHierarchySubtypes(TypeHierarchySubtypesParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- typeHierarchySupertypes(TypeHierarchySupertypesParams) - Method in class com.github._1c_syntax.bsl.languageserver.BSLTextDocumentService
- TypeKind - Enum Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Категория типа.
- typeName(BSLParser.NewExpressionContext) - Static method in class com.github._1c_syntax.bsl.languageserver.utils.bsl.Constructors
-
Вычисляет имя типа создаваемого объекта, работает с Новый ТипОбъекта; Новый("ТипОбъекта")
- TypePackProvider - Interface in com.github._1c_syntax.bsl.languageserver.types.registry
-
Источник типов для
TypeRegistry. - TypePackProvider.TypeDecl - Record Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Объявление одного типа для регистрации.
- typeParameters() - Method in record class com.github._1c_syntax.bsl.languageserver.types.registry.TypePackProvider.TypeDecl
-
Returns the value of the
typeParametersrecord component. - TypeRef - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Лёгкая ссылка-ключ на тип.
- TypeRef(TypeKind, String) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
-
Creates an instance of a
TypeRefrecord class. - TypeRegistry - Class in com.github._1c_syntax.bsl.languageserver.types.registry
-
Реестр известных типов.
- TypeRegistry(List, GlobalScopeProvider, MemberMetadataIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Creates a new
TypeRegistryinstance. - TypeRelationIndex - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.extends_
-
Двунаправленный индекс прямых отношений библиотеки extends.
- TypeRelationIndex(OScriptExtends, OScriptMetaAnnotationResolver) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelationIndex
- TypeRelations - Class in com.github._1c_syntax.bsl.languageserver.types.oscript.extends_
-
Единая точка истины об отношениях наследования между OneScript-классами библиотеки extends:
&Расширяет(наследование) и&Реализует(реализация интерфейса). - TypeRelations(OScriptExtends, OScriptMetaAnnotationResolver, OScriptLibraryIndex, TypeRegistry, TypeRelationIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.oscript.extends_.TypeRelations
- types() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns the value of the
typesrecord component. - typesAt(Reference) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Тип значения, на которое указывает ссылка (контейнер символ+документ+диапазон): source-defined символ → его тип-значение, synthetic → valueType, platform-member → returnTypes.
- typeService - Variable in class com.github._1c_syntax.bsl.languageserver.semantictokens.AbstractPlatformMemberSemanticTokensSupplier
- TypeService - Class in com.github._1c_syntax.bsl.languageserver.types
-
Единая точка для consumer'ов (hover, completion, signature help) для получения информации о типах.
- TypeService(TypeRegistry, SymbolTypeIndex, ExpressionTypeInferencer, ReferenceResolver, GlobalScopeProvider, DereferenceMemberMatcher) - Constructor for class com.github._1c_syntax.bsl.languageserver.types.TypeService
- TypeService.TypedMember - Record Class in com.github._1c_syntax.bsl.languageserver.types
-
Найденный член типа в позиции курсора.
- TypeSet - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Неизменяемый, hash-stable union типов.
- TypeSet(Set) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- TypeSet(Set, Map, Map) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Creates an instance of a
TypeSetrecord class. - typoCacheManager(CacheManager) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.CacheConfiguration
- TypoDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- TypoDiagnostic(CheckedWordsHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.TypoDiagnostic
U
- UNARY_MINUS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Унарный минус (приоритет 7).
- UNARY_OP - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Унарная операция (отрицание, минус).
- UNARY_PLUS - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
- UnaryOperationNode - Class in com.github._1c_syntax.bsl.languageserver.utils.expressiontree
-
Узел унарной операции в дереве выражений.
- unaryOperationsEqual(UnaryOperationNode, UnaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.DefaultNodeEqualityComparer
- UnaryPlusInConcatenationDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnaryPlusInConcatenationDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnaryPlusInConcatenationDiagnostic
- UnavailableMemberCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Подсвечивает вызов метода или обращение к свойству платформенного типа, недоступного в целевой версии платформы: член появился в версии новее, чем режим совместимости проекта (
target < sinceVersion). - UnavailableMemberCallDiagnostic(TypeService, TypeRegistry, LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnavailableMemberCallDiagnostic
- UNDEFINED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
- UNDEFINED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
- UNDEFINED - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- UNDEFINED_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- unfreezeComputedData() - Method in class com.github._1c_syntax.bsl.languageserver.context.DocumentContext
- union(TypeSet) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
- UnionAllDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnionAllDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnionAllDiagnostic
- UNKNOWN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
- UNKNOWN - Static variable in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeRef
- UnknownMemberDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Подсвечивает обращение к методу или свойству, которое не является известным членом своего типа (вероятная опечатка или несуществующий API):
Ресивер.Член— тип ресивера выведен и конкретен, но члена с таким именем у него нет; голый вызовИмя(...)— имя не резолвится ни в глобальную функцию/свойство платформы или конфигурации, ни в метод/переменную текущего модуля. - UnknownMemberDiagnostic(TypeService) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnknownMemberDiagnostic
- unknownMemberReceiverAt(DocumentContext, Position) - Method in class com.github._1c_syntax.bsl.languageserver.types.TypeService
-
Обращение к члену (
ресивер.член), у которого тип ресивера выведен и конкретен, но члена с таким именем нет ни на одном из типов-владельцев — вероятная опечатка/несуществующий член. - UnknownPreprocessorSymbolDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnknownPreprocessorSymbolDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnknownPreprocessorSymbolDiagnostic
- UnknownType - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Тип-неизвестность.
- UnknownType() - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.UnknownType
-
Creates an instance of a
UnknownTyperecord class. - UNPREDICTABLE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- UnreachableCodeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnreachableCodeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- unregister(Symbol) - Method in class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope
-
Удалить все имена, зарегистрированные за символом (по идентичности символа).
- unregister(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleMembersProvider
-
Удалить ранее зарегистрированные типы/namespace по URI документа.
- unregister(URI) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptModuleTypeResolver
-
Удалить запись о файле (например, при удалении/пере-индексации).
- unregisterLibraryClass(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Удалить synthetic-symbol library-класса по имени.
- unregisterLibraryModule(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.GlobalScopeProvider
-
Удалить synthetic-symbol library-модуля по имени.
- unregisterUserType(String) - Method in class com.github._1c_syntax.bsl.languageserver.types.registry.TypeRegistry
-
Удалить пользовательский тип по qualifiedName (например, при закрытии соответствующего документа).
- unregisterWorkspace(URI) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceContextHolder
-
Удалить регистрацию workspace.
- UnsafeFindByCodeDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
-
Диагностика обнаруживает использование метода
FindByCode()(илиНайтиПоКоду()) для справочников, планов видов характеристик и планов счетов, у которых: отключен контроль уникальности кода (CheckUnique = False) или включены серии кодов не по всему объекту (CodeSeriesне равноWHOLE_CATALOG) - UnsafeFindByCodeDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnsafeFindByCodeDiagnostic
- UnsafeSafeModeMethodCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnsafeSafeModeMethodCallDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnsafeSafeModeMethodCallDiagnostic
- UNUSED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
- UnusedLocalMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnusedLocalMethodDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedLocalMethodDiagnostic
- UnusedLocalVariableDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnusedLocalVariableDiagnostic(ReferenceIndex) - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedLocalVariableDiagnostic
- UnusedParametersDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UnusedParametersDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedParametersDiagnostic
- update(File) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.GlobalLanguageServerConfiguration
-
Обновить глобальную конфигурацию из файла.
- update(File) - Method in class com.github._1c_syntax.bsl.languageserver.configuration.LanguageServerConfiguration
-
Обновить конфигурацию из файла.
- updateLocation(SymbolOccurrence) - Method in class com.github._1c_syntax.bsl.languageserver.references.model.LocationRepository
-
Обновить данные о расположении обращения к символу.
- uri() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Location
-
Returns the value of the
urirecord component. - uri() - Method in record class com.github._1c_syntax.bsl.languageserver.references.model.Reference
-
Returns the value of the
urirecord component. - uri() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex.InjectionPoint
-
Returns the value of the
urirecord component. - uri() - Method in record class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.LibraryEntry
-
Returns the value of the
urirecord component. - URITypeAdapter - Class in com.github._1c_syntax.bsl.languageserver.databind
-
Адаптер для (де)сериализации типа
URIдля библиотеки GSON. - URITypeAdapter() - Constructor for class com.github._1c_syntax.bsl.languageserver.databind.URITypeAdapter
- usagesOfComponent(URI, Set) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
-
Точки внедрения, разрешающиеся в компонентный желудь (
&Желудь/&Дуб) указанного файла (линза на конструкторе). - usagesOfFactoryMethod(URI, String, Set) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.autumn.AutumnInjectionPointIndex
-
Точки внедрения, разрешающиеся в желудь фабричного метода
&Завязьуказанного файла (линза на методе). - UsageWriteLogEventDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsageWriteLogEventDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- UseDirectiveScanner - Class in com.github._1c_syntax.bsl.languageserver.types.scope
-
Извлекает имена OneScript-библиотек, упомянутых в директивах
#Использовать <libName>текущего документа. - usedLibraries(DocumentContext) - Static method in class com.github._1c_syntax.bsl.languageserver.types.scope.UseDirectiveScanner
- usedLibrariesList(DocumentContext) - Static method in class com.github._1c_syntax.bsl.languageserver.types.scope.UseDirectiveScanner
- UseFoldingRangeSupplier - Class in com.github._1c_syntax.bsl.languageserver.folding
-
Сапплаер областей сворачивания импортов библиотек OneScript (
#Использовать ...). - UseFoldingRangeSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.folding.UseFoldingRangeSupplier
- UseLessForEachDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UseLessForEachDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UseLessForEachDiagnostic
- UselessTernaryOperatorDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UselessTernaryOperatorDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UselessTernaryOperatorDiagnostic
- USER - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
- UserType - Record Class in com.github._1c_syntax.bsl.languageserver.types.model
-
Тип, объявленный в пользовательских исходниках: OneScript-класс, общий модуль (как namespace-тип) и т.п.
- UserType(TypeRef, SourceDefinedSymbol) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
- UserType(TypeRef, WeakReference) - Constructor for record class com.github._1c_syntax.bsl.languageserver.types.model.UserType
-
Creates an instance of a
UserTyperecord class. - UseSystemInformationDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UseSystemInformationDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UseSystemInformationDiagnostic
- UsingCancelParameterDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingCancelParameterDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingCancelParameterDiagnostic
- UsingExternalCodeToolsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingExternalCodeToolsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingExternalCodeToolsDiagnostic
- UsingFindElementByStringDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingFindElementByStringDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingFindElementByStringDiagnostic
- UsingGotoDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingGotoDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingGotoDiagnostic
- UsingHardcodeNetworkAddressDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingHardcodeNetworkAddressDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeNetworkAddressDiagnostic
- UsingHardcodePathDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingHardcodePathDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodePathDiagnostic
- UsingHardcodeSecretInformationDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingHardcodeSecretInformationDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
- UsingLikeInQueryDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingLikeInQueryDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingLikeInQueryDiagnostic
- UsingModalWindowsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingModalWindowsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingModalWindowsDiagnostic
- UsingObjectNotAvailableUnixDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingObjectNotAvailableUnixDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingObjectNotAvailableUnixDiagnostic
- UsingServiceTagDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingServiceTagDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingServiceTagDiagnostic
- UsingSynchronousCallsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingSynchronousCallsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingSynchronousCallsDiagnostic
- UsingThisFormDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- UsingThisFormDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- UTF8Control - Class in com.github._1c_syntax.bsl.languageserver.utils
-
Контроллер для загрузки ResourceBundle в кодировке UTF-8.
- UTF8Control() - Constructor for class com.github._1c_syntax.bsl.languageserver.utils.UTF8Control
- UtilsConfiguration - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Конфигурация бинов из 1c-syntax/utils.
- UtilsConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.UtilsConfiguration
V
- V8PlatformOptions - Class in com.github._1c_syntax.bsl.languageserver.configuration.platform
-
Workspace-scoped настройки для подсистемы платформенных типов (см.
- V8PlatformOptions() - Constructor for class com.github._1c_syntax.bsl.languageserver.configuration.platform.V8PlatformOptions
- VAL - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- VAL_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- value() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationParameterDefinition
-
Returns the value of the
valuerecord component. - value() - Method in record class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.DefaultValue
-
Returns the value of the
valuerecord component. - value() - Method in record class com.github._1c_syntax.bsl.languageserver.utils.MultilingualStringAnalyser.MatchPosition
-
Returns the value of the
valuerecord component. - VALUE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Role
-
Имя имеет значение и тип (
ФС,Справочники). - VALUE_PARAMETER - Static variable in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptAnnotations
-
Первый параметр большинства аннотаций — имя/значение.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.ComputeTrigger
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SkipSupport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.FileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic.ExpressionVisitorDecision
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.CodeFlowType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.WordStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.references.model.OccurrenceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.StringContext
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.AccessMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.MemberKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.EntryKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.cfg.CfgEdgeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.ComputeTrigger
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SkipSupport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.Language
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.configuration.SendErrorsMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.FileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.AnnotationKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.annotations.CompilerDirectiveKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.ParameterDefinition.ParameterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.context.symbol.variable.VariableKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic.ExpressionVisitorDecision
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic.CodeFlowType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCompatibilityMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticTag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.typo.WordStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.references.model.OccurrenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.reporters.CodeQualityReportEntry.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.StringContext
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.AccessMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.LanguageScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.MemberKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.model.TypeKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.oscript.OScriptLibraryIndex.EntryKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.scope.GlobalSymbolScope.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.types.symbol.SyntheticKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.BslOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionNodeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuesByRole(Iterable, String) - Method in class com.github._1c_syntax.bsl.languageserver.types.oscript.annotations.OScriptMetaAnnotationResolver
-
Значения параметра
OScriptAnnotations.VALUE_PARAMETERвсех аннотаций, разворачивающихся в указанную роль (например, все прозвища желудя). - VAR - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- VAR_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- VariableKind - Enum Class in com.github._1c_syntax.bsl.languageserver.context.symbol.variable
-
Вид переменной в коде BSL.
- variableNameRange(Range) - Method in class com.github._1c_syntax.bsl.languageserver.context.symbol.AbstractVariableSymbol.Builder
- VARIABLES_REGION - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- VariableSymbol - Interface in com.github._1c_syntax.bsl.languageserver.context.symbol
-
Информация о символе, представляющем собой переменную.
- VariableSymbolComputer - Class in com.github._1c_syntax.bsl.languageserver.context.computer
-
Вычислитель символов переменных.
- VariableSymbolComputer(DocumentContext, ModuleSymbol, List) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- VariableSymbolMarkupContentBuilder - Class in com.github._1c_syntax.bsl.languageserver.hover
- VariableSymbolMarkupContentBuilder(LanguageServerConfiguration, DescriptionFormatter, Resources, TypeService) - Constructor for class com.github._1c_syntax.bsl.languageserver.hover.VariableSymbolMarkupContentBuilder
- variadic() - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Returns the value of the
variadicrecord component. - VersionCommand - Class in com.github._1c_syntax.bsl.languageserver.cli
-
Выводит версию приложения Ключ команды: -v, (--version)
- VersionCommand(ServerInfo) - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.VersionCommand
- VIOLET - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- VIOLET_RED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- VirtualTableCallWithoutParametersDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- VirtualTableCallWithoutParametersDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.VirtualTableCallWithoutParametersDiagnostic
- VISIT_CHILDREN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractExpressionTreeDiagnostic.ExpressionVisitorDecision
-
Пропустить данное выражение и обойти вложенные в него выражения
- visitAbstractCall(AbstractCallNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeVisitor
- visitAccessCall(BSLParser.AccessCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitAccessCall(BSLParser.AccessCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitAccessIndex(BSLParser.AccessIndexContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
-
Проверяем строковой индекс в [] на присутствие в ключевых словах поиска (searchWords) и на присваивание непустой строки.
- visitAccessIndex(BSLParser.AccessIndexContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitAccessProperty(BSLParser.AccessPropertyContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedAttributes8312Diagnostic
- visitAccessProperty(BSLParser.AccessPropertyContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnknownMemberDiagnostic
- visitAccessProperty(BSLParser.AccessPropertyContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
-
Проверяем имя свойства объекта на присутствие в ключевых словах поиска (searchWords) и на присваивание непустой строки.
- visitAccessProperty(BSLParser.AccessPropertyContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitAddHandlerStatement(BSLParser.AddHandlerStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitAssignment(BSLParser.AssignmentContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitAssignment(BSLParser.AssignmentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AssignToReadOnlyPropertyDiagnostic
- visitAssignment(BSLParser.AssignmentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitAssignment(BSLParser.AssignmentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IsInRoleMethodDiagnostic
- visitAssignment(BSLParser.AssignmentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SelfAssignDiagnostic
- visitAssignment(BSLParser.AssignmentContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
-
Проверяем переменные, имена которых есть в ключевых словах поиска (searchWords) на присваивание непустой строки.
- visitBasicBlock(BasicBlockVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину линейного блока.
- visitBinaryOperation(BinaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CompareWithBooleanDiagnostic
-
Проверяет бинарную операцию на избыточное сравнение с булевой константой.
- visitBinaryOperation(BinaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DoubleNegativesDiagnostic
- visitBinaryOperation(BinaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IdenticalExpressionsDiagnostic
- visitBinaryOperation(BinaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeVisitor
- visitBranchingVertex(BranchingVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Метод рекомендуется переопределять, если необходимо одним методом обрабатывать любые типы ветвлений.
- visitBreakStatement(BSLParser.BreakStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitBreakStatement(BSLParser.BreakStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitCallParamList(BSLParser.CallParamListContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExtraCommasDiagnostic
- visitCallStatement(BSLParser.CallStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitCallStatement(BSLParser.CallStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RedundantAccessToObjectDiagnostic
- visitCallStatement(BSLParser.CallStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SelfInsertionDiagnostic
- visitCallStatement(BSLParser.CallStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingExternalCodeToolsDiagnostic
- visitCallStatement(BSLParser.CallStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- visitCallStatement(BSLParser.CallStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SpecialContextVisitor
- visitCodeBlock(BSLParser.CodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitCodeBlock(BSLParser.CodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicatedInsertionIntoCollectionDiagnostic
- visitCodeBlock(BSLParser.CodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyCodeBlockDiagnostic
- visitCodeBlock(BSLParser.CodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TimeoutsInExternalResourcesDiagnostic
- visitColumn(SDBLParser.ColumnContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitCompilerDirective(BSLParser.CompilerDirectiveContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CompilationDirectiveNeedLessDiagnostic
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedAttributes8312Diagnostic
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RedundantAccessToObjectDiagnostic
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnsafeFindByCodeDiagnostic
-
Обрабатывает вызов метода в контексте сложного идентификатора.
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingExternalCodeToolsDiagnostic
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SpecialContextVisitor
- visitComplexIdentifier(BSLParser.ComplexIdentifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitConditionalVertex(ConditionalVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит условную вершину (ветвление).
- visitConstructor(ConstructorSymbol) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTreeVisitor
-
Посетить символ конструктора OneScript-класса (
ПриСозданииОбъекта/OnObjectCreate). - visitConstructor(ConstructorSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- visitConstValue(BSLParser.ConstValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicDateDiagnostic
- visitConstValue(BSLParser.ConstValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitContinueStatement(BSLParser.ContinueStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitContinueStatement(BSLParser.ContinueStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitDataSource(SDBLParser.DataSourceContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitDataSources(SDBLParser.DataSourcesContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.JoinWithSubQueryDiagnostic
- visitDataSources(SDBLParser.DataSourcesContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.JoinWithVirtualTableDiagnostic
- visitDataSources(SDBLParser.DataSourcesContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryToMissingMetadataDiagnostic
- visitDirectEdge(CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит прямое ребро перехода по потоку управления.
- visitElseBranch(BSLParser.ElseBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfConditionComplexityDiagnostic
- visitElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IsInRoleMethodDiagnostic
- visitElsifBranch(BSLParser.ElsifBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedTernaryOperatorDiagnostic
- visitErrorNode(ErrorNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ParseErrorDiagnostic
- visitExceptCodeBlock(BSLParser.ExceptCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommitTransactionOutsideTryCatchDiagnostic
- visitExceptCodeBlock(BSLParser.ExceptCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingCodeTryCatchExDiagnostic
- visitExecuteStatement(BSLParser.ExecuteStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitExecuteStatement(BSLParser.ExecuteStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeDiagnostic
- visitExecuteStatement(BSLParser.ExecuteStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeInCommonModuleDiagnostic
- visitExitVertex(ExitVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину выхода.
- visitExpression(BSLParser.ExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitFalseEdge(CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит ребро перехода по ветви «ложь».
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeAfterAsyncCallDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeOutOfRegionDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CompilationDirectiveLostDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateRegionDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateStringLiteralDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeInCommonModuleDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IsInRoleMethodDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissedRequiredParameterDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.OneStatementPerLineDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TimeoutsInExternalResourcesDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedLocalMethodDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingModalWindowsDiagnostic
- visitFile(BSLParser.FileContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingSynchronousCallsDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.BeginTransactionBeforeTryCatchDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeOutOfRegionDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CognitiveComplexityDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommitTransactionOutsideTryCatchDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CyclomaticComplexityDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateStringLiteralDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- visitFileCodeBlock(BSLParser.FileCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeBlockBeforeSubDiagnostic
- visitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeOutOfRegionDiagnostic
- visitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CognitiveComplexityDiagnostic
- visitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CyclomaticComplexityDiagnostic
- visitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateStringLiteralDiagnostic
- visitFileCodeBlockBeforeSub(BSLParser.FileCodeBlockBeforeSubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- visitForeachLoopVertex(ForeachLoopVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину цикла
Для Каждого. - visitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeletingCollectionItemDiagnostic
- visitForEachStatement(BSLParser.ForEachStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UseLessForEachDiagnostic
- visitForLoopVertex(ForLoopVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину цикла
Для. - visitForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitForStatement(BSLParser.ForStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitFuncDeclaration(BSLParser.FuncDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CompilationDirectiveLostDiagnostic
- visitFuncDeclaration(BSLParser.FuncDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionNameStartsWithGetDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.MethodSymbolComputer
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AllFunctionPathMustHaveReturnDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionOutParameterDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionReturnsSamePrimitiveDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FunctionShouldHaveReturnDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MethodSizeDiagnostic
- visitFunction(BSLParser.FunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeInCommonModuleDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
-
Обработчик узла глобального метода.
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMultilingualStringDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeAfterAsyncCallDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DeprecatedTypeManagedFormDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IsInRoleMethodDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissedRequiredParameterDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTemporaryFileDeletionDiagnostic
-
Ищем в коде ПолучитьИмяВременногоФайла и проверяем, есть ли удаление файла после использования.
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedFunctionInParametersDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnknownMemberDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingModalWindowsDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingSynchronousCallsDiagnostic
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SpecialContextVisitor
- visitGlobalMethodCall(BSLParser.GlobalMethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitGotoStatement(BSLParser.GotoStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitGotoStatement(BSLParser.GotoStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitGotoStatement(BSLParser.GotoStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingGotoDiagnostic
- visitIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExcessiveAutoTestCheckDiagnostic
- visitIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfConditionComplexityDiagnostic
- visitIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IsInRoleMethodDiagnostic
- visitIfBranch(BSLParser.IfBranchContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedTernaryOperatorDiagnostic
- visitIfStatement(BSLParser.IfStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitIfStatement(BSLParser.IfStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseDuplicatedCodeBlockDiagnostic
- visitIfStatement(BSLParser.IfStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseDuplicatedConditionDiagnostic
- visitIfStatement(BSLParser.IfStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IfElseIfEndsWithElseDiagnostic
- visitJoinPart(SDBLParser.JoinPartContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FieldsFromJoinsWithoutIsNullDiagnostic
- visitJoinPart(SDBLParser.JoinPartContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FullOuterJoinQueryDiagnostic
- visitJoinPart(SDBLParser.JoinPartContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.JoinWithSubQueryDiagnostic
- visitJoinPart(SDBLParser.JoinPartContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.JoinWithVirtualTableDiagnostic
- visitLabel(BSLParser.LabelContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitLabelVertex(LabelVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину метки.
- visitLikePredicate(SDBLParser.LikePredicateContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IncorrectUseLikeInQueryDiagnostic
- visitLoopIterationEdge(CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит ребро итерации цикла (переход назад к началу цикла).
- visitLoopVertex(LoopVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Метод рекомендуется переопределять, если необходимо одним методом обрабатывать любые типы циклов.
- visitLValue(BSLParser.LValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitLValue(BSLParser.LValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleAssignDiagnostic
- visitLValue(BSLParser.LValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RedundantAccessToObjectDiagnostic
- visitLValue(BSLParser.LValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ThisObjectAssignDiagnostic
- visitLValue(BSLParser.LValueContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- visitMdo(SDBLParser.MdoContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryToMissingMetadataDiagnostic
- visitMdo(SDBLParser.MdoContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitMember(BSLParser.MemberContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnaryPlusInConcatenationDiagnostic
- visitMember(BSLParser.MemberContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
-
Делегаты
AbstractSymbolTreeDiagnostic.visitRegularMethod(RegularMethodSymbol)иAbstractSymbolTreeDiagnostic.visitConstructor(ConstructorSymbol)вызывают этот метод. - visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommandModuleExportMethodsDiagnostic
- visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExportVariablesDiagnostic
- visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingParameterDescriptionDiagnostic
-
Анализируется только методы, имеющие описание Для удобства кидается несколько разных замечаний
- visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingReturnedValueDescriptionDiagnostic
-
Анализируется только методы, имеющие описание Для удобства кидается несколько разных замечаний
- visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ReservedParameterNamesDiagnostic
- visitMethod(MethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerSideExportFormMethodDiagnostic
- visitMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractFindMethodDiagnostic
-
Обработчик узла обычного метода.
- visitMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissedRequiredParameterDiagnostic
- visitMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedFunctionInParametersDiagnostic
- visitMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnknownMemberDiagnostic
- visitMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingFindElementByStringDiagnostic
- visitMethodCall(BSLParser.MethodCallContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
-
Проверяем использования метода "Вставить" и имя ключа на присутствие в ключевых словах поиска (searchWords) и на присваивание непустой строки.
- visitModule(ModuleSymbol) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTreeVisitor
-
Посетить символ модуля.
- visitModule(ModuleSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- visitModule(ModuleSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ServerSideExportFormMethodDiagnostic
- visitModuleVar(BSLParser.ModuleVarContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeOutOfRegionDiagnostic
- visitModuleVar(BSLParser.ModuleVarContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommonModuleVariablesDiagnostic
- visitModuleVar(BSLParser.ModuleVarContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SeveralCompilerDirectivesDiagnostic
- visitModuleVarDeclaration(BSLParser.ModuleVarDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitModuleVarDeclaration(BSLParser.ModuleVarDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingVariablesDescriptionDiagnostic
- visitMultiString(SDBLParser.MultiStringContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MultilineStringInQueryDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.FileSystemAccessDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.InternetAccessDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissedRequiredParameterDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedConstructorsInStructureDeclarationDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedFunctionInParametersDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NumberOfValuesInStructureConstructorDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.StyleElementConstructorsDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UseSystemInformationDiagnostic
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeSecretInformationDiagnostic
-
Проверяем имя ключа на присутствие в ключевых словах поиска и его значения на непустую строку.
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingObjectNotAvailableUnixDiagnostic
-
Проверяем все объявления на тип COMОбъект или Почта.
- visitNewExpression(BSLParser.NewExpressionContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitNumeric(BSLParser.NumericContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MagicNumberDiagnostic
- visitOperation(BSLParser.OperationContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitParam(BSLParser.ParamContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitParameter(SDBLParser.ParameterContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitParamList(BSLParser.ParamListContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NumberOfOptionalParamsDiagnostic
- visitParamList(BSLParser.ParamListContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NumberOfParamsDiagnostic
- visitParamList(BSLParser.ParamListContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.OrderOfParamsDiagnostic
- visitPreproc_else(BSLParser.Preproc_elseContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitPreproc_elsif(BSLParser.Preproc_elsifContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitPreproc_endif(BSLParser.Preproc_endifContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitPreproc_if(BSLParser.Preproc_ifContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitPreproc_unknownSymbol(BSLParser.Preproc_unknownSymbolContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnknownPreprocessorSymbolDiagnostic
- visitProcDeclaration(BSLParser.ProcDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CompilationDirectiveLostDiagnostic
- visitProcDeclaration(BSLParser.ProcDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DataExchangeLoadingDiagnostic
- visitProcedure(BSLParser.ProcedureContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.MethodSymbolComputer
- visitProcedure(BSLParser.ProcedureContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- visitProcedure(BSLParser.ProcedureContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExecuteExternalCodeDiagnostic
- visitProcedure(BSLParser.ProcedureContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MethodSizeDiagnostic
- visitProcedure(BSLParser.ProcedureContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ProcedureReturnsValueDiagnostic
- visitProcedure(BSLParser.ProcedureContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingThisFormDiagnostic
- visitQueries(SDBLParser.QueriesContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryParseErrorDiagnostic
- visitQuery(SDBLParser.QueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AssignAliasFieldsInQueryDiagnostic
- visitQuery(SDBLParser.QueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.LogicalOrInJoinQuerySectionDiagnostic
- visitQuery(SDBLParser.QueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RefOveruseDiagnostic
- visitQuery(SDBLParser.QueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSDBLVisitorDiagnostic
- visitQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryParseErrorDiagnostic
- visitQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.QueryToMissingMetadataDiagnostic
- visitQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.RefOveruseDiagnostic
- visitQueryPackage(SDBLParser.QueryPackageContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingLikeInQueryDiagnostic
- visitRaiseStatement(BSLParser.RaiseStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitRaiseStatement(BSLParser.RaiseStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitRegion(RegionSymbol) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTreeVisitor
-
Посетить символ региона/области.
- visitRegion(RegionSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- visitRegionEnd(BSLParser.RegionEndContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.RegionSymbolComputer
- visitRegionStart(BSLParser.RegionStartContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.RegionSymbolComputer
- visitRegularMethod(RegularMethodSymbol) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTreeVisitor
-
Посетить обычный метод или функцию (
RegularMethodSymbol). - visitRegularMethod(RegularMethodSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- visitRemoveHandlerStatement(BSLParser.RemoveHandlerStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitReturnStatement(BSLParser.ReturnStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitReturnStatement(BSLParser.ReturnStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitSelectedField(SDBLParser.SelectedFieldContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitStatement(BSLParser.StatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.BeginTransactionBeforeTryCatchDiagnostic
- visitStatement(BSLParser.StatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommitTransactionOutsideTryCatchDiagnostic
- visitStatement(BSLParser.StatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.EmptyStatementDiagnostic
- visitStatement(BSLParser.StatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.OneStatementPerLineDiagnostic
- visitStatement(BSLParser.StatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SemicolonPresenceDiagnostic
- visitString(BSLParser.StringContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.QueryComputer
- visitString(BSLParser.StringContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodeNetworkAddressDiagnostic
-
Проверяем строковые литералы на пути содержание IP4 / IP6.
- visitString(BSLParser.StringContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingHardcodePathDiagnostic
-
Проверяем строковые литералы на пути к файлам и папкам Windows / Unix и IP4 / IP6 сетевые адреса.
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeOutOfRegionDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CognitiveComplexityDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CyclomaticComplexityDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DuplicateStringLiteralDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.MissingTempStorageDeletionDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NonExportMethodsInApiRegionDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.PairingBrokenTransactionDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.PublicMethodsDescriptionDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SeveralCompilerDirectivesDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TooManyReturnsDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingCancelParameterDiagnostic
- visitSub(BSLParser.SubContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsingSynchronousCallsDiagnostic
- visitSubCodeBlock(BSLParser.SubCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CodeAfterAsyncCallDiagnostic
- visitSubCodeBlock(BSLParser.SubCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CommitTransactionOutsideTryCatchDiagnostic
- visitSubCodeBlock(BSLParser.SubCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnreachableCodeDiagnostic
- visitSubCodeBlock(BSLParser.SubCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnusedParametersDiagnostic
- visitSubquery(SDBLParser.SubqueryContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.SelectTopWithoutOrderByDiagnostic
- visitSubVarDeclaration(BSLParser.SubVarDeclarationContext) - Method in class com.github._1c_syntax.bsl.languageserver.context.computer.VariableSymbolComputer
- visitTable(SDBLParser.TableContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitTernaryOperator(TernaryOperatorNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeVisitor
- visitTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.NestedTernaryOperatorDiagnostic
- visitTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TernaryOperatorUsageDiagnostic
- visitTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UselessTernaryOperatorDiagnostic
-
Проверяет тернарный оператор
?(условие, ветка1, ветка2)на бесполезность. - visitTernaryOperator(BSLParser.TernaryOperatorContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitTopLevelExpression(BslExpression) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.IdenticalExpressionsDiagnostic
- visitTopLevelExpression(BslExpression) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeVisitor
- visitTrueEdge(CfgEdge) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит ребро перехода по ветви «истина».
- visitTryCodeBlock(BSLParser.TryCodeBlockContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.TryNumberDiagnostic
- visitTryExceptVertex(TryExceptVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину конструкции
Попытка…Исключение. - visitTryStatement(BSLParser.TryStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitUnaryModifier(BSLParser.UnaryModifierContext) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeBuildingVisitor
- visitUnaryOperation(UnaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.DoubleNegativesDiagnostic
- visitUnaryOperation(UnaryOperationNode) - Method in class com.github._1c_syntax.bsl.languageserver.utils.expressiontree.ExpressionTreeVisitor
- visitUnion(SDBLParser.UnionContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.UnionAllDiagnostic
- visitValueFunction(SDBLParser.ValueFunctionContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitVariable(VariableSymbol) - Method in interface com.github._1c_syntax.bsl.languageserver.context.symbol.SymbolTreeVisitor
-
Посетить символ переменной.
- visitVariable(VariableSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractSymbolTreeDiagnostic
- visitVariable(VariableSymbol) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.ExportVariablesDiagnostic
- visitVertex(CfgVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Начинает обход графа с указанной вершины.
- visitVirtualTable(SDBLParser.VirtualTableContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.VirtualTableCallWithoutParametersDiagnostic
- visitVirtualTable(SDBLParser.VirtualTableContext) - Method in class com.github._1c_syntax.bsl.languageserver.semantictokens.strings.SdblAstTokenCollector
- visitWaitStatement(BSLParser.WaitStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitWhileLoopVertex(WhileLoopVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.AbstractCfgVisitor
-
Обходит вершину цикла
Пока. - visitWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
- visitWhileStatement(BSLParser.WhileStatementContext) - Method in class com.github._1c_syntax.bsl.languageserver.diagnostics.CreateQueryInCycleDiagnostic
- VULNERABILITY - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticType
-
Уязвимость безопасности
W
- walkNext() - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- walkNext(CfgEdgeType) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- walkTo(CfgVertex) - Method in class com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraphWalker
- watch() - Method in class com.github._1c_syntax.bsl.languageserver.configuration.watcher.ConfigurationFileSystemWatcher
-
Фоновая процедура, отслеживающая изменения файлов.
- watch() - Method in class com.github._1c_syntax.bsl.languageserver.ParentProcessWatcher
-
Фоновая процедура, отслеживающая родительский процесс.
- WEB_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.cfg.PreprocessorConstraints
- WEB_CLIENT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.types.model.Availability
-
Веб-клиент.
- WEB_CLIENT - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- WEB_CLIENT_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- WebColor - Enum Class in com.github._1c_syntax.bsl.languageserver.color
-
Данные о цветах системного перечисления @{code WebЦвета}.
- WebColorInformationSupplier - Class in com.github._1c_syntax.bsl.languageserver.color
-
Сапплаер данными о наличии использования элементов цвета через обращение к системному перечислению
WebЦвета. - WebColorInformationSupplier() - Constructor for class com.github._1c_syntax.bsl.languageserver.color.WebColorInformationSupplier
- WebColorPresentationSupplier - Class in com.github._1c_syntax.bsl.languageserver.color
-
Сапплаер данными о представлении элемента цвета через обращение к системному перечислению
WebЦвета. - WebColorPresentationSupplier(LanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.color.WebColorPresentationSupplier
- WebsocketCommand - Class in com.github._1c_syntax.bsl.languageserver.cli
-
Запускает приложение в режиме Websocket Language Server.
- WebsocketCommand(GlobalLanguageServerConfiguration) - Constructor for class com.github._1c_syntax.bsl.languageserver.cli.WebsocketCommand
- WebSocketConfiguration - Class in com.github._1c_syntax.bsl.languageserver.websocket
-
Конфигурация модуля веб-сокетов.
- WebSocketConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.websocket.WebSocketConfiguration
- WHEAT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- WHILE - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- WHILE_UP - Static variable in class com.github._1c_syntax.bsl.languageserver.utils.Keywords
- WhileLoopVertex - Class in com.github._1c_syntax.bsl.languageserver.cfg
- WhileLoopVertex(BSLParser.WhileStatementContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.cfg.WhileLoopVertex
- WHITE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- WHITE_SMOKE - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- WITH_SUPPORT - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SkipSupport
-
Пропуск файлов на поддержке без возможности изменения и с возможностью изменения с сохранением поддержки.
- WITH_SUPPORT_LOCKED - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.configuration.diagnostics.SkipSupport
-
Пропуск файлов на поддержке без возможности изменения.
- withAsync(boolean) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Копия дескриптора с признаком асинхронности.
- withBilingualDescription(BilingualString) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Копия дескриптора с заполненным двуязычным описанием (ru + en).
- withBilingualName(BilingualString) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Копия дескриптора с заполненным двуязычным именем (ru + en).
- withElement(TypeRef, TypeSet) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Прикрепить к указанному
ref(который должен быть в наборе) информацию о типах элементов коллекции. - withField(TypeRef, String, TypeSet) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.TypeSet
-
Прикрепить к указанному
refодно поле «открытого» объекта данных. - withGeneric(boolean) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Копия дескриптора с признаком generic (placeholder в имени).
- withLocalizedNames(String, String) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Compat shortcut для двуязычных имён ru/en строками.
- withMetadata(PlatformMetadata) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Копия дескриптора с заменёнными метаданными платформы.
- withSourceSymbol(Symbol) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.MemberDescriptor
-
Копия дескриптора с прикреплённым символом-источником.
- withVariadic(boolean) - Method in record class com.github._1c_syntax.bsl.languageserver.types.model.ParameterDescriptor
-
Копия дескриптора с проставленным флагом
variadic. - WordStatus - Enum Class in com.github._1c_syntax.bsl.languageserver.diagnostics.typo
-
Статус результата проверки орфографии слова.
- WorkDoneProgressHelper - Class in com.github._1c_syntax.bsl.languageserver
-
Помощник для работы с progress-уведомлениями LSP.
- WorkDoneProgressHelper(LanguageClientHolder, ClientCapabilitiesHolder) - Constructor for class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper
- WorkDoneProgressHelper.WorkDoneProgressReporter - Class in com.github._1c_syntax.bsl.languageserver
- WorkDoneProgressReporter(String, int, String) - Constructor for class com.github._1c_syntax.bsl.languageserver.WorkDoneProgressHelper.WorkDoneProgressReporter
- workspaceAdded(JoinPoint, URI, ServerContext) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- WorkspaceAddedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое после добавления workspace в провайдер.
- WorkspaceAddedEvent(ServerContextProvider, URI, ServerContext) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceAddedEvent
-
Создает новое событие добавления workspace.
- WorkspaceBeanScope - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Custom Spring Scope для per-workspace бинов.
- WorkspaceBeanScope() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceBeanScope
- WorkspaceContextHolder - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
ThreadLocal-хранилище текущего workspace URI и имени.
- WorkspaceContextHolder.WorkspaceContext - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
AutoCloseable-обёртка для workspace-контекста.
- WorkspaceNameThreadLocalAccessor - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Micrometer SPI для автоматической пропагации workspace name через executors.
- WorkspaceNameThreadLocalAccessor() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceNameThreadLocalAccessor
- workspaceRemoved(JoinPoint, WorkspaceFolder) - Method in class com.github._1c_syntax.bsl.languageserver.aop.EventPublisherAspect
- WorkspaceRemovedEvent - Class in com.github._1c_syntax.bsl.languageserver.context.events
-
Событие, публикуемое ПОСЛЕ удаления workspace из провайдера.
- WorkspaceRemovedEvent(ServerContextProvider, URI) - Constructor for class com.github._1c_syntax.bsl.languageserver.context.events.WorkspaceRemovedEvent
-
Создает новое событие удаления workspace.
- workspaceScope() - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceScopeConfiguration
- WorkspaceScope - Annotation Interface in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Помечает бин как принадлежащий per-workspace scope
"workspace"(см. - WorkspaceScopeConfiguration - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Регистрация custom scope "workspace" в Spring.
- WorkspaceScopeConfiguration() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceScopeConfiguration
- workspaceScopeConfigurer(WorkspaceBeanScope) - Static method in class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceScopeConfiguration
- workspaceServiceExecutor(TaskDecorator) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.ExecutorConfiguration
- WorkspaceThreadLocalAccessor - Class in com.github._1c_syntax.bsl.languageserver.infrastructure
-
Micrometer SPI для автоматической пропагации workspace URI через executors.
- WorkspaceThreadLocalAccessor() - Constructor for class com.github._1c_syntax.bsl.languageserver.infrastructure.WorkspaceThreadLocalAccessor
- write(JsonWriter, URI) - Method in class com.github._1c_syntax.bsl.languageserver.databind.URITypeAdapter
- writeOut(ILoggingEvent) - Method in class com.github._1c_syntax.bsl.languageserver.infrastructure.LanguageClientAwareAppender
-
Общий метод вывода информации, проверяющий наличие подключенного LanguageClient.
- WRONG_NUMBER_MESSAGE - Static variable in class com.github._1c_syntax.bsl.languageserver.diagnostics.UsageWriteLogEventDiagnostic
- WrongDataPathForFormElementsDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- WrongDataPathForFormElementsDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongDataPathForFormElementsDiagnostic
- WrongHttpServiceHandlerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- WrongHttpServiceHandlerDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongHttpServiceHandlerDiagnostic
- WrongUseFunctionProceedWithCallDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- WrongUseFunctionProceedWithCallDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongUseFunctionProceedWithCallDiagnostic
- WrongUseOfRollbackTransactionMethodDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- WrongUseOfRollbackTransactionMethodDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongUseOfRollbackTransactionMethodDiagnostic
- WrongWebServiceHandlerDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- WrongWebServiceHandlerDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.WrongWebServiceHandlerDiagnostic
Y
- YELLOW - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- YELLOW_GREEN - Enum constant in enum class com.github._1c_syntax.bsl.languageserver.color.WebColor
- YoLetterUsageDiagnostic - Class in com.github._1c_syntax.bsl.languageserver.diagnostics
- YoLetterUsageDiagnostic() - Constructor for class com.github._1c_syntax.bsl.languageserver.diagnostics.YoLetterUsageDiagnostic
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form