public class DoubleArrayGetAtMetaMethod extends ArrayGetAtMetaMethod
INTEGER_CLASS, INTEGER_CLASS_ARRisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
DoubleArrayGetAtMetaMethod()  | 
| Modifier and Type | Method and Description | 
|---|---|
CallSite | 
createPojoCallSite(CallSite site,
                  MetaClassImpl metaClass,
                  MetaMethod metaMethod,
                  Class[] params,
                  Object receiver,
                  Object[] args)  | 
CachedClass | 
getDeclaringClass()  | 
Class | 
getReturnType()  | 
Object | 
invoke(Object object,
      Object[] args)  | 
getNamegetModifiers, 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, setParametersTypespublic Class getReturnType()
getReturnType in class MetaMethodpublic final CachedClass getDeclaringClass()
getDeclaringClass in class MetaMethodpublic Object invoke(Object object, Object[] args)
invoke in class MetaMethodpublic CallSite createPojoCallSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object receiver, Object[] args)
createPojoCallSite in class CallSiteAwareMetaMethod