| |
|
| java.lang.Object org.acm.seguin.refactor.TransformAST org.acm.seguin.refactor.method.RenameParameterTransform
RenameParameterTransform | class RenameParameterTransform extends TransformAST (Code) | | Transformation responsible for renaming the parameter
author: Chris Seguin |
RenameParameterTransform | public RenameParameterTransform()(Code) | | Constructor for the RenameParameterTransform object
|
getMethod | public MethodSummary getMethod()(Code) | | Gets the Method attribute of the RenameParameterTransform object
The Method value |
getNewName | public String getNewName()(Code) | | Gets the NewName attribute of the RenameParameterTransform object
The NewName value |
getParameter | public ParameterSummary getParameter()(Code) | | Gets the Parameter attribute of the RenameParameterTransform object
The Parameter value |
isRightTree | public boolean isRightTree()(Code) | | Gets the RightTree attribute of the RenameParameterTransform object
The RightTree value |
setMethod | public void setMethod(MethodSummary value)(Code) | | Sets the MethodSummary attribute of the RenameParameterTransform object
Parameters: value - The new MethodSummary value |
setNewName | public void setNewName(String value)(Code) | | Sets the NewName attribute of the RenameParameterTransform object
Parameters: value - The new NewName value |
setParameter | public void setParameter(ParameterSummary value)(Code) | | Sets the ParameterSummary attribute of the RenameParameterTransform
object
Parameters: value - The new ParameterSummary value |
setRightTree | public void setRightTree(boolean value)(Code) | | Sets the RightTree attribute of the RenameParameterTransform object
Parameters: value - The new RightTree value |
update | public void update(SimpleNode root)(Code) | | Updates the name of the parameter
Parameters: root - the tree to update |
|
|
|