Uses of Class
org.acm.seguin.refactor.type.AddClassRefactoring

Packages that use AddClassRefactoring
org.acm.seguin.refactor.type Contains the type refactorings. 
 

Uses of AddClassRefactoring in org.acm.seguin.refactor.type
 

Subclasses of AddClassRefactoring in org.acm.seguin.refactor.type
 class AddAbstractParent
          Adds an abstract parent to a class or a set of classes in the same package.
 class AddChildRefactoring
          Adds a child class and makes sure that the rest of the system is ready to have a class with that name.