java.lang.reflect
Class Constructor

java.lang.Object
  extended by java.lang.reflect.AccessibleObject
      extended by java.lang.reflect.Constructor
All Implemented Interfaces:
Member

public final class Constructor
extends AccessibleObject
implements Member


Field Summary
 
Fields inherited from interface java.lang.reflect.Member
DECLARED, PUBLIC
 
Method Summary
 Class getDeclaringClass()
           
 Class[] getExceptionTypes()
           
 int getModifiers()
           
 String getName()
           
 Class[] getParameterTypes()
           
 Object newInstance(Object[] var0)
           
 
Methods inherited from class java.lang.reflect.AccessibleObject
isAccessible, setAccessible, setAccessible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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