public interface DiagnosticChain
| Modifier and Type | Method and Description |
|---|---|
void |
add(Diagnostic diagnostic)
Adds the diagnostic to the chain.
|
void |
addAll(Diagnostic diagnostic)
Adds the
children of the diagnostic to the chain. |
void |
merge(Diagnostic diagnostic)
|
void add(Diagnostic diagnostic)
void addAll(Diagnostic diagnostic)
children of the diagnostic to the chain.void merge(Diagnostic diagnostic)
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature