Java org.eclipse.jdt.core.compiler BuildContext fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.compiler BuildContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.compiler BuildContext.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.compiler.BuildContext has subclasses.
Click this link to see all its subclasses.

Method

char[]getContents()
Returns the contents of the compilation unit.
IFilegetFile()
Returns the IFile representing the compilation unit.
voidrecordAddedGeneratedFiles(IFile[] addedGeneratedFiles)
Record the added/changed generated files that need to be compiled.
voidrecordDependencies(String[] typeNameDependencies)
Record the fully-qualified type names of any new dependencies, each name is of the form "p1.p2.A.B".
voidrecordNewProblems(CategorizedProblem[] newProblems)
Record new problems to report against this compilationUnit.