Uses of Interface
org.eclipse.jdt.core.ITypeParameter
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Application programming interfaces for rename refactorings.
-
Uses of ITypeParameter in org.eclipse.jdt.core
Modifier 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.eclipse.jdt.ui
Modifier and TypeMethodDescriptionstatic void
JavaElementLabels.getTypeParameterLabel
(ITypeParameter typeParameter, long flags, StringBuffer buf) Appends the label for a type parameter to aStringBuffer
.static void
JavaElementLabels.getTypeParameterLabel
(ITypeParameter typeParameter, long flags, org.eclipse.jface.viewers.StyledString result) Appends the label for a type parameter to aStyledString
. -
Uses of ITypeParameter in org.eclipse.jdt.ui.refactoring
Modifier and TypeMethodDescriptionstatic RenameSupport
RenameSupport.create
(ITypeParameter parameter, String newName, int flags) Creates a new rename support for the givenITypeParameter
.