|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.impl.asm.AsmMemberInfo
public abstract class AsmMemberInfo
ASM implementation of the MemberInfo interface.
| Field Summary | |
|---|---|
protected List |
m_annotations
The annotations. |
protected AsmClassInfoRepository |
m_classInfoRepository
The class info repository. |
protected ClassInfo |
m_declaringType
The declaring type. |
protected String |
m_declaringTypeName
The declaring type name. |
protected WeakReference |
m_loaderRef
The class loader wrapped in a weak ref. |
protected MemberStruct |
m_member
The member info. |
| 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, getSignature |
| Field Detail |
|---|
protected final MemberStruct m_member
protected final WeakReference m_loaderRef
protected final String m_declaringTypeName
protected ClassInfo m_declaringType
protected List m_annotations
protected final AsmClassInfoRepository m_classInfoRepository
| Method Detail |
|---|
public String getName()
getName in interface ReflectionInfopublic int getModifiers()
getModifiers in interface ReflectionInfopublic ClassInfo getDeclaringType()
getDeclaringType in interface MemberInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||