|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASTDiagnosticReporter
Nested Class Summary | |
---|---|
static class |
ASTDiagnosticReporter.ErrorKey
|
static class |
ASTDiagnosticReporter.WarningKey
|
Method Summary | |
---|---|
void |
error(ASTDiagnosticReporter.ErrorKey key,
TreeAST node,
Object... data)
|
boolean |
isOnError()
|
void |
warning(ASTDiagnosticReporter.WarningKey key,
TreeAST node,
Object... data)
|
Method Detail |
---|
boolean isOnError()
void error(ASTDiagnosticReporter.ErrorKey key, TreeAST node, Object... data)
void warning(ASTDiagnosticReporter.WarningKey key, TreeAST node, Object... data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |