|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageHandler
Handles message reporting.
Nested Class Summary | |
---|---|
static class |
MessageHandler.PrintWriter
Default impl of the MessageHandler interface, prints the messages to standard out. |
Method Summary | |
---|---|
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 |
Method Detail |
---|
void info(java.lang.String message)
message
- void error(CompilerException exception)
exception
- void accept(SourceLocation sourceLocation)
sourceLocation
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |