Uses of Class
org.acm.seguin.refactor.method.MoveMethodRefactoring

Packages that use MoveMethodRefactoring
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.method Responsible for method refactorings. 
 

Uses of MoveMethodRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return MoveMethodRefactoring
 MoveMethodRefactoring RefactoringFactory.moveMethod()
          Moves the method into another class
 

Uses of MoveMethodRefactoring in org.acm.seguin.refactor.method
 

Methods in org.acm.seguin.refactor.method that return MoveMethodRefactoring
 MoveMethodRefactoring MethodRefactoringFactory.moveMethod()
          Moves the method into another class