|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.reflect.Constructor
| Field Summary |
| Fields inherited from interface java.lang.reflect.Member |
DECLARED, PUBLIC |
| Constructor Summary | |
Constructor(Constructor constructor)
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass |
| Constructor Detail |
public Constructor(Constructor constructor)
| Method Detail |
public Class[] getParameterTypes()
public String getName()
Member
getName in interface Memberpublic int getModifiers()
MemberModifier
class to interpret the values.
getModifiers in interface MemberModifierpublic Class getDeclaringClass()
Member
getDeclaringClass in interface Memberpublic int hashCode()
Object
hashCode in class Objectpublic Class[] getExceptionTypes()
public String toString()
Object
toString in class Objectpublic boolean equals(Object other)
Object
equals in class Objectother - Another object to compare to.
public Object newInstance(Object[] args)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException,
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||