public class DefaultNReflectMethod extends Object implements NReflectMethod
| Constructor and Description |
|---|
DefaultNReflectMethod(Method method,
NReflectType declaringType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NReflectType |
getDeclaringType() |
String |
getName() |
NReflectParameter[] |
getParameters() |
NSignature |
getSignature() |
int |
hashCode() |
Object |
invoke(Object instance,
Object... args) |
boolean |
isAccessible() |
boolean |
isVarArgs() |
String |
toString() |
public DefaultNReflectMethod(Method method, NReflectType declaringType)
public boolean isAccessible()
isAccessible in interface NReflectMethodpublic String getName()
getName in interface NReflectMethodpublic NReflectParameter[] getParameters()
getParameters in interface NReflectMethodpublic Object invoke(Object instance, Object... args)
invoke in interface NReflectMethodpublic NReflectType getDeclaringType()
getDeclaringType in interface NReflectMethodpublic boolean isVarArgs()
isVarArgs in interface NReflectMethodpublic NSignature getSignature()
getSignature in interface NReflectMethodCopyright © 2025 vpc open source initiative. All rights reserved.