public static class GeneratedMetaMethod.Proxy extends GeneratedMetaMethod
GeneratedMetaMethod.DgmMethodRecord, GeneratedMetaMethod.ProxyisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
| Proxy(java.lang.String className,
     java.lang.String name,
     CachedClass declaringClass,
     java.lang.Class returnType,
     java.lang.Class[] parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | doMethodInvoke(java.lang.Object object,
              java.lang.Object[] argumentArray)Invokes the method this object represents. | 
| java.lang.Object | invoke(java.lang.Object object,
      java.lang.Object[] arguments)Invoke this method | 
| boolean | isValidMethod(java.lang.Class[] arguments) | 
| MetaMethod | proxy() | 
getDeclaringClass, getModifiers, getName, getReturnTypecheckParameters, clone, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic Proxy(java.lang.String className,
             java.lang.String name,
             CachedClass declaringClass,
             java.lang.Class returnType,
             java.lang.Class[] parameters)
public boolean isValidMethod(java.lang.Class[] arguments)
isValidMethod in class ParameterTypespublic java.lang.Object doMethodInvoke(java.lang.Object object,
                                       java.lang.Object[] argumentArray)
MetaMethoddoMethodInvoke in class MetaMethodobject - The object the method is to be called at.argumentArray - Arguments for the method invocation.public java.lang.Object invoke(java.lang.Object object,
                               java.lang.Object[] arguments)
MetaMethodinvoke in class MetaMethodobject - The object this method should be invoked onarguments - The arguments for the method if applicablepublic final MetaMethod proxy()