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, toStringcheckParameters, clone, equal, equal, getDescriptor, getMopName, getNativeParameterTypes, getParameterTypes, getSignature, isCacheable, isPrivate, isProtected, isPublic, isSame, isStaticprotected static final CachedClass[] EMPTY_TYPE_ARRAY
protected CachedClass[] bytecodeParameterTypes
protected ParameterTypes paramTypes
public NewMetaMethod(CachedMethod method)
public ParameterTypes getParamTypes()
getParamTypes in class ReflectionMetaMethodpublic CachedClass getDeclaringClass()
getDeclaringClass in class ReflectionMetaMethodpublic CachedClass[] getBytecodeParameterTypes()
public CachedClass getOwnerClass()