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 TypeClassDescriptionclassUTreerepresentation of aReturnTree.classAUTreerepresentation of a local variable declaration.Methods in com.google.errorprone.refaster that return UStatementModifier and TypeMethodDescriptionUTemplater.template(StatementTree tree) UTemplater.visitExpressionStatement(ExpressionStatementTree tree, Void v) UTemplater.visitReturn(ReturnTree tree, Void v) Methods in com.google.errorprone.refaster with parameters of type UStatementModifier and TypeMethodDescriptionstatic BlockTemplateBlockTemplate.create(UStatement... templateStatements) static BlockTemplateBlockTemplate.create(Iterable<UTypeVar> typeVariables, Map<String, ? extends UType> expressionArgumentTypes, UStatement... templateStatements) static BlockTemplateBlockTemplate.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)