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

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

Uses of TypeChangeVisitor in org.acm.seguin.refactor
 

Subclasses of TypeChangeVisitor in org.acm.seguin.refactor
 class EliminatePackageImportVisitor
          Description of the Class
 

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

Subclasses of TypeChangeVisitor in org.acm.seguin.refactor.type
 class MoveClassVisitor
          Scans through the summary objects to create a list of files that reference a particular class.
 class RemoveClassVisitor
          The visitor object for removing a class from the system.
 class RenameClassVisitor
          Renames a class from one name to another.