Changed Methods |
Class getDeclaringClass()
|
Documentation changed from old to new. |
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member. |
int getModifiers()
|
Documentation changed from old to new. |
Returns the Java language modifiers for the member or constructor represented by this Member as an integer. |
String getName()
|
Documentation changed from old to new. |
Returns the simple name of the underlying member or constructor represented by this Member. |