GeneratedMetaMethod.Proxy
public 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() |
Gets the class where this method is declared
|
int |
getModifiers() |
Returns the modifiers for this method
|
java.lang.String |
getName() |
Returns the name of the method represented by this class
|
java.lang.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, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
public GeneratedMetaMethod(java.lang.String name, CachedClass declaringClass, java.lang.Class returnType, java.lang.Class[] parameters)
public int getModifiers()
MetaMethod
getModifiers
in class MetaMethod
public java.lang.String getName()
MetaMethod
getName
in class MetaMethod
public java.lang.Class getReturnType()
MetaMethod
getReturnType
in class MetaMethod
public CachedClass getDeclaringClass()
MetaMethod
getDeclaringClass
in class MetaMethod