List of usage examples for org.eclipse.jdt.internal.compiler.problem ProblemReporter subclass-usage
From source file org.eclipse.objectteams.otdt.internal.core.compiler.problem.ProblemReporterWrapper.java
/**
* Inherit from this class reimplement <b>all</b> those methods, that might get called during
* your AST element's resolveType() method. You can report your own instead
* of the original errors.
*
* You must delegate all errors, that you do not handle yourself, to the protected