Uses of Interface
com.google.errorprone.matchers.method.MethodMatchers.ParameterMatcher
-
Uses of MethodMatchers.ParameterMatcher in com.google.errorprone.matchers.method
Modifier and TypeMethodDescriptionMethodMatchers.ConstructorClassMatcher.withNoParameters()
Deprecated.Match constructors with no formal parameters.MethodMatchers.MethodNameMatcher.withNoParameters()
Deprecated.Match methods with no formal parameters.MethodMatchers.ConstructorClassMatcher.withParameters
(Iterable<String> parameters) Deprecated.Match constructors whose formal parameters have the given types.MethodMatchers.ConstructorClassMatcher.withParameters
(String first, String... rest) Deprecated.Match constructors whose formal parameters have the given types.MethodMatchers.MethodNameMatcher.withParameters
(Iterable<String> parameters) Deprecated.Match methods whose formal parameters have the given types.MethodMatchers.MethodNameMatcher.withParameters
(String first, String... rest) Deprecated.Match methods whose formal parameters have the given types.MethodMatchers.ConstructorClassMatcher.withParametersOfType
(Iterable<Supplier<com.sun.tools.javac.code.Type>> parameters) Deprecated.Match constructors whose formal parameters have the given types.MethodMatchers.MethodNameMatcher.withParametersOfType
(Iterable<Supplier<com.sun.tools.javac.code.Type>> parameters) Deprecated.Match constructors whose formal parameters have the given types.