|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISourceType | |
---|---|
org.eclipse.jdt.internal.compiler | |
org.eclipse.jdt.internal.compiler.env | |
org.eclipse.jdt.internal.compiler.impl |
Uses of ISourceType in org.eclipse.jdt.internal.compiler |
---|
Methods in org.eclipse.jdt.internal.compiler with parameters of type ISourceType | |
---|---|
void |
Compiler.accept(ISourceType[] sourceTypes,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Add additional source types |
Uses of ISourceType in org.eclipse.jdt.internal.compiler.env |
---|
Methods in org.eclipse.jdt.internal.compiler.env that return ISourceType | |
---|---|
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. |
Constructors in org.eclipse.jdt.internal.compiler.env with parameters of type ISourceType | |
---|---|
NameEnvironmentAnswer(ISourceType[] sourceTypes,
AccessRestriction accessRestriction)
|
Uses of ISourceType in org.eclipse.jdt.internal.compiler.impl |
---|
Methods in org.eclipse.jdt.internal.compiler.impl with parameters of type ISourceType | |
---|---|
void |
ITypeRequestor.accept(ISourceType[] sourceType,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Accept the unresolved source forms for the requested type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |