org.aspectj.org.eclipse.jdt.internal.core.builder
Class CompilationParticipantResult
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
- Direct Known Subclasses:
- BuildContext
public class CompilationParticipantResult
- extends java.lang.Object
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
CompilationParticipantResult
protected CompilationParticipantResult(SourceFile sourceFile)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object