|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRenameArguments
org.eclipse.wst.jsdt.core.refactoring.RenameTypeArguments
public class 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.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Constructor Summary | |
---|---|
RenameTypeArguments(java.lang.String newName,
boolean updateReferences,
boolean updateSimilarDeclarations,
IJavaScriptElement[] similarDeclarations)
Creates new rename type arguments. |
Method Summary | |
---|---|
IJavaScriptElement[] |
getSimilarDeclarations()
Returns the similar declarations that get updated. |
boolean |
getUpdateSimilarDeclarations()
Returns whether similar declaration updating is requested or not. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RenameTypeArguments(java.lang.String newName, boolean updateReferences, boolean updateSimilarDeclarations, IJavaScriptElement[] 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 IJavaScriptElement[] getSimilarDeclarations()
null
if similar declaration updating is not
requested.
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |