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