| Interface | Description |
|---|---|
| CaseDetector |
Represents the behavior of a case detector, it works iteratively by means of a DetectionPhaseContext.
|
| CaseProcessor |
Represents the behavior of a case detector, it works iteratively by means of a DetectionPhaseContext.
|
| CaseTransformer |
Represents the behavior of a case filter, it works iteratively by means of a DetectionPhaseContext.
|
| Iteration |
Represents an iteration over the block of statements
|
| RefactoringRule<E extends CtElement> |
Refactoring rule interface
|
| Class | Description |
|---|---|
| CaseOfInterest |
Represents a case of interest found in a given statement
|
| CompilationUnitGroup |
Represents a group of compilation units defined by a list of files
|
| DetectionPhaseContext |
Represents the context of an iteration detection phase
|
| RefactoringPhaseContext |
Represents the iteration context of the refactoring phase
|
| TransformationPhaseContext |
Represents the context of an iteration detection phase
|