Class ErrorsToDiagnostics
java.lang.Object
org.ek9lang.lsp.ErrorsToDiagnostics
Convert ErrorListener warnings and errors to LSP Diagnostics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.eclipse.lsp4j.PublishDiagnosticsParamsgetEmptyDiagnostics(String generalIdentifierOfSource) Used as part of the language server to obtain an empty set of diagnostic information.(package private) org.eclipse.lsp4j.PublishDiagnosticsParamsgetErrorDiagnostics(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.
-