public class InfixNameFilter extends MethodFilter
Constructor and Description |
---|
InfixNameFilter(java.lang.String nameSubstring) |
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 InfixNameFilter(java.lang.String nameSubstring)
public boolean matchMethod(MethodSignature sig)
MethodFilter
matchMethod
in class MethodFilter