org.jutil.java.reflect
Class Methods
java.lang.Object
|
+--org.jutil.java.reflect.Methods
- public class Methods
- extends java.lang.Object
Utility methods for method reflection.
- Version:
- $Revision: 1.8 $
- Author:
- Jan Dockx
Method Summary |
static java.util.Set |
getAllApplicableMethods(java.lang.Class clazz)
// The given Class must be effective.
pre clazz != null;
// The result is Member
post \result instanceof Member;
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVS_REVISION
public static final java.lang.String CVS_REVISION
PUBLIC_ACCESS_FILTER
public static final Filter PUBLIC_ACCESS_FILTER
PROTECTED_ACCESS_FILTER
public static final Filter PROTECTED_ACCESS_FILTER
PACKAGE_ACCESS_FILTER
public static final Filter PACKAGE_ACCESS_FILTER
PRIVATE_ACCESS_FILTER
public static final Filter PRIVATE_ACCESS_FILTER
ABSTRACT_FILTER
public static final Filter ABSTRACT_FILTER
Methods
public Methods()
getAllApplicableMethods
public static java.util.Set getAllApplicableMethods(java.lang.Class clazz)
- // The given Class must be effective.
pre clazz != null;
// The result is Member
post \result instanceof Member;