|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.util.reflect.MethodFilterAdapter
public abstract class MethodFilterAdapter
Constructor Summary | |
---|---|
MethodFilterAdapter()
|
Method Summary | |
---|---|
boolean |
acceptExceptionType(java.lang.Class eType)
|
boolean |
acceptParam(int i,
java.lang.Class pType)
|
boolean |
acceptParams(int numParams)
|
boolean |
acceptReturnType(java.lang.Class returnType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jeffpalm.util.reflect.MemberFilter |
---|
acceptName |
Constructor Detail |
---|
public MethodFilterAdapter()
Method Detail |
---|
public boolean acceptReturnType(java.lang.Class returnType)
acceptReturnType
in interface MethodFilter
public boolean acceptParams(int numParams)
acceptParams
in interface MethodFilter
public boolean acceptParam(int i, java.lang.Class pType)
acceptParam
in interface MethodFilter
public boolean acceptExceptionType(java.lang.Class eType)
acceptExceptionType
in interface MethodFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |