|
JMMF API pre-release v0.7 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
java.lang.Class[] |
getExceptionTypes(java.lang.reflect.Constructor[] constructors)
process exceptions of the multi-constructor with the exceptions of all the contained constructors. |
java.lang.Class[] |
getExceptionTypes(java.lang.reflect.Method[] methods)
process exceptions of the multi-method with the exceptions of all the contained methods. |
MultiHook |
getHook()
return the hook. |
int |
getModifiers(java.lang.reflect.Member[] members)
process modifiers of the multi-method with the modifiers of all the contained methods. |
java.lang.Class[] |
getParameterTypes(java.lang.reflect.Constructor[] constructors)
process parameter types of the multi-constructor with the parameter types of all the contained constructors. |
java.lang.Class[] |
getParameterTypes(java.lang.reflect.Method[] methods)
process parameter types of the multi-method with the parameter types of all the contained methods. |
java.lang.Class |
getReturnType(java.lang.reflect.Method[] methods)
process return type of the multi-method with the return type of all the contained methods. |
TypeModel |
getTypeModel()
return the type model. |
| Method Detail |
public TypeModel getTypeModel()
public MultiHook getHook()
public int getModifiers(java.lang.reflect.Member[] members)
public java.lang.Class[] getExceptionTypes(java.lang.reflect.Method[] methods)
public java.lang.Class getReturnType(java.lang.reflect.Method[] methods)
public java.lang.Class[] getParameterTypes(java.lang.reflect.Method[] methods)
public java.lang.Class[] getExceptionTypes(java.lang.reflect.Constructor[] constructors)
public java.lang.Class[] getParameterTypes(java.lang.reflect.Constructor[] constructors)
|
JMMF API pre-release v0.7 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||