Cloneablepublic class CharacterArrayPutAtMetaMethod extends ArrayPutAtMetaMethod
INTEGER_CLASS, INTEGER_CLASS_ARRisVargsMethod, nativeParamTypes, parameterTypes| Constructor | Description |
|---|---|
CharacterArrayPutAtMetaMethod() |
| Modifier and Type | Method | 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
|
getModifiers, normaliseIndexgetName, getReturnTypecheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcoerceArgumentsToClasses, 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