public abstract class CallSiteAwareMetaMethod extends MetaMethod
isVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
| CallSiteAwareMetaMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract CallSite | createPojoCallSite(CallSite site,
                  MetaClassImpl metaClass,
                  MetaMethod metaMethod,
                  java.lang.Class[] params,
                  java.lang.Object receiver,
                  java.lang.Object[] args) | 
checkParameters, clone, doMethodInvoke, equal, equal, getDeclaringClass, getDescriptor, getModifiers, getMopName, getName, getReturnType, getSignature, invoke, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic abstract CallSite createPojoCallSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, java.lang.Class[] params, java.lang.Object receiver, java.lang.Object[] args)