|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.impl.javassist.JavassistMemberInfo
org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistCodeInfo
org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistMethodInfo
Implementation of the MethodInfo interface for Javassist.
| Field Summary | |
protected ClassInfo[] |
m_exceptionTypes
A list with the exception types. |
protected ClassInfo[] |
m_parameterTypes
A list with the parameter types. |
| Fields inherited from class org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistMemberInfo |
m_annotations, m_attributeExtractor, m_classInfoRepository, m_declaringType, m_loaderRef, m_member |
| Method Summary | |
static int |
calculateHash(javassist.CtMethod method)
Calculates the method hash. |
boolean |
equals(Object o)
|
List |
getAnnotations()
Returns the annotations. |
ClassInfo[] |
getExceptionTypes()
Returns the exception types. |
static MethodInfo |
getMethodInfo(javassist.CtMethod method,
ClassLoader loader)
Returns the method info for the method specified. |
ClassInfo[] |
getParameterTypes()
Returns the parameter types. |
ClassInfo |
getReturnType()
Returns the return type. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistMemberInfo |
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.MethodInfo |
getExceptionTypes, getParameterTypes |
| Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo |
getDeclaringType |
| Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo |
getModifiers, getName |
| Field Detail |
protected ClassInfo[] m_parameterTypes
protected ClassInfo[] m_exceptionTypes
| Method Detail |
public static MethodInfo getMethodInfo(javassist.CtMethod method,
ClassLoader loader)
method - the methodloader - the class loader
public static int calculateHash(javassist.CtMethod method)
method -
public List getAnnotations()
getAnnotations in interface ReflectionInfopublic ClassInfo getReturnType()
getReturnType in interface MethodInfopublic boolean equals(Object o)
public int hashCode()
public String toString()
public ClassInfo[] getParameterTypes()
public ClassInfo[] getExceptionTypes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||