public class ParameterFilter extends MethodFilter
Constructor and Description |
---|
ParameterFilter(int index,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
matchMethod(MethodSignature sig)
Analyzes the method (its name, its parameters, etc.) and returns true
if the method matches the filter defined by a subclass.
|
public ParameterFilter(int index, java.lang.String type)
public boolean matchMethod(MethodSignature sig)
MethodFilter
matchMethod
in class MethodFilter