|
|||||||||||
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
Field Summary | |
protected List |
m_annotations
The annotations. |
protected AttributeExtractor |
m_attributeExtractor
The annotation extractor. |
protected JavassistClassInfoRepository |
m_classInfoRepository
The class info repository. |
protected ClassInfo |
m_declaringType
The declaring type. |
protected WeakReference |
m_loaderRef
The class loader that loaded the declaring class. |
protected javassist.CtMember |
m_member
The member. |
Method Summary | |
ClassInfo |
getDeclaringType()
Returns the declaring type. |
int |
getModifiers()
Returns the modifiers. |
String |
getName()
Returns the name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo |
getAnnotations |
Field Detail |
protected final javassist.CtMember m_member
protected final ClassInfo m_declaringType
protected List m_annotations
protected final JavassistClassInfoRepository m_classInfoRepository
protected final transient WeakReference m_loaderRef
protected AttributeExtractor m_attributeExtractor
Method Detail |
public String getName()
getName
in interface ReflectionInfo
public int getModifiers()
getModifiers
in interface ReflectionInfo
public ClassInfo getDeclaringType()
getDeclaringType
in interface MemberInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |