org.logicalcobwebs.cglib.reflect
Class FastMethod
java.lang.Object
org.logicalcobwebs.cglib.reflect.FastMember
org.logicalcobwebs.cglib.reflect.FastMethod
public class FastMethod
- extends FastMember
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FastMethod
FastMethod(FastClass fc,
java.lang.reflect.Method method)
helper
private static int helper(FastClass fc,
java.lang.reflect.Method method)
getReturnType
public java.lang.Class getReturnType()
getParameterTypes
public java.lang.Class[] getParameterTypes()
- Specified by:
getParameterTypes
in class FastMember
getExceptionTypes
public java.lang.Class[] getExceptionTypes()
- Specified by:
getExceptionTypes
in class FastMember
invoke
public java.lang.Object invoke(java.lang.Object obj,
java.lang.Object[] args)
throws java.lang.reflect.InvocationTargetException
- Throws:
java.lang.reflect.InvocationTargetException
getJavaMethod
public java.lang.reflect.Method getJavaMethod()