|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.reflect.Method
| Field Summary |
| Fields inherited from interface java.lang.reflect.Member |
DECLARED, PUBLIC |
| Constructor Summary | |
Method(Method method)
|
|
| 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()
|
Class |
getReturnType()
Return the type of the Field as a Class object. |
int |
hashCode()
Returns a hashCode for the object. |
Object |
invoke(Object target,
Object[] args)
|
String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass |
| Constructor Detail |
public Method(Method method)
| Method Detail |
public Class[] getParameterTypes()
public Class getReturnType()
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 invoke(Object target,
Object[] args)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||