org.codehaus.plexus.compiler.eclipse
private class EclipseJavaCompiler.CompilationUnit extends Object implements ICompilationUnit
| Field Summary | |
|---|---|
| String | className |
| List | errors |
| String | sourceFile |
| Constructor Summary | |
|---|---|
| CompilationUnit(String sourceFile, String className, List errors) | |
| Method Summary | |
|---|---|
| char[] | getContents() |
| char[] | getFileName() |
| char[] | getMainTypeName() |
| char[][] | getPackageName() |