public static interface Diagnostic.LazyCodeActions
Modifier and Type | Method and Description |
---|---|
List<CodeAction> |
computeCodeActions(java.util.function.Consumer<Exception> errorReporter)
Compute the code actions for the
Diagnostic to which this instance
is attached. |
List<CodeAction> computeCodeActions(java.util.function.Consumer<Exception> errorReporter)
Diagnostic
to which this instance
is attached.errorReporter
- a sink for any exceptions that appear during the computationCodeAction
s for the current Diagnostic