| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.env | |
| org.eclipse.jdt.internal.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Compiler.accept(ISourceType[] sourceTypes,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Add additional source types
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
NameEnvironmentAnswer(ISourceType[] sourceTypes,
AccessRestriction accessRestriction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITypeRequestor.accept(ISourceType[] sourceType,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Accept the unresolved source forms for the requested type.
|
Copyright © 2015. All rights reserved.