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