|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompilationUnit
This interface denotes a compilation unit, providing its name and content.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jdt.internal.compiler.env.IDependent |
|---|
JAR_FILE_ENTRY_SEPARATOR |
| Method Summary | |
|---|---|
char[] |
getContents()
Answer the contents of the compilation unit. |
char[] |
getMainTypeName()
Answer the name of the top level public type. |
char[][] |
getPackageName()
Answer the name of the package according to the directory structure or null if package consistency checks should be ignored. |
| Methods inherited from interface org.eclipse.jdt.internal.compiler.env.IDependent |
|---|
getFileName |
| Method Detail |
|---|
char[] getContents()
char[] getMainTypeName()
char[][] getPackageName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||