Class DocumentContext
java.lang.Object
com.github._1c_syntax.bsl.languageserver.context.DocumentContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getAst()
String[]
getUri()
int
boolean
void
void
setConfiguration
(LanguageServerConfiguration configuration) void
setContext
(ServerContext context) void
setDiagnosticComputer
(DiagnosticComputer diagnosticComputer) void
-
Constructor Details
-
DocumentContext
-
-
Method Details
-
getServerContext
-
getContent
-
getContentList
-
getAst
-
getTokens
-
getTokensFromDefaultChannel
-
getComments
-
getText
-
getScriptVariantLocale
-
getMetrics
-
getCognitiveComplexityData
-
getCyclomaticComplexityData
-
getDiagnosticIgnorance
-
getModuleType
-
getSupportVariants
-
getMdObject
-
getQueries
-
getDiagnostics
-
getComputedDiagnostics
-
freezeComputedData
public void freezeComputedData() -
unfreezeComputedData
public void unfreezeComputedData() -
rebuild
-
clearSecondaryData
public void clearSecondaryData() -
getUri
-
getVersion
public int getVersion() -
setContext
-
setDiagnosticComputer
-
setConfiguration
-
getFileType
-
getTokenizer
-
getSymbolTree
-
isComputedDataFrozen
public boolean isComputedDataFrozen()
-