public interface ICompilationUnit extends IDependent
JAR_FILE_ENTRY_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
ignoreOptionalProblems()
Answer if optional problems should be ignored for this compilation unit.
|
getFileNamechar[] getContents()
char[] getMainTypeName()
char[][] getPackageName()
boolean ignoreOptionalProblems()
false if there is no preference.