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

java.lang.Object
  extended by joeq.ClassLib.Common.java.lang.reflect.AccessibleObject
      extended by 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

Field Summary
 jq_Method jq_method
           
 
Method Summary
static Method createNewMethod(jq_Method jq_method)
           
static void initNewMethod(Method o, jq_Method jq_method)
           
 Object invoke(Object obj, 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_method

public final jq_Method jq_method
Method Detail

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.