Class DescriptionFormatter
java.lang.Object
com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSectionIfNotEmpty(StringJoiner markupBuilder, String newContent) getCallOptionsSection(MethodSymbol methodSymbol) getExamplesSection(MethodSymbol methodSymbol) getLocation(MethodSymbol symbol) getLocation(ModuleSymbol symbol) getLocation(VariableSymbol symbol) getParametersSection(MethodSymbol methodSymbol) getParametersSignatureDescription(MethodSymbol methodSymbol) getPurposeSection(MethodSymbol methodSymbol) getReturnedValueSection(MethodSymbol methodSymbol) getSignature(AnnotationSymbol symbol, MethodSymbol methodSymbol) getSignature(MethodSymbol methodSymbol) getSignature(VariableSymbol symbol) parameterToString(ParameterDefinition parameterDefinition) parameterToString(ParameterDescription parameterDescription, int level)
-
Constructor Details
-
DescriptionFormatter
-
-
Method Details
-
addSectionIfNotEmpty
-
getPurposeSection
-
getParametersSection
-
getReturnedValueSection
-
getExamplesSection
-
getCallOptionsSection
-
getLocation
-
getLocation
-
getLocation
-
getSignature
-
getSignature
-
getSignature
-
getParametersSignatureDescription
-
parameterToString
-
parameterToString
-