|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.methodmatch.MethodFilter
org.apache.hivemind.methodmatch.ParameterCountFilter
Checks the number of parameters against an expected count.
Constructor Summary | |
ParameterCountFilter(int parameterCount)
|
Method Summary | |
boolean |
matchMethod(MethodSignature method)
Analyzes the method (its name, its parameters, etc.) and returns true if the method matches the filter defined by a subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParameterCountFilter(int parameterCount)
Method Detail |
public boolean matchMethod(MethodSignature method)
MethodFilter
matchMethod
in class MethodFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |