net.sf.cglib.reflect

Class FastMethod


public class FastMethod
extends FastMember

Method Summary

Class[]
getExceptionTypes()
Method
getJavaMethod()
Class[]
getParameterTypes()
Class
getReturnType()
Object
invoke(Object obj, Object[] args)

Methods inherited from class net.sf.cglib.reflect.FastMember

equals, getDeclaringClass, getExceptionTypes, getIndex, getModifiers, getName, getParameterTypes, hashCode, toString

Method Details

getExceptionTypes

public Class[] getExceptionTypes()
Overrides:
getExceptionTypes in interface FastMember

getJavaMethod

public Method getJavaMethod()

getParameterTypes

public Class[] getParameterTypes()
Overrides:
getParameterTypes in interface FastMember

getReturnType

public Class getReturnType()

invoke

public Object invoke(Object obj,
                     Object[] args)
            throws InvocationTargetException

Copyright (c) 2001 - Apache Software Foundation