Class FormatStringUtils
java.lang.Object
com.google.errorprone.bugpatterns.formatstring.FormatStringUtils
public final class FormatStringUtils extends Object
Format string utilities.
-
Method Summary
Modifier and Type Method Description static com.google.common.collect.ImmutableList<com.sun.source.tree.ExpressionTree>
formatMethodArguments(com.sun.source.tree.MethodInvocationTree tree, VisitorState state)
-
Method Details
-
formatMethodArguments
public static com.google.common.collect.ImmutableList<com.sun.source.tree.ExpressionTree> formatMethodArguments(com.sun.source.tree.MethodInvocationTree tree, VisitorState state)
-