public interface ErrorReporter
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter
and
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
.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
deleteMessages() . |
int |
getNumInfos()
Get the number of infos reported using this reporter object since it
was created or since the last call to
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
deleteMessages() . |
int |
getNumWarnings()
Get the number of warnings reported using this reporter object since it
was created or since the last call to
deleteMessages() . |
void deleteMessages()
int getNumErrors()
deleteMessages()
.int getNumWarnings()
deleteMessages()
.int getNumInfos()
deleteMessages()
.int getNumMessages()
deleteMessages()
.