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

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

Uses of PushUpMethodRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return PushUpMethodRefactoring
 PushUpMethodRefactoring RefactoringFactory.pushUpMethod()
          Moves the method into the parent class
 

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

Subclasses of PushUpMethodRefactoring in org.acm.seguin.refactor.method
 class PushUpAbstractMethodRefactoring
          Pushes up the signature of an abstract method into the parent class
 

Methods in org.acm.seguin.refactor.method that return PushUpMethodRefactoring
 PushUpMethodRefactoring MethodRefactoringFactory.pushUpMethod()
          Moves the method into the parent class