java.lang.reflect
Class Constructor
java.lang.Object
java.lang.reflect.AccessibleObject
java.lang.reflect.Constructor
- All Implemented Interfaces:
- Member
public final class Constructor
- extends AccessibleObject
- implements Member
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDeclaringClass
public Class getDeclaringClass()
- Specified by:
getDeclaringClass
in interface Member
getExceptionTypes
public Class[] getExceptionTypes()
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in interface Member
getName
public String getName()
- Specified by:
getName
in interface Member
getParameterTypes
public Class[] getParameterTypes()
newInstance
public Object newInstance(Object[] var0)
throws IllegalAccessException,
InstantiationException,
InvocationTargetException
- Throws:
IllegalAccessException
InstantiationException
InvocationTargetException