org.aspectj.org.eclipse.jdt.internal.core.builder
Class CompilationParticipantResult

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Direct Known Subclasses:
BuildContext

public class CompilationParticipantResult
extends java.lang.Object


Field Summary
protected  IFile[] addedFiles
           
protected  IFile[] deletedFiles
           
protected  java.lang.String[] dependencies
           
protected  boolean hasAnnotations
           
protected  CategorizedProblem[] problems
           
protected  SourceFile sourceFile
           
 
Constructor Summary
protected CompilationParticipantResult(SourceFile sourceFile)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceFile

protected SourceFile sourceFile

hasAnnotations

protected boolean hasAnnotations

addedFiles

protected IFile[] addedFiles

deletedFiles

protected IFile[] deletedFiles

problems

protected CategorizedProblem[] problems

dependencies

protected java.lang.String[] dependencies
Constructor Detail

CompilationParticipantResult

protected CompilationParticipantResult(SourceFile sourceFile)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object