List of usage examples for org.eclipse.jdt.internal.core.builder ICompilationUnitLocator interface-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 {