CloneableArrayGetAtMetaMethod, ArrayPutAtMetaMethodpublic abstract class ArrayMetaMethod extends CallSiteAwareMetaMethod
| Modifier and Type | Field | Description |
|---|---|---|
protected static CachedClass |
INTEGER_CLASS |
|
protected static CachedClass[] |
INTEGER_CLASS_ARR |
isVargsMethod, nativeParamTypes, parameterTypes| Constructor | Description |
|---|---|
ArrayMetaMethod() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getModifiers() |
Returns the modifiers for this method
|
protected static int |
normaliseIndex(int i,
int size) |
createPojoCallSitecheckParameters, clone, doMethodInvoke, equal, equal, getDeclaringClass, getDescriptor, getMopName, getName, getReturnType, getSignature, invoke, 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, setParametersTypesprotected static final CachedClass INTEGER_CLASS
protected static final CachedClass[] INTEGER_CLASS_ARR
protected static int normaliseIndex(int i,
int size)
public int getModifiers()
MetaMethodgetModifiers in class MetaMethod