|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.Methods | +--net.sourceforge.jane.lang.reflection.ReflectionMethods
A collection ReflectionMethodInfo
objects.
Constructor Summary | |
ReflectionMethods(java.lang.reflect.Method[] theMethods)
Create a new ReflectionMethods . |
Method Summary | |
MethodInfo |
getMethod(int index)
Returns the method at the given index. |
int |
getMethodCount()
Returns the number of methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReflectionMethods(java.lang.reflect.Method[] theMethods)
ReflectionMethods
.Method Detail |
public int getMethodCount()
getMethodCount
in class Methods
public MethodInfo getMethod(int index)
getMethod
in class Methods
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |