Uses of Class
org.eclipse.jdt.internal.core.SourceType

Packages that use SourceType
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
 

Uses of SourceType in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist that return SourceType
protected  SourceType CompletionUnitStructureRequestor.createTypeHandle(JavaElement parent, ISourceElementRequestor.TypeInfo typeInfo)
           
 

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

Subclasses of SourceType in org.eclipse.jdt.internal.codeassist.impl
 class AssistSourceType
           
 

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

Subclasses of SourceType in org.eclipse.jdt.internal.core
 class ResolvedSourceType
          Handle representing a source type that is resolved.
 

Fields in org.eclipse.jdt.internal.core declared as SourceType
protected static SourceType[] SourceTypeElementInfo.NO_TYPES
           
 

Methods in org.eclipse.jdt.internal.core that return SourceType
protected  SourceType CompilationUnitStructureRequestor.createTypeHandle(JavaElement parent, ISourceElementRequestor.TypeInfo typeInfo)
           
 SourceType[] SourceTypeElementInfo.getMemberTypeHandles()