|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.participants.RefactoringArguments
org.eclipse.ltk.core.refactoring.participants.RenameArguments
org.eclipse.jdt.core.refactoring.RenameTypeArguments
Rename type arguments describe the data that a rename type processor provides to its rename type participants.
This class is not intended to be subclassed by clients.
Constructor Summary | |
---|---|
RenameTypeArguments(String newName,
boolean updateReferences,
boolean updateSimilarDeclarations,
IJavaElement[] similarDeclarations)
Creates new rename type arguments. |
Method Summary | |
---|---|
IJavaElement[] |
getSimilarDeclarations()
Returns the similar declarations that get updated. |
boolean |
getUpdateSimilarDeclarations()
Returns whether similar declaration updating is requested or not. |
String |
toString()
|
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RenameArguments |
---|
getNewName, getUpdateReferences |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RenameTypeArguments(String newName, boolean updateReferences, boolean updateSimilarDeclarations, IJavaElement[] similarDeclarations)
newName
- the new name of the element to be renamedupdateReferences
- true
if reference
updating is requested; false
otherwiseupdateSimilarDeclarations
- true
if similar
declaration updating is requested; false
otherwisesimilarDeclarations
- the similar declarations that will be
updated or null
if similar declaration updating is
not requestedMethod Detail |
public boolean getUpdateSimilarDeclarations()
true
if similar declaration
updating is requested; false
otherwisepublic IJavaElement[] getSimilarDeclarations()
null
if similar declaration updating is not
requested.
public String toString()
|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |