Class Diagnostic
java.lang.Object
com.illumon.iris.web.shared.ide.lsp.Diagnostic
- All Implemented Interfaces:
Serializable
Represents a diagnostic message sent to the client, to mark info/warn/error in the source.
Original definition in current lsp documentation, https://microsoft.github.io/language-server-protocol/specification (text search Diagnostic; couldn't find good intra-document name='d links)
All field documentation here is copy-pasted from original source.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcode(int code) getCode()getRange()voidvoidsetMessage(String message) voidsetRange(DocumentRange range) voidsetRelatedInformation(DiagnosticRelatedInformation[] relatedInformation) voidsetSeverity(Double severity) void
-
Constructor Details
-
Diagnostic
@JsIgnore public Diagnostic() -
Diagnostic
-
-
Method Details
-
getRange
-
getSeverity
-
setSeverity
-
getCode
-
code
@JsIgnore public void code(int code) -
setCode
-
getSource
-
setSource
-
getMessage
-
setMessage
-
getRelatedInformation
-