CloneableNewInstanceMetaMethod, NewStaticMetaMethodpublic class NewMetaMethod extends ReflectionMetaMethod
| Modifier and Type | Field | Description |
|---|---|---|
protected CachedClass[] |
bytecodeParameterTypes |
|
protected static CachedClass[] |
EMPTY_TYPE_ARRAY |
isVargsMethod, nativeParamTypes, parameterTypesmethod| Constructor | Description |
|---|---|
NewMetaMethod(CachedMethod method) |
| Modifier and Type | Method | Description |
|---|---|---|
CachedClass[] |
getBytecodeParameterTypes() |
|
CachedClass |
getDeclaringClass() |
Gets the class where this method is declared
|
CachedClass |
getOwnerClass() |
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesgetCachedMethod, getModifiers, getName, getPT, getReturnType, invoke, toStringprotected static final CachedClass[] EMPTY_TYPE_ARRAY
protected CachedClass[] bytecodeParameterTypes
public NewMetaMethod(CachedMethod method)
public CachedClass getDeclaringClass()
MetaMethodgetDeclaringClass in class ReflectionMetaMethodpublic CachedClass[] getBytecodeParameterTypes()
public CachedClass getOwnerClass()