|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractErrorReporter | |
---|---|
edu.cmu.sei.aadl.model.pluginsupport |
Uses of AbstractErrorReporter in edu.cmu.sei.aadl.model.pluginsupport |
---|
Subclasses of AbstractErrorReporter in edu.cmu.sei.aadl.model.pluginsupport | |
---|---|
class |
AbstractAnalysisErrorReporter
Base implementation that makes sure messages counts are updated. |
class |
AbstractParseErrorReporter
Base implementation that insures messages counts are updated. |
class |
AnalysisToParseErrorReporterAdapter
|
class |
ChainedAnalysisErrorReporter
|
class |
ChainedParseErrorReporter
|
class |
LogAnalysisErrorReporter
An analysis error reporter to sends error messages to the Eclipse "Error" view/log. |
class |
LogParseErrorReporter
An implementation of ParseErrorReporter that reports
errors to the Eclipse "error" log. |
class |
MarkerAnalysisErrorReporter
An implementation of AnalysisErrorReporter
that reports errors as markers on the aaxl object models. |
class |
MarkerParseErrorReporter
An implementation of ParseErrorReporter that reports
errors as markers on the aadl text files. |
class |
NullAnalysisErrorReporter
|
class |
NullParseErrorReporter
An implementation of ParseErrorReporter that silently
discards all reported errors. |
class |
QueuingAnalysisErrorReporter
An implementation of ParseErrorReporter that reports
errors by storing them in a queue that can be retreived by calling
QueuingAnalysisErrorReporter.getErrors() . |
class |
QueuingParserErrorReporter
An implementation of ParseErrorReporter that reports
errors by storing them in a queue that can be retreived by calling
QueuingParserErrorReporter.getErrors() . |
class |
StringBufferAnalysisErrorReporter
|
class |
WriterAnalysisErrorReporter
An implementation of AnalysisErrorReporter that outputs
the messages to a Java Writer . |
class |
WriterParseErrorReporter
An implementation of ParseErrorReporter that outputs
the messages to a Java Writer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |