public interface MessageHandler
Modifier and Type | Interface and Description |
---|---|
static class |
MessageHandler.PrintWriter
Default impl of the MessageHandler interface, prints the messages to standard out.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(SourceLocation sourceLocation)
Handles an accepted compiled annotation
|
void |
error(CompilerException exception)
Handles an error
|
void |
info(java.lang.String message)
Handles an information message
|
void info(java.lang.String message)
message
- void error(CompilerException exception)
exception
- void accept(SourceLocation sourceLocation)
sourceLocation
-