Class ConstructorColorInformationSupplier

java.lang.Object
com.github._1c_syntax.bsl.languageserver.color.ConstructorColorInformationSupplier
All Implemented Interfaces:
ColorInformationSupplier

@Component public class ConstructorColorInformationSupplier extends Object implements ColorInformationSupplier
Сапплаер данными о наличии использования элементов цвета через конструктор Новый Цвет().
  • Constructor Details

    • ConstructorColorInformationSupplier

      public ConstructorColorInformationSupplier()
  • Method Details

    • getColorInformation

      public List<ColorInformation> getColorInformation(DocumentContext documentContext)
      Specified by:
      getColorInformation in interface ColorInformationSupplier
      Parameters:
      documentContext - Контекст документа, для которого надо рассчитать данные об использовании элементов цвета.
      Returns:
      Список использований элементов цвета.