JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.errorprone.matchers.method
MethodMatchers
AnyMethodMatcher
Uses of Interface
com.google.errorprone.matchers.method.MethodMatchers.AnyMethodMatcher
Packages that use
MethodMatchers.AnyMethodMatcher
Package
Description
com.google.errorprone.matchers
A predicate DSL for matching javac AST nodes.
com.google.errorprone.matchers.method
Uses of
MethodMatchers.AnyMethodMatcher
in
com.google.errorprone.matchers
Methods in
com.google.errorprone.matchers
that return
MethodMatchers.AnyMethodMatcher
Modifier and Type
Method
Description
static
MethodMatchers.AnyMethodMatcher
Matchers.
anyMethod
()
Matches a static or instance method.
Uses of
MethodMatchers.AnyMethodMatcher
in
com.google.errorprone.matchers.method
Methods in
com.google.errorprone.matchers.method
that return
MethodMatchers.AnyMethodMatcher
Modifier and Type
Method
Description
static
MethodMatchers.AnyMethodMatcher
MethodMatchers.
anyMethod
()