Composite Refactoring
v1.0

Uses of Class
compositeRefactoring.codemanipulation.Inherit

Packages that use Inherit
compositeRefactoring.changes   
 

Uses of Inherit in compositeRefactoring.changes
 

Constructors in compositeRefactoring.changes with parameters of type Inherit
InheritChange(ICompilationUnit base, ICompilationUnit derived, Inherit inherit)
          creates an InheritChange object.
UndoInheritChange(Inherit change)
          creates an UndoInheritChange.
 


Composite Refactoring
v1.0