public class TransformMetaMethod extends MetaMethod
isVargsMethod, nativeParamTypes, parameterTypes| Constructor | Description |
|---|---|
TransformMetaMethod(MetaMethod metaMethod) |
| Modifier and Type | Method | Description |
|---|---|---|
CachedClass |
getDeclaringClass() |
|
int |
getModifiers() |
|
java.lang.String |
getName() |
|
java.lang.Class |
getReturnType() |
|
java.lang.Object |
invoke(java.lang.Object object,
java.lang.Object[] arguments) |
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, setParametersTypespublic TransformMetaMethod(MetaMethod metaMethod)
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 java.lang.Object invoke(java.lang.Object object,
java.lang.Object[] arguments)
invoke in class MetaMethod