Class CodeLensOptions
java.lang.Object
com.github._1c_syntax.bsl.languageserver.configuration.codelens.CodeLensOptions
Корневой класс для настройки
CodeLensProvider
-
Constructor Summary
ConstructorsConstructorDescriptionCodeLensOptions(boolean showCognitiveComplexity, boolean showCyclomaticComplexity)
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
boolean
void
setShowCognitiveComplexity(boolean showCognitiveComplexity)
void
setShowCyclomaticComplexity(boolean showCyclomaticComplexity)
toString()
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-