Package | Description |
---|---|
org.netbeans.api.lsp |
Modifier and Type | Method and Description |
---|---|
Position |
Diagnostic.getEndPosition()
The end offset of the diagnostic.
|
Position |
Diagnostic.getStartPosition()
The start offset of the diagnostic.
|
Modifier and Type | Method and Description |
---|---|
static Diagnostic.Builder |
Diagnostic.Builder.create(Position startPosition,
Position endPosition,
String description)
Create a new
Builder |