Uses of Package
org.acm.seguin.refactor.method

Packages that use org.acm.seguin.refactor.method
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.method Responsible for method refactorings. 
 

Classes in org.acm.seguin.refactor.method used by org.acm.seguin.refactor
ExtractMethodRefactoring
          Refactoring class that extracts a portion of the method and creates a new method with what the user has selected.
MoveMethodRefactoring
          Moves a method from one class to another.
PushDownMethodRefactoring
          Performs the push down method refactoring
PushUpAbstractMethodRefactoring
          Pushes up the signature of an abstract method into the parent class
PushUpMethodRefactoring
          Pushes up a method into a parent class
RenameMethodRefactoring
          Moves a method from one class to another.
RenameParameterRefactoring
          Refactoring to allow a user to rename a parameter
 

Classes in org.acm.seguin.refactor.method used by org.acm.seguin.refactor.method
ExtractMethodRefactoring
          Refactoring class that extracts a portion of the method and creates a new method with what the user has selected.
MoveMethodRefactoring
          Moves a method from one class to another.
PushDownMethodRefactoring
          Performs the push down method refactoring
PushUpAbstractMethodRefactoring
          Pushes up the signature of an abstract method into the parent class
PushUpMethodRefactoring
          Pushes up a method into a parent class
RemoveMethodTransform
          A transform that removes a specific method
RenameMethodRefactoring
          Moves a method from one class to another.
RenameParameterRefactoring
          Refactoring to allow a user to rename a parameter