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