Class SourceDefinedMethodCallInlayHintSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.inlayhints.SourceDefinedMethodCallInlayHintSupplier
- All Implemented Interfaces:
InlayHintSupplier
@Component
public class SourceDefinedMethodCallInlayHintSupplier
extends Object
implements InlayHintSupplier
Поставщик подсказок о параметрах вызываемого метода.
-
Field Summary
Fields inherited from interface com.github._1c_syntax.bsl.languageserver.inlayhints.InlayHintSupplier
INLAY_HINT_SUPPLIER
-
Constructor Summary
ConstructorDescriptionSourceDefinedMethodCallInlayHintSupplier
(ReferenceIndex referenceIndex, LanguageServerConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptiongetInlayHints
(DocumentContext documentContext, InlayHintParams params) Получить inlay hints, доступные в документе.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.languageserver.inlayhints.InlayHintSupplier
getId
-
Constructor Details
-
SourceDefinedMethodCallInlayHintSupplier
@ConstructorProperties({"referenceIndex","configuration"}) public SourceDefinedMethodCallInlayHintSupplier(ReferenceIndex referenceIndex, LanguageServerConfiguration configuration)
-
-
Method Details
-
getInlayHints
Description copied from interface:InlayHintSupplier
Получить inlay hints, доступные в документе.- Specified by:
getInlayHints
in interfaceInlayHintSupplier
- Parameters:
documentContext
- Контекст документа, для которого надо рассчитать inlay hints.params
- Параметры запроса.- Returns:
- Список inlay hints в документе.
-