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() |
NReflectSignature |
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 NReflectSignature getSignature()
getSignature in interface NReflectMethodCopyright © 2026 vpc open source initiative. All rights reserved.