Cloneablepublic class NewStaticMetaMethod extends NewMetaMethod
bytecodeParameterTypes, EMPTY_TYPE_ARRAYisVargsMethod, nativeParamTypes, parameterTypesmethod| Constructor | Description |
|---|---|
NewStaticMetaMethod(CachedMethod method) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getModifiers() |
Returns the modifiers for this method
|
Object |
invoke(Object object,
Object[] arguments) |
Invoke this method
|
boolean |
isStatic() |
Returns whether or not this method is static.
|
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeExceptiongetBytecodeParameterTypes, getDeclaringClass, getOwnerClassequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesgetCachedMethod, getName, getPT, getReturnType, toStringpublic NewStaticMetaMethod(CachedMethod method)
public boolean isStatic()
MetaMethodisStatic in class MetaMethodpublic int getModifiers()
MetaMethodgetModifiers in class ReflectionMetaMethodpublic Object invoke(Object object, Object[] arguments)
MetaMethodinvoke in class ReflectionMetaMethodobject - The object this method should be invoked onarguments - The arguments for the method if applicable