java.lang.Class
static Class forName(String clsName) throws ClassNotFoundException
Constructor[] getConstructors() throws SecurityException
Field[] getFields() throws SecurityException
Method[] getMethods() throws SecurityException
java.lang.reflect.Field
Class getType()
Object get(Object obj)
long getLong(Object obj)
java.lang.reflect.Constructor
Class[] getExceptionTypes()
Class[] getParameterTypes()
Object newInstance(Object[] args)
java.lang.reflect.Method
Class[] getExceptionTypes()
Class[] getParameterTypes()
Class getReturnType()
Object invoke(Object obj, Object[] args)