Uses of Interface
com.google.errorprone.refaster.UStatement
Packages that use UStatement
-
Uses of UStatement in com.google.errorprone.refaster
Classes in com.google.errorprone.refaster that implement UStatementModifier and TypeClassDescriptionclass
UTree
representation of aReturnTree
.class
AUTree
representation of a local variable declaration.Methods in com.google.errorprone.refaster that return UStatementModifier 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) Methods in com.google.errorprone.refaster with parameters of type UStatementModifier 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) Method parameters in com.google.errorprone.refaster with type arguments of type UStatementModifier and TypeMethodDescriptionBlockTemplate.withStatements
(Iterable<? extends UStatement> templateStatements)