|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodInfo
Interface for the method info implementations.
| Method Summary | |
|---|---|
ClassInfo[] |
getExceptionTypes()
Returns the exception types. |
String[] |
getParameterNames()
Returns the parameter names as they appear in the source code. |
ClassInfo[] |
getParameterTypes()
Returns the parameter types. |
ClassInfo |
getReturnType()
Returns the return type. |
| Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo |
|---|
getDeclaringType |
| Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo |
|---|
getAnnotations, getModifiers, getName, getSignature |
| Method Detail |
|---|
ClassInfo getReturnType()
ClassInfo[] getParameterTypes()
String[] getParameterNames()
ClassInfo[] getExceptionTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||