util
Class MethodLookup

java.lang.Object
  |
  +--util.MethodLookup

public class MethodLookup
extends Object

MethodLookup.java Created: Thu Aug 30 12:11:11 2001


Constructor Summary
MethodLookup()
           
 
Method Summary
static Method lookup(Class cls, String methName, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodLookup

public MethodLookup()
Method Detail

lookup

public static Method lookup(Class cls,
                            String methName,
                            Object[] args)
                     throws NoSuchMethodException