| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
Class |
getDeclaringClass()
Gets the class that declared this member.
|
Class[] |
getExceptionTypes() |
int |
getModifiers()
Gets the modifiers this member uses.
|
String |
getName()
Gets the simple name of this member.
|
Class[] |
getParameterTypes() |
int |
hashCode()
Returns a hashCode for the object.
|
Object |
newInstance(Object[] args) |
String |
toString()
Return a String representation of this object.
|
public Class[] getParameterTypes()
public String getName()
Memberpublic int getModifiers()
MemberModifier
class to interpret the values.getModifiers in interface MemberModifierpublic Class getDeclaringClass()
MembergetDeclaringClass in interface Memberpublic int hashCode()
Objectpublic Class[] getExceptionTypes()
public String toString()
Objectpublic boolean equals(Object other)
Objectpublic Object newInstance(Object[] args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, InstantiationException