public static final class WriterParseErrorReporter.Factory extends java.lang.Object implements ParseErrorReporterFactory
Constructor and Description |
---|
WriterParseErrorReporter.Factory(java.io.Writer writer) |
Modifier and Type | Method and Description |
---|---|
ParseErrorReporter |
getReporterFor(org.eclipse.core.resources.IResource aadlRsrc)
The given AADL IResource is allowed to be
null . |
public WriterParseErrorReporter.Factory(java.io.Writer writer)
public ParseErrorReporter getReporterFor(org.eclipse.core.resources.IResource aadlRsrc)
null
.getReporterFor
in interface ParseErrorReporterFactory
aadlRsrc
- The IResource
of the aadl text file for which
an error reporter should be generated. May be
null
, but see above.null
.