Uses of Class
com.google.errorprone.refaster.UVariableDecl
Packages that use UVariableDecl
-
Uses of UVariableDecl in com.google.errorprone.refaster
Methods in com.google.errorprone.refaster that return UVariableDeclModifier and TypeMethodDescriptionstatic UVariableDeclUVariableDecl.create(CharSequence identifier, UExpression type) static UVariableDeclUVariableDecl.create(CharSequence identifier, UExpression type, @Nullable UExpression initializer) static UVariableDeclUVariableDecl.create(CharSequence identifier, UExpression type, @Nullable UType variableType, @Nullable UExpression initializer) static UVariableDeclUVariableDecl.create(CharSequence identifier, UExpression type, UType variableType) UTemplater.visitVariable(VariableTree tree, Void v)