org.aopalliance.reflect
Interface Member
- ProgramUnit
- Field, Method
This interface represents a class member.
A member can be a field, a method, or a constructor.
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.
|
PROVIDER_SIDE
public static final int PROVIDER_SIDE
A constant to denote the program side that provides this
member.
USER_SIDE
public static final int USER_SIDE
A constant to denote the program side that uses this member.
getDeclaringClass
public Class getDeclaringClass()
Gets the class that declares this member.
getModifiers
public int getModifiers()
The modifiers value.
getName
public String getName()
The member's name.