List of usage examples for org.eclipse.jdt.internal.core.builder AbstractImageBuilder subclass-usage
From source file org.eclipse.jdt.internal.core.builder.BatchImageBuilder.java
public class BatchImageBuilder extends AbstractImageBuilder { IncrementalImageBuilder incrementalBuilder; // if annotations or secondary types have to be processed after the compile loop ArrayList secondaryTypes; // qualified names for all secondary types found during batch compile StringSet typeLocatorsWithUndefinedTypes; // type locators for all source files with errors that may be caused by 'not found' secondary types
From source file org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder.java
/** * The incremental image builder */ public class IncrementalImageBuilder extends AbstractImageBuilder { protected ArrayList sourceFiles;