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

Packages that use PushDownFieldRefactoring
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 PushDownFieldRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return PushDownFieldRefactoring
 PushDownFieldRefactoring RefactoringFactory.pushDownField()
          Moves the field into the parent class
 

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

Methods in org.acm.seguin.refactor.field that return PushDownFieldRefactoring
 PushDownFieldRefactoring FieldRefactoringFactory.pushDownField()
          Moves the field into the parent class