Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.IGenericType
Packages that use IGenericType
Package
Description
-
Uses of IGenericType in org.aspectj.ajdt.internal.core.builder
Classes in org.aspectj.ajdt.internal.core.builder that implement IGenericTypeModifier and TypeClassDescriptionclassUsed to determine if a type has structurally changed during incremental compilation. -
Uses of IGenericType in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that implement IGenericTypeModifier and TypeClassDescriptionclassclassA decorator forIBinaryTypethat allows external annotations to be attached. -
Uses of IGenericType in org.aspectj.org.eclipse.jdt.internal.compiler.env
Subinterfaces of IGenericType in org.aspectj.org.eclipse.jdt.internal.compiler.env -
Uses of IGenericType in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IGenericTypeModifier and TypeClassDescriptionclassElement info for an IType element that originated from source. -
Uses of IGenericType in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Classes in org.aspectj.org.eclipse.jdt.internal.core.hierarchy that implement IGenericTypeModifier and TypeClassDescriptionclassclassPartial implementation of an IGenericType used to answer hierarchies.Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type IGenericTypeModifier and TypeMethodDescriptionvoidHierarchyBuilder.connect(IGenericType type, IType typeHandle, IType superclassHandle, IType[] superinterfaceHandles) Connect the supplied type to its superclass and superinterfaces.protected ITypeHierarchyBuilder.getHandle(IGenericType genericType, ReferenceBinding binding) Returns a handle for the given generic type or null if not found.voidHierarchyResolver.resolve(IGenericType suppliedType) Resolve the supertypes for the supplied source type. -
Uses of IGenericType in org.aspectj.org.eclipse.jdt.internal.eval
Classes in org.aspectj.org.eclipse.jdt.internal.eval that implement IGenericTypeModifier and TypeClassDescriptionclassThe skeleton of the class 'org.eclipse.jdt.internal.eval.target.CodeSnippet' used at compile time.