GeneratedMetaMethod.Proxypublic abstract class GeneratedMetaMethod extends MetaMethod
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GeneratedMetaMethod.DgmMethodRecord |
|
static class |
GeneratedMetaMethod.Proxy |
isVargsMethod, nativeParamTypes, parameterTypes| Constructor | Description |
|---|---|
GeneratedMetaMethod(java.lang.String name,
CachedClass declaringClass,
java.lang.Class returnType,
java.lang.Class[] parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
CachedClass |
getDeclaringClass() |
|
int |
getModifiers() |
|
java.lang.String |
getName() |
|
java.lang.Class |
getReturnType() |
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, invoke, 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 GeneratedMetaMethod(java.lang.String name,
CachedClass declaringClass,
java.lang.Class returnType,
java.lang.Class[] parameters)
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 MetaMethod