java.lang.Object
com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions

public class CodeLensOptions extends Object
Корневой класс для настройки CodeLensProvider
  • Constructor Details

    • CodeLensOptions

      @ConstructorProperties({"showCognitiveComplexity","showCyclomaticComplexity"}) public CodeLensOptions(boolean showCognitiveComplexity, boolean showCyclomaticComplexity)
    • CodeLensOptions

      public CodeLensOptions()
  • Method Details

    • isShowCognitiveComplexity

      public boolean isShowCognitiveComplexity()
    • isShowCyclomaticComplexity

      public boolean isShowCyclomaticComplexity()
    • setShowCognitiveComplexity

      public void setShowCognitiveComplexity(boolean showCognitiveComplexity)
    • setShowCyclomaticComplexity

      public void setShowCyclomaticComplexity(boolean showCyclomaticComplexity)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object