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

Packages that use IGenericType
org.eclipse.jdt.internal.compiler.classfmt   
org.eclipse.jdt.internal.compiler.env   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.eval   
 

Uses of IGenericType in org.eclipse.jdt.internal.compiler.classfmt
 

Classes in org.eclipse.jdt.internal.compiler.classfmt that implement IGenericType
 class ClassFileReader
           
 

Uses of IGenericType in org.eclipse.jdt.internal.compiler.env
 

Subinterfaces of IGenericType in org.eclipse.jdt.internal.compiler.env
 interface IBinaryType
           
 interface ISourceType
           
 

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

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

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

Classes in org.eclipse.jdt.internal.core.hierarchy that implement IGenericType
 class HierarchyBinaryType
           
 class HierarchyType
          Partial implementation of an IGenericType used to answer hierarchies.
 

Methods in org.eclipse.jdt.internal.core.hierarchy with parameters of type IGenericType
 void HierarchyBuilder.connect(IGenericType type, IType typeHandle, IType superclassHandle, IType[] superinterfaceHandles)
          Connect the supplied type to its superclass & superinterfaces.
protected  IType HierarchyBuilder.getHandle(IGenericType genericType, ReferenceBinding binding)
          Returns a handle for the given generic type or null if not found.
 void HierarchyResolver.resolve(IGenericType suppliedType)
          Resolve the supertypes for the supplied source type.
 

Uses of IGenericType in org.eclipse.jdt.internal.eval
 

Classes in org.eclipse.jdt.internal.eval that implement IGenericType
 class CodeSnippetSkeleton
          The skeleton of the class 'org.eclipse.jdt.internal.eval.target.CodeSnippet' used at compile time.