| spoon.processing.ProblemFixer
getDescription | abstract public String getDescription()(Code) | | Returns the description of this fixer
|
getLabel | abstract public String getLabel()(Code) | | Returns a short String that represent this fixer.
|
run | abstract public Changes run(T element)(Code) | | Runs this fix on given element. This fixer should modify the given model
and return a list of the modified elements.
Parameters: element - the element marked by a problem List of modified elements |
|
|