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