java.lang.reflect.Member |
Known Indirect Subclasses
|
Common interface providing access to reflective information on class members.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DECLARED | Designates all declared members of a class or interface (without inherited members). | |||||||||
int | PUBLIC | Designates all public members of a class or interface (including inherited members). |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the class that declares this member.
| |||||||||||
Returns the modifiers for this member.
| |||||||||||
Returns the name of this member.
| |||||||||||
Indicates whether or not this member is synthetic (artificially
introduced by the compiler).
|
Designates all declared members of a class or interface (without inherited members).
Designates all public members of a class or interface (including inherited members).
Returns the class that declares this member.
Returns the name of this member.
Indicates whether or not this member is synthetic (artificially introduced by the compiler).
true
if this member is synthetic, false
otherwise