Uses of Interface
org.aspectj.org.eclipse.jdt.core.ITypeParameter
Packages that use ITypeParameter
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of ITypeParameter in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return ITypeParameterModifier and TypeMethodDescriptionIMethod.getTypeParameter(String name) Returns the type parameter declared in this method with the given name.IType.getTypeParameter(String name) Returns the type parameter declared in this type with the given name.IMethod.getTypeParameters()Returns the formal type parameters for this method.IType.getTypeParameters()Returns the formal type parameters for this type. -
Uses of ITypeParameter in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that implement ITypeParameter -
Uses of ITypeParameter in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement ITypeParameterFields in org.aspectj.org.eclipse.jdt.internal.core declared as ITypeParameterModifier and TypeFieldDescriptionprotected ITypeParameter[]SourceMethodElementInfo.typeParametersprotected ITypeParameter[]SourceTypeElementInfo.typeParametersMethods in org.aspectj.org.eclipse.jdt.internal.core that return ITypeParameterModifier and TypeMethodDescriptionBinaryMethod.getTypeParameter(String typeParameterName) BinaryType.getTypeParameter(String typeParameterName) SourceMethod.getTypeParameter(String typeParameterName) SourceType.getTypeParameter(String typeParameterName) BinaryMethod.getTypeParameters()BinaryType.getTypeParameters()protected ITypeParameter[]NamedMember.getTypeParameters()SourceMethod.getTypeParameters()SourceType.getTypeParameters() -
Uses of ITypeParameter in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.matching declared as ITypeParameterConstructors in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ITypeParameterModifierConstructorDescriptionTypeParameterPattern(boolean findDeclarations, boolean findReferences, ITypeParameter typeParameter, int matchRule)