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

Packages that use RemoveEmptyClassRefactoring
org.acm.seguin.ide.jbuilder.refactor   
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.type Contains the type refactorings. 
 

Uses of RemoveEmptyClassRefactoring in org.acm.seguin.ide.jbuilder.refactor
 

Methods in org.acm.seguin.ide.jbuilder.refactor that return RemoveEmptyClassRefactoring
 RemoveEmptyClassRefactoring JBuilderRefactoringFactory.removeEmptyClass()
          Description of the Method
 

Uses of RemoveEmptyClassRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return RemoveEmptyClassRefactoring
 RemoveEmptyClassRefactoring RefactoringFactory.removeEmptyClass()
          Description of the Method
 

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

Methods in org.acm.seguin.refactor.type that return RemoveEmptyClassRefactoring
 RemoveEmptyClassRefactoring TypeRefactoringFactory.removeEmptyClass()
          Description of the Method