Class LenientFormatStringUtils
java.lang.Object
com.google.errorprone.bugpatterns.formatstring.LenientFormatStringUtils
Utilities relating to lenient format strings.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetLenientFormatStringPosition(ExpressionTree tree, VisitorState state) Returns the index of the lenient format string parameter intree, or-1if there is none.
-
Method Details
-
getLenientFormatStringPosition
Returns the index of the lenient format string parameter intree, or-1if there is none.
-