Class MethodHasParameters

All Implemented Interfaces:
Matcher<MethodTree>, MultiMatcher<MethodTree, VariableTree>, Serializable

public class MethodHasParameters extends ChildMultiMatcher<MethodTree, VariableTree>
Matches if the given matcher matches all of/any of the parameters to this method.
Author:
eaftan@google.com (Eddie Aftandilian)
See Also: