|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.field.FieldRefactoringFactory
public class FieldRefactoringFactory
Factory for field refactorings
Constructor Summary | |
---|---|
FieldRefactoringFactory()
|
Method Summary | |
---|---|
PushDownFieldRefactoring |
pushDownField()
Moves the field into the parent class |
PushUpFieldRefactoring |
pushUpField()
Moves the field into the child class |
RenameFieldRefactoring |
renameField()
Renames a field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldRefactoringFactory()
Method Detail |
---|
public PushDownFieldRefactoring pushDownField()
public PushUpFieldRefactoring pushUpField()
public RenameFieldRefactoring renameField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |