Example usage for org.eclipse.jdt.internal.compiler.problem ProblemReporter subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.problem ProblemReporter subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.problem ProblemReporter subclass-usage.

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