|
||||||||||
| 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
public abstract class JavaMemberInfo
| Field Summary | |
|---|---|
protected List |
m_annotations
The attributes. |
protected JavaClassInfoRepository |
m_classInfoRepository
The class info repository. |
protected ClassInfo |
m_declaringType
The declaring type. |
protected Member |
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, getSignature |
| Field Detail |
|---|
protected final Member m_member
protected final ClassInfo m_declaringType
protected List m_annotations
protected final JavaClassInfoRepository 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 | |||||||||