Class FormatStringUtils
java.lang.Object
com.google.errorprone.bugpatterns.formatstring.FormatStringUtils
Format string utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ExpressionTree> static com.google.common.collect.ImmutableList<ExpressionTree> formatMethodAnnotationArguments(Tree tree, com.sun.tools.javac.code.Symbol.MethodSymbol symbol, List<? extends ExpressionTree> args, VisitorState state) static com.google.common.collect.ImmutableList<ExpressionTree> formatMethodArguments(MethodInvocationTree tree, VisitorState state)
-
Method Details
-
formatMethodAnnotationArguments
public static com.google.common.collect.ImmutableList<ExpressionTree> formatMethodAnnotationArguments(MethodInvocationTree tree, VisitorState state) -
formatMethodAnnotationArguments
public static com.google.common.collect.ImmutableList<ExpressionTree> formatMethodAnnotationArguments(Tree tree, com.sun.tools.javac.code.Symbol.MethodSymbol symbol, List<? extends ExpressionTree> args, VisitorState state) -
formatMethodArguments
public static com.google.common.collect.ImmutableList<ExpressionTree> formatMethodArguments(MethodInvocationTree tree, VisitorState state)
-