|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aragost.araspect.MethodContainer
Constructor Summary | |
MethodContainer()
|
Method Summary | |
protected void |
add(java.lang.Class clazz,
java.lang.reflect.Method method)
|
void |
add(java.lang.reflect.Method method)
Add a Method to the receiver. |
boolean |
containsName(java.lang.String name)
Check if the receiver contains any method with the specified name. |
java.util.Collection |
getMethodsFor(java.lang.Class clazz)
Return a Collection with all methods declared in a certain Class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodContainer()
Method Detail |
public void add(java.lang.reflect.Method method)
method
- The method to addpublic java.util.Collection getMethodsFor(java.lang.Class clazz)
clazz
- The Class that all methods are returned for
public boolean containsName(java.lang.String name)
protected void add(java.lang.Class clazz, java.lang.reflect.Method method)
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |