Uses of Class
edu.cmu.sei.aadl.model.pluginsupport.AbstractParseErrorReporter

Packages that use AbstractParseErrorReporter
edu.cmu.sei.aadl.model.pluginsupport   
 

Uses of AbstractParseErrorReporter in edu.cmu.sei.aadl.model.pluginsupport
 

Subclasses of AbstractParseErrorReporter in edu.cmu.sei.aadl.model.pluginsupport
 class ChainedParseErrorReporter
           
 class LogParseErrorReporter
          An implementation of ParseErrorReporter that reports errors to the Eclipse "error" log.
 class MarkerParseErrorReporter
          An implementation of ParseErrorReporter that reports errors as markers on the aadl text files.
 class NullParseErrorReporter
          An implementation of ParseErrorReporter that silently discards all reported errors.
 class QueuingParserErrorReporter
          An implementation of ParseErrorReporter that reports errors by storing them in a queue that can be retreived by calling QueuingParserErrorReporter.getErrors().
 class WriterParseErrorReporter
          An implementation of ParseErrorReporter that outputs the messages to a Java Writer.