Package | Description |
---|---|
org.netbeans.api.lsp |
Modifier and Type | Method and Description |
---|---|
Diagnostic.LazyCodeActions |
Diagnostic.getActions()
The actions associated with the diagnostic.
|
Modifier and Type | Method and Description |
---|---|
Diagnostic.Builder |
Diagnostic.Builder.addActions(Diagnostic.LazyCodeActions actions)
Set the actions associated with the diagnostic.
|