Uses of Interface
com.google.errorprone.refaster.UStatement
-
Uses of UStatement in com.google.errorprone.refaster
Modifier and TypeClassDescriptionclass
UTree
representation of aReturnTree
.class
AUTree
representation of a local variable declaration.Modifier and TypeMethodDescriptionUTemplater.template
(com.sun.source.tree.StatementTree tree) UTemplater.visitExpressionStatement
(com.sun.source.tree.ExpressionStatementTree tree, Void v) UTemplater.visitReturn
(com.sun.source.tree.ReturnTree tree, Void v) Modifier and TypeMethodDescriptionstatic 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) Modifier and TypeMethodDescriptionBlockTemplate.withStatements
(Iterable<? extends UStatement> templateStatements)