|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ICompilationUnit
This interface denotes a compilation unit, providing its name and content.
| 字段摘要 |
|---|
| 从接口 org.eclipse.jdt.internal.compiler.env.IDependent 继承的字段 |
|---|
JAR_FILE_ENTRY_SEPARATOR |
| 方法摘要 | |
|---|---|
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. |
| 从接口 org.eclipse.jdt.internal.compiler.env.IDependent 继承的方法 |
|---|
getFileName |
| 方法详细信息 |
|---|
char[] getContents()
char[] getMainTypeName()
char[][] getPackageName()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||