Uses of Class
com.google.errorprone.refaster.BlockTemplate
-
Uses of BlockTemplate in com.google.errorprone.refaster
Modifier and TypeMethodDescriptionstatic BlockTemplate
BlockTemplate.create
(com.google.common.collect.ImmutableClassToInstanceMap<Annotation> annotations, Iterable<UTypeVar> typeVariables, Map<String, ? extends UType> expressionArgumentTypes, Iterable<? extends UStatement> templateStatements) static BlockTemplate
BlockTemplate.create
(UStatement... templateStatements) static BlockTemplate
BlockTemplate.create
(Iterable<UTypeVar> typeVariables, Map<String, ? extends UType> expressionArgumentTypes, UStatement... templateStatements) static BlockTemplate
BlockTemplate.create
(Map<String, ? extends UType> expressionArgumentTypes, UStatement... templateStatements) BlockTemplate.withStatements
(Iterable<? extends UStatement> templateStatements)