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

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

Uses of PushDownMethodRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return PushDownMethodRefactoring
 PushDownMethodRefactoring RefactoringFactory.pushDownMethod()
          Moves the method into a child class
 

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

Methods in org.acm.seguin.refactor.method that return PushDownMethodRefactoring
 PushDownMethodRefactoring MethodRefactoringFactory.pushDownMethod()
          Moves the method into a child class