|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Member
Implementors of this interface model a class member.
Field,
Constructor,
Method| Field Summary | |
|---|---|
static int |
DECLARED
|
static int |
PUBLIC
|
| Method Summary | |
|---|---|
Class |
getDeclaringClass()
Return the Class associated with the class that defined this
member. |
int |
getModifiers()
Return the modifiers for the member. |
String |
getName()
Return the name of the member. |
boolean |
isSynthetic()
Indicates whether or not this member is synthetic (artificially introduced by the compiler). |
| Field Detail |
|---|
static final int PUBLIC
static final int DECLARED
| Method Detail |
|---|
Class getDeclaringClass()
Class associated with the class that defined this
member.
int getModifiers()
ModifierString getName()
boolean isSynthetic()
true if synthetic, otherwise
false.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||