net.sf.cglib.reflect

Class FastMethod

public class FastMethod extends FastMember

Method Summary
Class[]getExceptionTypes()
MethodgetJavaMethod()
Class[]getParameterTypes()
ClassgetReturnType()
Objectinvoke(Object obj, Object[] args)

Method Detail

getExceptionTypes

public Class[] getExceptionTypes()

getJavaMethod

public Method getJavaMethod()

getParameterTypes

public Class[] getParameterTypes()

getReturnType

public Class getReturnType()

invoke

public Object invoke(Object obj, Object[] args)
Copyright (c) 2001 - Apache Software Foundation