|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorReporter
Currently there isn't any real useful purpose to interface other than to
abstract the commonalities of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter
and
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
.
Method Summary | |
---|---|
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() . |
Method Detail |
---|
void deleteMessages()
int getNumErrors()
deleteMessages()
.
int getNumWarnings()
deleteMessages()
.
int getNumInfos()
deleteMessages()
.
int getNumMessages()
deleteMessages()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |