public class NewStaticMetaMethod extends NewMetaMethod
bytecodeParameterTypes, EMPTY_TYPE_ARRAYisVargsMethod, nativeParamTypes, parameterTypesmethod| Constructor | Description |
|---|---|
NewStaticMetaMethod(CachedMethod method) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getModifiers() |
|
java.lang.Object |
invoke(java.lang.Object object,
java.lang.Object[] arguments) |
|
boolean |
isStatic() |
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, setParametersTypesgetName, getPT, getReturnType, toStringpublic NewStaticMetaMethod(CachedMethod method)
public boolean isStatic()
isStatic in class MetaMethodpublic int getModifiers()
getModifiers in class ReflectionMetaMethodpublic java.lang.Object invoke(java.lang.Object object,
java.lang.Object[] arguments)
invoke in class ReflectionMetaMethod