Methods Summary |
---|
public java.lang.Class | getDeclaringClass()Returns the Class object representing the class or interface
that declares the member or constructor represented by this Member.
|
public int | getModifiers()Returns the Java language modifiers for the member or
constructor represented by this Member, as an integer. The
Modifier class should be used to decode the modifiers in
the integer.
|
public java.lang.String | getName()Returns the simple name of the underlying member or constructor
represented by this Member.
|
public boolean | isSynthetic()Returns true if this member was introduced by
the compiler; returns false otherwise.
|