Example usage for org.eclipse.jdt.core.compiler BuildContext subclass-usage

List of usage examples for org.eclipse.jdt.core.compiler BuildContext subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.compiler BuildContext subclass-usage.

Usage

From source file net.sf.j2s.core.builder.CompilationParticipantResult.java

public class CompilationParticipantResult extends BuildContext {
    protected SourceFile sourceFile;
    protected boolean hasAnnotations; // only set during processAnnotations
    protected IFile[] addedFiles; // added/changed generated source files that need to be compiled
    protected IFile[] deletedFiles; // previously generated source files that should be deleted
    protected CategorizedProblem[] problems; // new problems to report against this compilationUnit

From source file org.eclipse.ajdt.core.builder.AJCompilationParticipantResult.java

/**
 * 
 * @author Andrew Eisenberg
 * @created Oct 18, 2010
 */
public class AJCompilationParticipantResult extends BuildContext {