public class SemanticdbReporter
extends java.lang.Object
NOTE(olafur): this class exists because I couldn't find compiler APIs to report diagnostics. This class can be removed if the Java compiler has APIs to report info/warning/error messages.
| Constructor and Description |
|---|
SemanticdbReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(java.lang.String message) |
void |
exception(java.lang.Throwable e) |