|
||||||||||
| 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.ParameterFilter
public class ParameterFilter
Matches a parameter at a particular index.
| Constructor Summary | |
|---|---|
ParameterFilter(int index,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterFilter(int index,
java.lang.String type)
| Method Detail |
|---|
public boolean matchMethod(MethodSignature sig)
MethodFilter
matchMethod in class MethodFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||