public interface DiagCollector
| Modifier and Type | Method and Description |
|---|---|
void |
addDiag(Diag diag)
Adds a diagnosis.
|
java.util.List<Diag> |
getDiags()
Returns a collection of diagnostics in the order they were added.
|
int |
getErrorCount()
Returns the number of diagnosed proper errors.
|
boolean |
hasErrors()
Returns true if there are any diagnosed proper errors; false otherwise.
|
void addDiag(Diag diag)
int getErrorCount()
boolean hasErrors()
java.util.List<Diag> getDiags()