public abstract class GeneratedMetaMethod extends MetaMethod
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GeneratedMetaMethod.DgmMethodRecord  | 
static class  | 
GeneratedMetaMethod.Proxy  | 
isVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
GeneratedMetaMethod(String name,
                   CachedClass declaringClass,
                   Class returnType,
                   Class[] parameters)  | 
| Modifier and Type | Method and Description | 
|---|---|
CachedClass | 
getDeclaringClass()
Gets the class where this method is declared 
 | 
int | 
getModifiers()
Returns the modifiers for this method 
 | 
String | 
getName()
Returns the name of the method represented by this class 
 | 
Class | 
getReturnType()
Access the return type for this method 
 | 
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, invoke, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toStringcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypespublic GeneratedMetaMethod(String name, CachedClass declaringClass, Class returnType, Class[] parameters)
public int getModifiers()
MetaMethodgetModifiers in class MetaMethodpublic String getName()
MetaMethodgetName in class MetaMethodpublic Class getReturnType()
MetaMethodgetReturnType in class MetaMethodpublic CachedClass getDeclaringClass()
MetaMethodgetDeclaringClass in class MetaMethod