public class ReflectionMetaMethod extends MetaMethod
| Modifier and Type | Field and Description |
|---|---|
protected CachedMethod |
method |
| Constructor and Description |
|---|
ReflectionMetaMethod(CachedMethod method) |
| Modifier and Type | Method and Description |
|---|---|
CachedClass |
getDeclaringClass() |
int |
getModifiers() |
java.lang.String |
getName() |
ParameterTypes |
getParamTypes() |
java.lang.Class |
getReturnType() |
java.lang.Object |
invoke(java.lang.Object object,
java.lang.Object[] arguments) |
boolean |
isMethod(java.lang.reflect.Method method) |
java.lang.String |
toString() |
checkParameters, clone, equal, equal, getDescriptor, getMopName, getNativeParameterTypes, getParameterTypes, getSignature, isCacheable, isPrivate, isProtected, isPublic, isSame, isStaticprotected final CachedMethod method
public ReflectionMetaMethod(CachedMethod method)
public int getModifiers()
getModifiers in class MetaMethodpublic java.lang.String getName()
getName in class MetaMethodpublic java.lang.Class getReturnType()
getReturnType in class MetaMethodpublic CachedClass getDeclaringClass()
getDeclaringClass in class MetaMethodpublic ParameterTypes getParamTypes()
getParamTypes in class MetaMethodpublic java.lang.Object invoke(java.lang.Object object,
java.lang.Object[] arguments)
invoke in class MetaMethodpublic boolean isMethod(java.lang.reflect.Method method)
isMethod in class MetaMethodpublic java.lang.String toString()
toString in class MetaMethod