joeq.ClassLib.Common.java.lang.reflect
Class Constructor
java.lang.Object
joeq.ClassLib.Common.java.lang.reflect.AccessibleObject
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jq_init
public final jq_Initializer jq_init
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.