Package | Description |
---|---|
org.osate.aadl2.modelsupport.errorreporting |
Modifier and Type | Class and Description |
---|---|
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
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors to the Eclipse "error" log. |
class |
MarkerAnalysisErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
that reports errors as markers on the aaxl object models. |
class |
MarkerParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors as markers on the aadl text files. |
class |
NullAnalysisErrorReporter |
class |
NullParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that silently
discards all reported errors. |
class |
QueuingAnalysisErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors by storing them in a queue that can be retreived by calling
QueuingAnalysisErrorReporter.getErrors() . |
class |
QueuingParserErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.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
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter that outputs
the messages to a Java Writer . |
class |
WriterParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that outputs
the messages to a Java Writer . |