| Interface | Description |
|---|---|
| AbstractFile |
An abstract file may either be a file on disk or a virtual file.
|
| CompilerCallback |
Set of callbacks called in response to events during the compilation process.
|
| Diagnostic |
A diagnostic is a message emitted during the compilation process.
|
| ReporterResult |
Summary of the diagnostics emitted by a Reporter.
|
| SimpleReporter |
Report errors, warnings and info messages during the compilation process
You should implement this interface if you want to handle the diagnostics
returned by the compiler yourself.
|
| SourceFile |
A source file.
|
| SourcePosition |
A position in a source file.
|