public class IntegerArrayPutAtMetaMethod extends ArrayPutAtMetaMethod
INTEGER_CLASS, INTEGER_CLASS_ARRisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
| IntegerArrayPutAtMetaMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| CallSite | createPojoCallSite(CallSite site,
                  MetaClassImpl metaClass,
                  MetaMethod metaMethod,
                  Class[] params,
                  Object receiver,
                  Object[] args) | 
| CachedClass | getDeclaringClass()Gets the class where this method is declared | 
| Object | invoke(Object object,
      Object[] args)Invoke this method | 
getName, getReturnTypegetModifiers, normaliseIndexcheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic final CachedClass getDeclaringClass()
MetaMethodgetDeclaringClass in class MetaMethodpublic Object invoke(Object object, Object[] args)
MetaMethodinvoke in class MetaMethodobject - The object this method should be invoked onargs - The arguments for the method if applicablepublic CallSite createPojoCallSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object receiver, Object[] args)
createPojoCallSite in class CallSiteAwareMetaMethod