|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo
org.codehaus.aspectwerkz.reflect.impl.java.JavaMethodInfo
public class JavaMethodInfo
Implementation of the MethodInfo interface for java.lang.reflect.*.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo |
|---|
m_annotations, m_classInfoRepository, m_declaringType, m_member |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
List |
getAnnotations()
Returns the annotations. |
ClassInfo[] |
getExceptionTypes()
Returns the exception types. |
static MethodInfo |
getMethodInfo(Method method)
Returns the method info for the method specified. |
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. |
String |
getSignature()
Returns the signature for the element. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo |
|---|
getDeclaringType, getModifiers, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo |
|---|
getDeclaringType |
| Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo |
|---|
getModifiers, getName |
| Method Detail |
|---|
public static MethodInfo getMethodInfo(Method method)
method - the method
public String getSignature()
getSignature in interface ReflectionInfopublic List getAnnotations()
getAnnotations in interface ReflectionInfopublic ClassInfo getReturnType()
getReturnType in interface MethodInfopublic ClassInfo[] getParameterTypes()
getParameterTypes in interface MethodInfopublic String[] getParameterNames()
getParameterNames in interface MethodInfopublic ClassInfo[] getExceptionTypes()
getExceptionTypes in interface MethodInfopublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||