Java org.eclipse.jdt.internal.compiler CompilationResult fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

CategorizedProblem[]getAllProblems()
ClassFile[]getClassFiles()
ICompilationUnitgetCompilationUnit()
Answer the initial compilation unit corresponding to the present compilation result
CategorizedProblem[]getErrors()
Answer the errors encountered during compilation.
char[]getFileName()
Answer the initial file name
int[]getLineSeparatorPositions()
CategorizedProblem[]getProblems()
Answer the problems (errors and warnings) encountered during compilation.
CategorizedProblem[]getTasks()
Answer the tasks (TO-DO, ...) encountered during compilation.
booleanhasErrors()
booleanhasProblems()
booleanhasTasks()
voidrecord(CategorizedProblem newProblem, ReferenceContext referenceContext)
voidrecord(char[] typeName, ClassFile classFile)
For now, remember the compiled type using its compound name.
voidrecordPackageName(char[][] packName)
StringtoString()