Class and Description |
---|
AnalysisErrorReporterManager
TODO: Fix this
This class manages the creation and use of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter instances
across a set of AADL text file resources. |
Class and Description |
---|
AbstractAnalysisErrorReporter
Base implementation that makes sure messages counts are updated.
|
AbstractErrorReporter
Base implementation that handles tracking messages counts and message
deletion.
|
AbstractErrorReporterManager
Abstract implementation of
edu.cmu.sei.aadl.model.pluginsupport.ErrorReporterManager that
delegates The implementation of the methods AbstractErrorReporterManager.internalError(Exception) ,
AbstractErrorReporterManager.internalError(String) , and AbstractErrorReporterManager.getNumInternalErrors() to
another edu.cmu.sei.aadl.model.pluginsupport.InternalErrorReporter
object. |
AbstractInternalErrorReporter
Abstract implementation of
edu.cmu.sei.aadl.model.pluginsupport.InternalErrorReporter that
manages the error count. |
AbstractParseErrorReporter
Base implementation that insures messages counts are updated.
|
AnalysisErrorReporter |
AnalysisErrorReporterFactory
Defines the interface for factories that create instances of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter . |
AnalysisErrorReporterManager
TODO: Fix this
This class manages the creation and use of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter instances
across a set of AADL text file resources. |
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 . |
ErrorReporterManager
Generic interface for objects that manage error reporters.
|
InternalErrorReporter
Interface for reporting internal errors.
|
NullInternalErrorReporter
An internal error reporter to ignores internal error messages.
|
NullParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that silently
discards all reported errors. |
ParseErrorReporter
Interface defining the abstract operations required to report errors during
the parsing and interpretation of an AADL text file.
|
ParseErrorReporterFactory
Defines the interface for factories that create instances of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter . |
QueuingAnalysisErrorReporter.Message
Record of a reported error message/warning.
|
QueuingParserErrorReporter.Message
Record of a reported error message/warning.
|
WriterAnalysisErrorReporter.Factory |
WriterInternalErrorReporter
An internal error reporter to sends internal error messages to the given
Writer.
|
WriterParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that outputs
the messages to a Java Writer . |
WriterParseErrorReporter.Factory |
Class and Description |
---|
AnalysisErrorReporterManager
TODO: Fix this
This class manages the creation and use of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter instances
across a set of AADL text file resources. |
Class and Description |
---|
AnalysisErrorReporterManager
TODO: Fix this
This class manages the creation and use of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter instances
across a set of AADL text file resources. |
ParseErrorReporter
Interface defining the abstract operations required to report errors during
the parsing and interpretation of an AADL text file.
|
Class and Description |
---|
ParseErrorReporter
Interface defining the abstract operations required to report errors during
the parsing and interpretation of an AADL text file.
|