|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ISourceType 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.env | |
| org.eclipse.jdt.internal.compiler.impl | |
| org.eclipse.jdt.internal.compiler 中 ISourceType 的使用 |
|---|
| 参数类型为 ISourceType 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
Compiler.accept(ISourceType[] sourceTypes,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Add additional source types |
| org.eclipse.jdt.internal.compiler.env 中 ISourceType 的使用 |
|---|
| 返回 ISourceType 的 org.eclipse.jdt.internal.compiler.env 中的方法 | |
|---|---|
ISourceType |
ISourceType.getEnclosingType()
Answer the enclosing type or null if the receiver is a top level type. |
ISourceType[] |
ISourceType.getMemberTypes()
Answer the receiver's member types. |
ISourceType[] |
NameEnvironmentAnswer.getSourceTypes()
Answer the unresolved source forms for the type or null if the receiver represents a compilation unit or binary type. |
| 参数类型为 ISourceType 的 org.eclipse.jdt.internal.compiler.env 中的构造方法 | |
|---|---|
NameEnvironmentAnswer(ISourceType[] sourceTypes,
AccessRestriction accessRestriction)
|
|
| org.eclipse.jdt.internal.compiler.impl 中 ISourceType 的使用 |
|---|
| 参数类型为 ISourceType 的 org.eclipse.jdt.internal.compiler.impl 中的方法 | |
|---|---|
void |
ITypeRequestor.accept(ISourceType[] sourceType,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Accept the unresolved source forms for the requested type. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||