Example usage for org.eclipse.jdt.internal.compiler.lookup BlockScope subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.lookup BlockScope subclass-usage

Introduction

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

Usage

From source file org.eclipse.objectteams.otdt.internal.core.compiler.problem.BlockScopeWrapper.java

/**
 * Special Scope for special AST elements, e.g. wrapped MessageSends,
 * wrapping a normal scope.
 * Necessary for catching and redirectoring error-reports to a special ProblemReporter
 * taking care that the error-reports do not point to a generated method, but
 * e.g. to a calling binding.