joeq.ClassLib.Common.java.lang.reflect
Class Method
java.lang.Object
joeq.ClassLib.Common.java.lang.reflect.AccessibleObject
joeq.ClassLib.Common.java.lang.reflect.Method
public class Method
- extends AccessibleObject
Method
- Version:
- $Id: Method.java,v 1.17 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_method
public final jq_Method jq_method
invoke
public Object invoke(Object obj,
Object[] initargs)
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
createNewMethod
public static Method createNewMethod(jq_Method jq_method)
initNewMethod
public static void initNewMethod(Method o,
jq_Method jq_method)
Copyright © 2001-2005 John Whaley. All Rights Reserved.