Interface MethodMatchers.MethodMatcher

All Superinterfaces:
Matcher<ExpressionTree>, Serializable
All Known Subinterfaces:
MethodMatchers.AnyMethodMatcher, MethodMatchers.ConstructorClassMatcher, MethodMatchers.ConstructorMatcher, MethodMatchers.InstanceMethodMatcher, MethodMatchers.MethodClassMatcher, MethodMatchers.MethodNameMatcher, MethodMatchers.MethodSignatureMatcher, MethodMatchers.ParameterMatcher, MethodMatchers.StaticMethodMatcher
Enclosing class:
MethodMatchers

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