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