|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.type.TypeRefactoringFactory
public class TypeRefactoringFactory
Factory for the type refactorings
Constructor Summary | |
---|---|
TypeRefactoringFactory()
|
Method Summary | |
---|---|
AddChildRefactoring |
addChild()
Adds a feature to the Child attribute of the TypeRefactoringFactory object |
AddAbstractParent |
addParent()
Adds a feature to the Parent attribute of the TypeRefactoringFactory object |
ExtractInterfaceRefactoring |
extractInterface()
Extracts the interface of a class into a new interface object |
MoveClass |
moveClass()
Description of the Method |
RemoveEmptyClassRefactoring |
removeEmptyClass()
Description of the Method |
RenameClassRefactoring |
renameClass()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeRefactoringFactory()
Method Detail |
---|
public AddChildRefactoring addChild()
public AddAbstractParent addParent()
public MoveClass moveClass()
public RenameClassRefactoring renameClass()
public RemoveEmptyClassRefactoring removeEmptyClass()
public ExtractInterfaceRefactoring extractInterface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |