public class NewMetaMethod extends ReflectionMetaMethod
| Modifier and Type | Field and Description | 
|---|---|
protected CachedClass[] | 
bytecodeParameterTypes  | 
protected static CachedClass[] | 
EMPTY_TYPE_ARRAY  | 
methodisVargsMethod, nativeParamTypes, parameterTypes| Constructor and Description | 
|---|
NewMetaMethod(CachedMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
CachedClass[] | 
getBytecodeParameterTypes()  | 
CachedClass | 
getDeclaringClass()  | 
CachedClass | 
getOwnerClass()  | 
getCachedMethod, getModifiers, getName, getPT, getReturnType, invoke, toStringcheckParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeExceptioncoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesprotected static final CachedClass[] EMPTY_TYPE_ARRAY
protected CachedClass[] bytecodeParameterTypes
public NewMetaMethod(CachedMethod method)
public CachedClass getDeclaringClass()
getDeclaringClass in class ReflectionMetaMethodpublic CachedClass[] getBytecodeParameterTypes()
public CachedClass getOwnerClass()