java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.inlineme.Inliner
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, BugChecker.NewClassTreeMatcher, Suppressible, Serializable

Checker that performs the inlining at call-sites (where the invoked APIs are annotated as @InlineMe).
See Also: