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

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

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

Classes in edu.cmu.sei.aadl.modelsupport.errorreporting that implement ParseErrorReporterFactory
static class ChainedParseErrorReporter.Factory
           
static class LogParseErrorReporter.Factory
           
static class MarkerParseErrorReporter.Factory
          Factory for creating Marker error reporters.
static class WriterParseErrorReporter.Factory
           
 

Fields in edu.cmu.sei.aadl.modelsupport.errorreporting declared as ParseErrorReporterFactory
static ParseErrorReporterFactory LogParseErrorReporter.factory
          TODO compatibility for Topcased 0.7: it uses the 01162006 interface
 

Constructors in edu.cmu.sei.aadl.modelsupport.errorreporting with parameters of type ParseErrorReporterFactory
AnalysisToParseErrorReporterAdapter.Factory(ParseErrorReporterFactory fact)
           
ChainedParseErrorReporter.Factory(ParseErrorReporterFactory[] factories)
          Create a new factory that creates an analysis error reporter that delegates to error reporters generated by the given list of factories.
MarkerParseErrorReporter.Factory(java.lang.String mt, ParseErrorReporterFactory sndFact)
           
ParseErrorReporterManager(InternalErrorReporter ier, ParseErrorReporterFactory fact)