Class RefasterRule<M extends TemplateMatch,T extends Template<M>>

java.lang.Object
com.google.errorprone.refaster.RefasterRule<M,T>
Type Parameters:
M - The type of a match.
T - The type of the template used to find matches and generate replacements.
All Implemented Interfaces:
CodeTransformer, Serializable

public abstract class RefasterRule<M extends TemplateMatch,T extends Template<M>> extends Object implements CodeTransformer, Serializable
A representation of an entire Refaster rule, corresponding to a class with @BeforeTemplates and @AfterTemplates.
Author:
[email protected] (Louis Wasserman)
See Also: