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(com.sun.source.util.Trees trees) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(java.lang.String message,
com.sun.source.tree.Tree tree,
com.sun.source.tree.CompilationUnitTree root) |
void |
exception(java.lang.Throwable e,
com.sun.source.tree.Tree tree,
com.sun.source.tree.CompilationUnitTree root) |