public class NewStaticMetaMethod extends NewMetaMethod
bytecodeParameterTypes, EMPTY_TYPE_ARRAY, paramTypesmethod| Constructor and Description |
|---|
NewStaticMetaMethod(CachedMethod method) |
| Modifier and Type | Method and Description |
|---|---|
int |
getModifiers() |
java.lang.Object |
invoke(java.lang.Object object,
java.lang.Object[] arguments) |
boolean |
isStatic() |
getBytecodeParameterTypes, getDeclaringClass, getOwnerClass, getParamTypesgetName, getReturnType, isMethod, toStringcheckParameters, clone, equal, equal, getDescriptor, getMopName, getNativeParameterTypes, getParameterTypes, getSignature, isCacheable, isPrivate, isProtected, isPublic, isSamepublic 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