|
Eclipse JDT Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
char[] |
getContents()
Returns the contents of the compilation unit. |
IFile |
getFile()
Returns the IFile representing the compilation unit. |
boolean |
hasAnnotations()
Returns whether the compilation unit contained any annotations when it was compiled. |
void |
recordAddedGeneratedFiles(IFile[] addedGeneratedFiles)
Record the added/changed generated files that need to be compiled. |
void |
recordDeletedGeneratedFiles(IFile[] deletedGeneratedFiles)
Record the generated files that need to be deleted. |
void |
recordDependencies(String[] typeNameDependencies)
Record the fully-qualified type names of any new dependencies, each name is of the form 'p1.p2.A.B'. |
void |
recordNewProblems(IProblem[] newProblems)
Record new problems to report against this compilationUnit. |
| Method Detail |
public char[] getContents()
public IFile getFile()
public boolean hasAnnotations()
public void recordAddedGeneratedFiles(IFile[] addedGeneratedFiles)
public void recordDeletedGeneratedFiles(IFile[] deletedGeneratedFiles)
public void recordNewProblems(IProblem[] newProblems)
public void recordDependencies(String[] typeNameDependencies)
|
Eclipse JDT Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||