|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a class member.
A member can be a field, a method, or a constructor.
Field Summary | |
static int |
PROVIDER_SIDE
A constant to denote the program side that provides this member. |
static int |
USER_SIDE
A constant to denote the program side that uses this member. |
Method Summary | |
Class |
getDeclaringClass()
Gets the class that declares this member. |
int |
getModifiers()
The modifiers value. |
java.lang.String |
getName()
The member's name. |
Methods inherited from interface org.aopalliance.reflect.ProgramUnit |
addMetadata, getLocator, getMetadata, getMetadatas, removeMetadata |
Field Detail |
public static final int USER_SIDE
public static final int PROVIDER_SIDE
Method Detail |
public Class getDeclaringClass()
public java.lang.String getName()
public int getModifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |