Example usage for org.eclipse.jdt.internal.core.builder ICompilationUnitLocator interface-usage

List of usage examples for org.eclipse.jdt.internal.core.builder ICompilationUnitLocator interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core.builder ICompilationUnitLocator interface-usage.

Usage

From source file org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.java

/**
 * The abstract superclass of Java builders.
 * Provides the building and compilation mechanism
 * in common with the batch and incremental builders.
 */
public abstract class AbstractImageBuilder implements ICompilerRequestor, ICompilationUnitLocator {