| |
|
| java.lang.Object org.acm.seguin.refactor.Refactoring org.acm.seguin.refactor.method.RenameParameterRefactoring
RenameParameterRefactoring | public class RenameParameterRefactoring extends Refactoring (Code) | | Refactoring to allow a user to rename a parameter
author: Chris Seguin |
RenameParameterRefactoring | protected RenameParameterRefactoring()(Code) | | Constructor for the RenameParameterRefactoring object
|
getDescription | public String getDescription()(Code) | | Gets the Description attribute of the RenameParameterRefactoring object
The Description value |
getID | public int getID()(Code) | | Gets the ID attribute of the RenameParameterRefactoring object
The ID value |
setMethodSummary | public void setMethodSummary(MethodSummary value)(Code) | | Sets the MethodSummary attribute of the RenameParameterRefactoring object
Parameters: value - The new MethodSummary value |
setNewName | public void setNewName(String value)(Code) | | Sets the NewName attribute of the RenameParameterRefactoring object
Parameters: value - The new NewName value |
setParameterSummary | public void setParameterSummary(ParameterSummary value)(Code) | | Sets the ParameterSummary attribute of the RenameParameterRefactoring
object
Parameters: value - The new ParameterSummary value |
transform | protected void transform()(Code) | | Perform the transformation
|
|
|
|