public abstract class AbstractErrorReporter extends java.lang.Object implements ErrorReporter
deleteMessagesImpl()
.Modifier and Type | Method and Description |
---|---|
void |
deleteMessages()
Clear the record of the messages.
|
int |
getNumErrors()
Get the number of parse errors reported using this reporter object since
it was created or since the last call to
ErrorReporter.deleteMessages() . |
int |
getNumInfos()
Get the number of infos reported using this reporter object since it
was created or since the last call to
ErrorReporter.deleteMessages() . |
int |
getNumMessages()
Get the number of messages, that is errors, warnings, and information
messages, reported using this reporter object since it was created or
since the last call to
ErrorReporter.deleteMessages() . |
int |
getNumWarnings()
Get the number of warnings reported using this reporter object since it
was created or since the last call to
ErrorReporter.deleteMessages() . |
public final void deleteMessages()
ErrorReporter
deleteMessages
in interface ErrorReporter
public final int getNumErrors()
ErrorReporter
ErrorReporter.deleteMessages()
.getNumErrors
in interface ErrorReporter
public final int getNumWarnings()
ErrorReporter
ErrorReporter.deleteMessages()
.getNumWarnings
in interface ErrorReporter
public final int getNumInfos()
ErrorReporter
ErrorReporter.deleteMessages()
.getNumInfos
in interface ErrorReporter
public final int getNumMessages()
ErrorReporter
ErrorReporter.deleteMessages()
.getNumMessages
in interface ErrorReporter