|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.TransformAST
org.acm.seguin.refactor.method.RenameMethodTransform
public class RenameMethodTransform
A transform that renames a specific method
Constructor Summary | |
---|---|
RenameMethodTransform(MethodSummary oldMethod,
java.lang.String newName)
Constructor for the RemoveFieldTransform object |
Method Summary | |
---|---|
void |
update(net.sourceforge.jrefactory.ast.SimpleNode root)
Updates the root |
Methods inherited from class org.acm.seguin.refactor.TransformAST |
---|
copyModifiers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenameMethodTransform(MethodSummary oldMethod, java.lang.String newName)
oldName
- Description of ParameternewName
- Description of ParameterMethod Detail |
---|
public void update(net.sourceforge.jrefactory.ast.SimpleNode root)
update
in class TransformAST
root
- the root node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |