|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.method.MethodRefactoringFactory
public class MethodRefactoringFactory
Description of the Class
Constructor Summary | |
---|---|
MethodRefactoringFactory()
|
Method Summary | |
---|---|
ExtractMethodRefactoring |
extractMethod()
Extracts code from one method to create a new method |
MoveMethodRefactoring |
moveMethod()
Moves the method into another class |
PushDownMethodRefactoring |
pushDownMethod()
Moves the method into a child class |
PushUpAbstractMethodRefactoring |
pushUpAbstractMethod()
Moves the method signature into the parent class |
PushUpMethodRefactoring |
pushUpMethod()
Moves the method into the parent class |
RenameMethodRefactoring |
renameMethod()
Moves the method into another class |
RenameParameterRefactoring |
renameParameter()
Renames a parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodRefactoringFactory()
Method Detail |
---|
public PushUpMethodRefactoring pushUpMethod()
public PushUpAbstractMethodRefactoring pushUpAbstractMethod()
public PushDownMethodRefactoring pushDownMethod()
public MoveMethodRefactoring moveMethod()
public RenameMethodRefactoring renameMethod()
public ExtractMethodRefactoring extractMethod()
public RenameParameterRefactoring renameParameter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |