public class NewMetaMethod extends ReflectionMetaMethod
Modifier and Type | Field and Description |
---|---|
protected CachedClass[] |
bytecodeParameterTypes |
protected static CachedClass[] |
EMPTY_TYPE_ARRAY |
protected ParameterTypes |
paramTypes |
method
Constructor and Description |
---|
NewMetaMethod(CachedMethod method) |
Modifier and Type | Method and Description |
---|---|
CachedClass[] |
getBytecodeParameterTypes() |
CachedClass |
getDeclaringClass() |
CachedClass |
getOwnerClass() |
ParameterTypes |
getParamTypes() |
getModifiers, getName, getReturnType, invoke, isMethod, toString
checkParameters, clone, equal, equal, getDescriptor, getMopName, getNativeParameterTypes, getParameterTypes, getSignature, isCacheable, isPrivate, isProtected, isPublic, isSame, isStatic
protected static final CachedClass[] EMPTY_TYPE_ARRAY
protected CachedClass[] bytecodeParameterTypes
protected ParameterTypes paramTypes
public NewMetaMethod(CachedMethod method)
public ParameterTypes getParamTypes()
getParamTypes
in class ReflectionMetaMethod
public CachedClass getDeclaringClass()
getDeclaringClass
in class ReflectionMetaMethod
public CachedClass[] getBytecodeParameterTypes()
public CachedClass getOwnerClass()