public class NewStaticMetaMethod extends NewMetaMethod
bytecodeParameterTypes, EMPTY_TYPE_ARRAYmethodEMPTY_ARRAYisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
| NewStaticMetaMethod(CachedMethod method) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getModifiers()Returns the modifiers for this method | 
| java.lang.Object | invoke(java.lang.Object object,
      java.lang.Object[] arguments)Invoke this method | 
| boolean | isStatic()Returns whether or not this method is static. | 
getBytecodeParameterTypes, getDeclaringClass, getOwnerClassgetCachedMethod, getName, getPT, getReturnType, toStringcheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, processDoMethodInvokeExceptioncoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic NewStaticMetaMethod(CachedMethod method)
public boolean isStatic()
MetaMethodisStatic in class MetaMethodpublic int getModifiers()
MetaMethodgetModifiers in class ReflectionMetaMethodpublic java.lang.Object invoke(java.lang.Object object,
                               java.lang.Object[] arguments)
MetaMethodinvoke in class ReflectionMetaMethodobject - The object this method should be invoked onarguments - The arguments for the method if applicable