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

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

Uses of ExtractMethodRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return ExtractMethodRefactoring
 ExtractMethodRefactoring RefactoringFactory.extractMethod()
          Extracts code from one method to create a new method
 

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

Methods in org.acm.seguin.refactor.method that return ExtractMethodRefactoring
 ExtractMethodRefactoring MethodRefactoringFactory.extractMethod()
          Extracts code from one method to create a new method