AnalysisTool

Undocumented in source.

Members

Functions

addAnalysisConfig
void addAnalysisConfig(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
codeAction
Command[] codeAction(Uri uri, Range range, Diagnostic[] diagnostics, bool commandCompat)
Undocumented in source. Be warned that the author may not have intended to support it.
codeAction
CodeAction[] codeAction(Uri uri, Range range, Diagnostic[] diagnostics, CodeActionKind[] kinds)
Undocumented in source. Be warned that the author may not have intended to support it.
diagnostics
Diagnostic[] diagnostics(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
disableCheck
void disableCheck(Uri uri, string code)
Undocumented in source. Be warned that the author may not have intended to support it.
getScannableFilesUris
auto getScannableFilesUris(Uri[] discardedFiles)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAnalysisConfig
void removeAnalysisConfig(Uri workspaceUri)
Undocumented in source. Be warned that the author may not have intended to support it.
scanAllWorkspaces
void scanAllWorkspaces()
Undocumented in source. Be warned that the author may not have intended to support it.
updateAnalysisConfig
void updateAnalysisConfig(Uri workspaceUri)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

instance
AnalysisTool instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

initialize
void initialize(AnalysisTool tool)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Tool

workspacesUris
Uri[] workspacesUris [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(Tool tool)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
getConfig
Configuration getConfig(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
instance
Tool instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
updateConfig
void updateConfig(Uri uri, JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
removeConfig
void removeConfig(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
addConfigHook
void addConfigHook(string name, Hook hook)
Undocumented in source. Be warned that the author may not have intended to support it.
removeConfigHooks
void removeConfigHooks()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta