Methods Summary |
---|
public java.lang.Class | getDeclaringClass()Returns the class that declares this member.
|
public int | getModifiers()Returns the modifiers for this member. The {@link Modifier} class should
be used to decode the result.
|
public java.lang.String | getName()Returns the name of this member.
|
public boolean | isSynthetic()Indicates whether or not this member is synthetic (artificially
introduced by the compiler).
|