Uses of Interface
org.eclipse.wst.jsdt.core.ITypeParameter

Packages that use ITypeParameter
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui.refactoring   
 

Uses of ITypeParameter in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return ITypeParameter
 ITypeParameter IType.getTypeParameter(java.lang.String name)
          Returns the type parameter declared in this type with the given name.
 ITypeParameter IFunction.getTypeParameter(java.lang.String name)
          Returns the type parameter declared in this method with the given name.
 ITypeParameter[] IType.getTypeParameters()
          Returns the formal type parameters for this type.
 ITypeParameter[] IFunction.getTypeParameters()
          Returns the formal type parameters for this method.
 

Uses of ITypeParameter in org.eclipse.wst.jsdt.ui.refactoring
 

Methods in org.eclipse.wst.jsdt.ui.refactoring with parameters of type ITypeParameter
static RenameSupport RenameSupport.create(ITypeParameter parameter, java.lang.String newName, int flags)
          Creates a new rename support for the given ITypeParameter.