public interface GuardedBlockHandler
Modifier and Type | Method and Description |
---|---|
Problem |
handleChange(RefactoringElementImplementation proposedChange,
Collection<RefactoringElementImplementation> replacements,
Collection<Transaction> transaction)
Collects replacements for refactoring element affecting a guarded block.
|
Problem handleChange(RefactoringElementImplementation proposedChange, Collection<RefactoringElementImplementation> replacements, Collection<Transaction> transaction)
proposedChange
- RefactoringElementImplementation that affects a guarded block.replacements
- Empty collection where the method implementation should add the
replacement RefactoringElementImplementations if this GuardedBlockHandler can handle changes in the
guarded block the original RefactoringElementImplementation affects.transaction
- collection of Transactions.