Uses of Class
org.acm.seguin.refactor.field.PushUpFieldRefactoring

Packages that use PushUpFieldRefactoring
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.field Contains refactorings that apply to fields. 
 

Uses of PushUpFieldRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return PushUpFieldRefactoring
 PushUpFieldRefactoring RefactoringFactory.pushUpField()
          Moves the field into the child class
 

Uses of PushUpFieldRefactoring in org.acm.seguin.refactor.field
 

Methods in org.acm.seguin.refactor.field that return PushUpFieldRefactoring
 PushUpFieldRefactoring FieldRefactoringFactory.pushUpField()
          Moves the field into the child class