public class BooleanArrayPutAtMetaMethod extends ArrayPutAtMetaMethod
INTEGER_CLASS, INTEGER_CLASS_ARR
isVargsMethod, nativeParamTypes, parameterTypes
Constructor and Description |
---|
BooleanArrayPutAtMetaMethod() |
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, getReturnType
getModifiers, normaliseIndex
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
public final CachedClass getDeclaringClass()
MetaMethod
getDeclaringClass
in class MetaMethod
public Object invoke(Object object, Object[] args)
MetaMethod
invoke
in class MetaMethod
object
- The object this method should be involded onargs
- The arguments for the menthod if applicablepublic CallSite createPojoCallSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object receiver, Object[] args)
createPojoCallSite
in class CallSiteAwareMetaMethod