|
||||||||||
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. |
java.lang.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 com.tc.aspectwerkz.reflect.MemberInfo |
---|
getDeclaringType |
Methods inherited from interface com.tc.aspectwerkz.reflect.ReflectionInfo |
---|
getAnnotations, getGenericsSignature, getModifiers, getName, getSignature |
Method Detail |
---|
ClassInfo getReturnType()
ClassInfo[] getParameterTypes()
java.lang.String[] getParameterNames()
ClassInfo[] getExceptionTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |