Uses of Class
com.google.errorprone.refaster.TemplateMatch
-
Uses of TemplateMatch in com.google.errorprone.refaster
Modifier and TypeClassDescriptionclass
RefasterRule<M extends TemplateMatch,
T extends Template<M>> A representation of an entire Refaster rule, corresponding to a class with @BeforeTemplates and @AfterTemplates.class
Template<M extends TemplateMatch>
Abstract superclass for templates that can be used to search and replace in a Java syntax tree.