Uses of Interface
org.eclipse.jdt.internal.compiler.env.ISourceType

Packages that use ISourceType
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.env   
org.eclipse.jdt.internal.compiler.impl   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.core.search.matching   
 

Uses of ISourceType in org.eclipse.jdt.internal.codeassist.impl
 

Methods in org.eclipse.jdt.internal.codeassist.impl with parameters of type ISourceType
 void Engine.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Add additional source types (the first one is the requested type, the rest is formed by the secondary types defined in the same compilation unit).
 

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.
 

Uses of ISourceType in org.eclipse.jdt.internal.compiler.parser
 

Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type ISourceType
static CompilationUnitDeclaration SourceTypeConverter.buildCompilationUnit(ISourceType[] sourceTypes, int flags, ProblemReporter problemReporter, CompilationResult compilationResult)
           
 

Uses of ISourceType in org.eclipse.jdt.internal.core
 

Classes in org.eclipse.jdt.internal.core that implement ISourceType
 class SourceTypeElementInfo
          Element info for an IType element that originated from source.
 

Methods in org.eclipse.jdt.internal.core that return ISourceType
 ISourceType SourceTypeElementInfo.getEnclosingType()
          Returns the ISourceType that is the enclosing type for this type, or null if this type is a top level type.
 ISourceType[] SourceTypeElementInfo.getMemberTypes()
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type ISourceType
 void CompilationUnitProblemFinder.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Add additional source types
 

Uses of ISourceType in org.eclipse.jdt.internal.core.hierarchy
 

Methods in org.eclipse.jdt.internal.core.hierarchy with parameters of type ISourceType
 void HierarchyResolver.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Add additional source types
 

Uses of ISourceType in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type ISourceType
 void MatchLocator.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Add additional source types