joeq.ClassLib.Common.java.lang.reflect
Class Constructor

java.lang.Object
  extended by joeq.ClassLib.Common.java.lang.reflect.AccessibleObject
      extended by joeq.ClassLib.Common.java.lang.reflect.Constructor

public class Constructor
extends AccessibleObject

Constructor

Version:
$Id: Constructor.java,v 1.14 2004/09/30 03:35:35 joewhaley Exp $
Author:
John Whaley

Field Summary
 jq_Initializer jq_init
           
 
Method Summary
static Constructor createNewConstructor(jq_Initializer jq_init)
           
static void initNewConstructor(Constructor o, jq_Initializer jq_init)
           
 Object newInstance(Object[] initargs)
           
 
Methods inherited from class joeq.ClassLib.Common.java.lang.reflect.AccessibleObject
isAccessible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jq_init

public final jq_Initializer jq_init
Method Detail

newInstance

public Object newInstance(Object[] initargs)
                   throws InstantiationException,
                          IllegalAccessException,
                          IllegalArgumentException,
                          InvocationTargetException
Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException

createNewConstructor

public static Constructor createNewConstructor(jq_Initializer jq_init)

initNewConstructor

public static void initNewConstructor(Constructor o,
                                      jq_Initializer jq_init)


Copyright © 2001-2005 John Whaley. All Rights Reserved.