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