Uses of Class
com.google.errorprone.refaster.Template
Packages that use Template
-
Uses of Template in com.google.errorprone.refaster
Classes in com.google.errorprone.refaster with type parameters of type TemplateModifier and TypeClassDescriptionclassRefasterRule<M extends TemplateMatch, T extends Template<M>>A representation of an entire Refaster rule, corresponding to a class with @BeforeTemplates and @AfterTemplates.Subclasses of Template in com.google.errorprone.refasterModifier and TypeClassDescriptionclassTemplate representing a sequence of consecutive statements.classImplementation of a template to match and replace an expression anywhere in an AST.Methods in com.google.errorprone.refaster that return TemplateModifier and TypeMethodDescriptionstatic Template<?> UTemplater.createTemplate(com.sun.tools.javac.util.Context context, MethodTree decl) Returns a template based on a method.Method parameters in com.google.errorprone.refaster with type arguments of type TemplateModifier and TypeMethodDescriptionstatic RefasterRule<?, ?> RefasterRule.create(String qualifiedTemplateClass, Iterable<UTypeVar> typeVariables, Collection<? extends Template<?>> beforeTemplates, Collection<? extends Template<?>> afterTemplates, com.google.common.collect.ImmutableClassToInstanceMap<Annotation> annotations) static RefasterRule<?, ?> RefasterRule.create(String qualifiedTemplateClass, Collection<? extends Template<?>> beforeTemplates, Collection<? extends Template<?>> afterTemplates)