Uses of Interface
edu.cmu.sei.aadl.modelsupport.errorreporting.ErrorReporter

Packages that use ErrorReporter
edu.cmu.sei.aadl.modelsupport.errorreporting   
 

Uses of ErrorReporter in edu.cmu.sei.aadl.modelsupport.errorreporting
 

Subinterfaces of ErrorReporter in edu.cmu.sei.aadl.modelsupport.errorreporting
 interface AnalysisErrorReporter
           
 interface ParseErrorReporter
          Interface defining the abstract operations required to report errors during the parsing and interpretation of an AADL text file.
 

Classes in edu.cmu.sei.aadl.modelsupport.errorreporting that implement ErrorReporter
 class AbstractAnalysisErrorReporter
          Base implementation that makes sure messages counts are updated.
 class AbstractErrorReporter
          Base implementation that handles tracking messages counts and message deletion.
 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.