ProgramUnitpublic interface Member extends ProgramUnit
A member can be a field, a method, or a constructor.
| Modifier and Type | Field | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Class |
getDeclaringClass() |
Gets the class that declares this member.
|
int |
getModifiers() |
The modifiers value.
|
java.lang.String |
getName() |
The member's name.
|
addMetadata, getLocator, getMetadata, getMetadatas, removeMetadatastatic final int USER_SIDE
static final int PROVIDER_SIDE
Class getDeclaringClass()
java.lang.String getName()
int getModifiers()