Uses of Interface
com.google.errorprone.matchers.method.MethodMatchers.ConstructorClassMatcher
Package | Description |
---|---|
com.google.errorprone.matchers.method |
-
Uses of MethodMatchers.ConstructorClassMatcher in com.google.errorprone.matchers.method
Methods in com.google.errorprone.matchers.method that return MethodMatchers.ConstructorClassMatcher Modifier and Type Method Description MethodMatchers.ConstructorClassMatcher
MethodMatchers.ConstructorMatcher. forClass(TypePredicate predicate)
Deprecated.Match on types that satisfy the given predicate.MethodMatchers.ConstructorClassMatcher
MethodMatchers.ConstructorMatcher. forClass(Supplier<com.sun.tools.javac.code.Type> classType)
Deprecated.Match on the given type exactly.MethodMatchers.ConstructorClassMatcher
MethodMatchers.ConstructorMatcher. forClass(String className)
Deprecated.Match on the given type exactly.