Class FormatStringUtils
java.lang.Object
com.google.errorprone.bugpatterns.formatstring.FormatStringUtils
Format string utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-