Class SearcherStrategyRemediator<T>

java.lang.Object
io.codemodder.remediation.SearcherStrategyRemediator<T>
Type Parameters:
T -
All Implemented Interfaces:
Remediator<T>

public class SearcherStrategyRemediator<T> extends Object implements Remediator<T>
Remediates issues with pairs of searchers and strategies. Searchers will associate an issue with a node from the AST, while a strategy will try to fix an issue.