Interface MethodMatchers.ParameterMatcher

All Superinterfaces:
Matcher<com.sun.source.tree.ExpressionTree>, MethodMatchers.MethodMatcher, Serializable
Enclosing class:
MethodMatchers

@Deprecated public static interface MethodMatchers.ParameterMatcher extends MethodMatchers.MethodMatcher
Deprecated.
use Matcher<ExpressionTree> instead of referring directly to this type.
  • Method Summary

    Methods inherited from interface com.google.errorprone.matchers.Matcher

    matches