Package | Description |
---|---|
org.eclipse.jdt.core |
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
|
org.eclipse.jdt.ui.refactoring |
Application programming interfaces for rename refactorings.
|
Modifier and Type | Method and Description |
---|---|
ITypeParameter |
IType.getTypeParameter(String name)
Returns the type parameter declared in this type with the given name.
|
ITypeParameter |
IMethod.getTypeParameter(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[] |
IMethod.getTypeParameters()
Returns the formal type parameters for this method.
|
Modifier and Type | Method and Description |
---|---|
static RenameSupport |
RenameSupport.create(ITypeParameter parameter,
String newName,
int flags)
Creates a new rename support for the given
ITypeParameter . |
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.