Package org.ek9lang.lsp
Class ErrorsToDiagnostics
java.lang.Object
org.ek9lang.lsp.ErrorsToDiagnostics
Convert ErrorListener warnings and errors to LSP Diagnostics.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) org.eclipse.lsp4j.PublishDiagnosticsParams
getEmptyDiagnostics
(String generalIdentifierOfSource) Used as part of the language server to obtain an empty set of diagnostic information.(package private) org.eclipse.lsp4j.PublishDiagnosticsParams
getErrorDiagnostics
(ErrorListener errorListener) Used as part of the language server to convert errors in to diagnostic information.
-
Constructor Details
-
ErrorsToDiagnostics
ErrorsToDiagnostics()
-
-
Method Details
-
getEmptyDiagnostics
Used as part of the language server to obtain an empty set of diagnostic information. -
getErrorDiagnostics
Used as part of the language server to convert errors in to diagnostic information.
-