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

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

Uses of PushUpAbstractMethodRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return PushUpAbstractMethodRefactoring
 PushUpAbstractMethodRefactoring RefactoringFactory.pushUpAbstractMethod()
          Moves the method signature into the parent class
 

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

Methods in org.acm.seguin.refactor.method that return PushUpAbstractMethodRefactoring
 PushUpAbstractMethodRefactoring MethodRefactoringFactory.pushUpAbstractMethod()
          Moves the method signature into the parent class