Uses of Interface
com.google.errorprone.matchers.method.MethodMatchers.MethodNameMatcher
-
Uses of MethodMatchers.MethodNameMatcher in com.google.errorprone.matchers.method
Modifier and TypeMethodDescriptionDeprecated.Match methods with the given name.MethodMatchers.MethodClassMatcher.namedAnyOf
(Iterable<String> names) Deprecated.Match methods with any of the given names.MethodMatchers.MethodClassMatcher.namedAnyOf
(String... names) Deprecated.Match methods with any of the given names.MethodMatchers.MethodClassMatcher.withAnyName()
Deprecated.Match methods with any name.MethodMatchers.MethodClassMatcher.withNameMatching
(Pattern pattern) Deprecated.Match methods with a name that matches the given regular expression.