org.codehaus.groovy.reflection
public abstract class GeneratedMetaMethod extends MetaMethod
isVargsMethod, nativeParamTypes, parameterTypes
Constructor and Description |
---|
GeneratedMetaMethod() |
Modifier and Type | Method and 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, toString
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes
public int getModifiers()
getModifiers
in class MetaMethod
public java.lang.String getName()
getName
in class MetaMethod
public java.lang.Class getReturnType()
getReturnType
in class MetaMethod
public CachedClass getDeclaringClass()
getDeclaringClass
in class MetaMethod